Searched defs:getword (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/main/ |
| H A D | rfc1867.c | 691 php_rfc1867_getword_t getword; local 697 getword = php_rfc1867_getword; 701 getword = php_ap_getword; 799 while (*cd && (pair = getword(mbuff->input_encoding, &cd, ';' TSRMLS_CC))) 808 key = getword(mbuff->input_encoding, &pair, '=' TSRMLS_CC); 1279 php_rfc1867_getword_t getword, 1286 php_rfc1867_getword = getword; 1275 php_rfc1867_set_multibyte_callbacks( php_rfc1867_encoding_translation_t encoding_translation, php_rfc1867_get_detect_order_t get_detect_order, php_rfc1867_set_input_encoding_t set_input_encoding, php_rfc1867_getword_t getword, php_rfc1867_getword_conf_t getword_conf, php_rfc1867_basename_t basename) argument
|
Completed in 4 milliseconds