Home
last modified time | relevance | path

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

/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c114 found = php_memnstr(haystack + noffset, needle, needle_len, haystack + haystack_len); in PHP_FUNCTION()
172 found = php_memnstr(haystack_dup + noffset, needle_dup, needle_len, haystack_dup + haystack_len); in PHP_FUNCTION()
556 found = php_memnstr(haystack, needle, needle_len, haystack + haystack_len); in strstr_common_handler()
/php-src/ext/standard/
H A Dstring.c849 const char *p2 = php_memnstr(ZSTR_VAL(str), ZSTR_VAL(delim), ZSTR_LEN(delim), endp); in php_explode()
863 p2 = php_memnstr(p1, ZSTR_VAL(delim), ZSTR_LEN(delim), endp); in php_explode()
882 const char *p2 = php_memnstr(ZSTR_VAL(str), ZSTR_VAL(delim), ZSTR_LEN(delim), endp); in php_explode_negative_limit()
902 p2 = php_memnstr(p1, ZSTR_VAL(delim), ZSTR_LEN(delim), endp); in php_explode_negative_limit()
1912 found = (char*)php_memnstr(ZSTR_VAL(haystack) + offset,
3192 while ((o = (char*)php_memnstr(o, n, needle_len, endp))) {
3268 while ((o = (char*)php_memnstr(o, n, ZSTR_LEN(lc_needle), endp))) {
3335 …for (p = ZSTR_VAL(new_str); (r = (char*)php_memnstr(p, needle, needle_len, end)); p = r + needle_l…
3348 while ((o = (char*)php_memnstr(o, n, needle_len, endp))) {
3367 for (p = haystack; (r = (char*)php_memnstr(p, needle, needle_len, end)); p = r + needle_len) {
[all …]
H A Durl_scanner_ex.re894 start = (char *) php_memnstr(ZSTR_VAL(url_state->url_app.s),
932 start = (char *) php_memnstr(ZSTR_VAL(url_state->form_app.s),
H A Dfile.c475 if (php_memnstr(filename, "://", sizeof("://") - 1, filename + filename_len)) { in PHP_FUNCTION()
/php-src/main/
H A Dphp.h330 #define php_memnstr zend_memnstr macro
/php-src/main/streams/
H A Dstreams.c1056 return php_memnstr((char*)&stream->readbuf[stream->readpos + skiplen], in _php_stream_search_delim()
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c2245 found = CAST(const char *, php_memnstr(ms->search.s, in magiccheck()
/php-src/ext/fileinfo/
H A Dlibmagic.patch3221 + found = CAST(const char *, php_memnstr(ms->search.s,

Completed in 56 milliseconds