Home
last modified time | relevance | path

Searched refs:target_len (Results 1 – 8 of 8) sorted by relevance

/PHP-7.0/ext/intl/
H A Dintl_convert.c51 UChar** target, int32_t* target_len, in intl_convert_utf8_to_utf16() argument
70 u_strFromUTF8( *target, *target_len, &dst_len, src, (int32_t)src_len, status ); in intl_convert_utf8_to_utf16()
76 *target_len = dst_len; in intl_convert_utf8_to_utf16()
105 *target_len = dst_len; in intl_convert_utf8_to_utf16()
H A Dintl_convert.h24 UChar** target, int32_t* target_len,
/PHP-7.0/Zend/
H A Dzend_virtual_cwd.h136 CWD_API int php_sys_readlink(const char *link, char *target, size_t target_len);
141 # define php_sys_readlink(link, target, target_len) readlink(link, target, target_len) argument
H A Dzend_virtual_cwd.c233 CWD_API int php_sys_readlink(const char *link, char *target, size_t target_len){ /* {{{ */ in php_sys_readlink() argument
241 if (!target_len) { in php_sys_readlink()
274 dwRet = pGetFinalPathNameByHandle(hFile, target, target_len - 1, VOLUME_NAME_DOS); in php_sys_readlink()
275 if(dwRet >= target_len || dwRet >= MAXPATHLEN || dwRet == 0) { in php_sys_readlink()
/PHP-7.0/ext/standard/
H A Durl_scanner_ex.c126 size_t target_len, host_len; in PHP_INI_END() local
138 target_len = php_strcspn( in PHP_INI_END()
142 && host_len == target_len in PHP_INI_END()
H A Durl_scanner_ex.re129 size_t target_len, host_len;
141 target_len = php_strcspn(
145 && host_len == target_len
H A Dfile.c1617 size_t source_len, target_len; in PHP_FUNCTION() local
1621 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pp|r", &source, &source_len, &target, &target_len, &zc… in PHP_FUNCTION()
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregcomp.c681 compile_range_repeat_node(QtfrNode* qn, int target_len, int empty_info, in compile_range_repeat_node() argument
692 r = add_rel_addr(reg, target_len + SIZE_OP_REPEAT_INC); in compile_range_repeat_node()

Completed in 59 milliseconds