Searched defs:target_len (Results 1 – 5 of 5) sorted by relevance
/PHP-5.4/ext/intl/ |
H A D | intl_convert.c | 47 UChar** target, int* target_len, in intl_convert_utf8_to_utf16() 111 char** target, int* target_len, in intl_convert_utf16_to_utf8()
|
/PHP-5.4/ext/standard/ |
H A D | file.c | 721 int target_len; in PHP_FUNCTION() local 1607 int source_len, target_len; in PHP_FUNCTION() local
|
/PHP-5.4/TSRM/ |
H A D | tsrm_virtual_cwd.h | 141 # define php_sys_readlink(link, target, target_len) readlink(link, target, target_len) argument
|
H A D | tsrm_virtual_cwd.c | 222 CWD_API int php_sys_readlink(const char *link, char *target, size_t target_len){ /* {{{ */ in php_sys_readlink()
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | regcomp.c | 661 compile_range_repeat_node(QuantifierNode* qn, int target_len, int empty_info, in compile_range_repeat_node()
|
Completed in 49 milliseconds