Home
last modified time | relevance | path

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

/PHP-7.2/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.2/win32/
H A Dcodepage.c177 int target_len, tmp_len; in php_win32_cp_from_w_int() local
188 target_len = WideCharToMultiByte(cp, flags, in, tmp_len, NULL, 0, NULL, NULL); in php_win32_cp_from_w_int()
189 if (target_len == 0) { in php_win32_cp_from_w_int()
194 target = malloc(target_len); in php_win32_cp_from_w_int()
200 r = WideCharToMultiByte(cp, flags, in, tmp_len, target, target_len, NULL, NULL); in php_win32_cp_from_w_int()
207 assert(target ? r == target_len : 1); in php_win32_cp_from_w_int()
208 assert(target && !in_len ? strlen(target) == target_len - 1 : 1); in php_win32_cp_from_w_int()
210 target[target_len-1] = '\0'; in php_win32_cp_from_w_int()
213 *out_len = target_len - 1; in php_win32_cp_from_w_int()
/PHP-7.2/Zend/
H A Dzend_virtual_cwd.h124 CWD_API int php_sys_readlink(const char *link, char *target, size_t target_len);
129 # define php_sys_readlink(link, target, target_len) readlink(link, target, target_len) argument
H A Dzend_virtual_cwd.c181 CWD_API int php_sys_readlink(const char *link, char *target, size_t target_len){ /* {{{ */ in php_sys_readlink() argument
191 if (!target_len) { in php_sys_readlink()
215 if(targetw_len >= target_len || targetw_len >= MAXPATHLEN || targetw_len == 0) { in php_sys_readlink()
/PHP-7.2/ext/standard/
H A Dfile.c1658 size_t source_len, target_len; in PHP_FUNCTION() local
1664 Z_PARAM_PATH(target, target_len) in PHP_FUNCTION()
/PHP-7.2/ext/mbstring/oniguruma/src/
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 60 milliseconds