Home
last modified time | relevance | path

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

/PHP-5.6/ext/intl/grapheme/
H A Dgrapheme_string.c179 unsigned char *haystack, *needle, *haystack_dup, *needle_dup; in PHP_FUNCTION() local
221 haystack_dup = (unsigned char *)estrndup((char *)haystack, haystack_len); in PHP_FUNCTION()
222 php_strtolower((char *)haystack_dup, haystack_len); in PHP_FUNCTION()
224 … (unsigned char*) php_memnstr((char *)haystack_dup + noffset, (char *)needle_dup, needle_len, (cha… in PHP_FUNCTION()
226 efree(haystack_dup); in PHP_FUNCTION()
230 RETURN_LONG(found - haystack_dup); in PHP_FUNCTION()
362 unsigned char *needle_dup, *haystack_dup; in PHP_FUNCTION() local
366 haystack_dup = (unsigned char *)estrndup((char *)haystack, haystack_len); in PHP_FUNCTION()
367 php_strtolower((char *)haystack_dup, haystack_len); in PHP_FUNCTION()
369 ret_pos = grapheme_strrpos_ascii(haystack_dup, haystack_len, needle_dup, needle_len, offset); in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/standard/
H A Dstring.c1732 char *haystack_dup; local
1746 efree(haystack_dup);
1754 efree(haystack_dup);
1773 efree(haystack_dup);
1905 efree(haystack_dup);
1914 efree(haystack_dup);
1925 efree(haystack_dup);
2092 p = haystack_dup;
2109 efree(haystack_dup);
3764 o = haystack_dup;
[all …]

Completed in 20 milliseconds