Home
last modified time | relevance | path

Searched refs:replace_us_by_ws (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/standard/
H A Dquot_print.c54 …decode(const unsigned char *str, size_t length, size_t *ret_length, int replace_us_by_ws) /* {{{ */ in php_quot_print_decode() argument
83 if (replace_us_by_ws) { in php_quot_print_decode()
84 replace_us_by_ws = '_'; in php_quot_print_decode()
135 *(p2++) = (replace_us_by_ws == *p1 ? '\x20': *p1); in php_quot_print_decode()
H A Dquot_print.h24 …ot_print_decode(const unsigned char *str, size_t length, size_t *ret_length, int replace_us_by_ws);

Completed in 10 milliseconds