Home
last modified time | relevance | path

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

/PHP-7.3/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.3/win32/
H A Dcodepage.c214 int target_len, tmp_len; in php_win32_cp_from_w_int() local
225 target_len = WideCharToMultiByte(cp, flags, in, tmp_len, NULL, 0, NULL, NULL); in php_win32_cp_from_w_int()
226 if (target_len == 0) { in php_win32_cp_from_w_int()
231 target = malloc(target_len); in php_win32_cp_from_w_int()
237 r = WideCharToMultiByte(cp, flags, in, tmp_len, target, target_len, NULL, NULL); in php_win32_cp_from_w_int()
244 assert(target ? r == target_len : 1); in php_win32_cp_from_w_int()
245 assert(target && !in_len ? strlen(target) == target_len - 1 : 1); in php_win32_cp_from_w_int()
247 target[target_len-1] = '\0'; in php_win32_cp_from_w_int()
250 *out_len = target_len - 1; in php_win32_cp_from_w_int()
/PHP-7.3/Zend/
H A Dzend_virtual_cwd.h122 CWD_API ssize_t php_sys_readlink(const char *link, char *target, size_t target_len);
127 # define php_sys_readlink(link, target, target_len) readlink(link, target, target_len) argument
H A Dzend_virtual_cwd.c182 CWD_API ssize_t php_sys_readlink(const char *link, char *target, size_t target_len){ /* {{{ */ in php_sys_readlink() argument
192 if (!target_len) { in php_sys_readlink()
216 if(targetw_len >= target_len || targetw_len >= MAXPATHLEN || targetw_len == 0) { in php_sys_readlink()
/PHP-7.3/ext/standard/
H A Dfile.c1661 size_t source_len, target_len; in PHP_FUNCTION() local
1667 Z_PARAM_PATH(target, target_len) in PHP_FUNCTION()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregcomp.c1053 compile_range_repeat_node(QuantNode* qn, int target_len, int emptiness, in compile_range_repeat_node() argument
1063 COP(reg)->repeat.addr = SIZE_INC + target_len + OPSIZE_REPEAT_INC; in compile_range_repeat_node()

Completed in 47 milliseconds