Home
last modified time | relevance | path

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

/PHP-8.3/main/
H A Dgetopt.c100 if ((pos = php_memnstr(&argv[*optind][arg_start], "=", 1, argv[*optind]+arg_end)) != NULL) { in php_getopt()
H A Dphp.h348 #define php_memnstr zend_memnstr macro
/PHP-8.3/ext/intl/grapheme/
H A Dgrapheme_string.c111 found = php_memnstr(haystack + noffset, needle, needle_len, haystack + haystack_len); in PHP_FUNCTION()
166 found = php_memnstr(haystack_dup + noffset, needle_dup, needle_len, haystack_dup + haystack_len); in PHP_FUNCTION()
538 found = php_memnstr(haystack, needle, needle_len, haystack + haystack_len); in strstr_common_handler()
/PHP-8.3/ext/standard/
H A Dstring.c823 const char *p2 = php_memnstr(ZSTR_VAL(str), ZSTR_VAL(delim), ZSTR_LEN(delim), endp); in php_explode()
837 p2 = php_memnstr(p1, ZSTR_VAL(delim), ZSTR_LEN(delim), endp); in php_explode()
856 const char *p2 = php_memnstr(ZSTR_VAL(str), ZSTR_VAL(delim), ZSTR_LEN(delim), endp); in php_explode_negative_limit()
876 p2 = php_memnstr(p1, ZSTR_VAL(delim), ZSTR_LEN(delim), endp); in php_explode_negative_limit()
1761 found = (char*)php_memnstr(ZSTR_VAL(haystack) + offset,
2966 while ((o = (char*)php_memnstr(o, n, needle_len, endp))) {
3045 while ((o = (char*)php_memnstr(o, n, ZSTR_LEN(lc_needle), endp))) {
3115 …for (p = ZSTR_VAL(new_str); (r = (char*)php_memnstr(p, needle, needle_len, end)); p = r + needle_l…
3128 while ((o = (char*)php_memnstr(o, n, needle_len, endp))) {
3147 for (p = haystack; (r = (char*)php_memnstr(p, needle, needle_len, end)); p = r + needle_len) {
[all …]
H A Durl_scanner_ex.re890 start = (char *) php_memnstr(ZSTR_VAL(url_state->url_app.s),
928 start = (char *) php_memnstr(ZSTR_VAL(url_state->form_app.s),
H A Dfile.c487 if (php_memnstr(filename, "://", sizeof("://") - 1, filename + filename_len)) { in PHP_FUNCTION()
/PHP-8.3/ext/imap/
H A Dphp_imap.c4055 …if ((charset_token = (zend_long)php_memnstr(&string[offset], "=?", 2, string + end))) { /* Is ther… in PHP_FUNCTION()
4065 …if ((encoding_token = (zend_long)php_memnstr(&string[charset_token+2], "?", 1, string+end))) { /*… in PHP_FUNCTION()
4067 …if ((end_token = (zend_long)php_memnstr(&string[encoding_token+3], "?=", 2, string+end))) { /* Fin… in PHP_FUNCTION()
/PHP-8.3/main/streams/
H A Dstreams.c1056 return php_memnstr((char*)&stream->readbuf[stream->readpos + skiplen], in _php_stream_search_delim()
/PHP-8.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c2210 found = CAST(const char *, php_memnstr(ms->search.s, in magiccheck()
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch3113 + found = CAST(const char *, php_memnstr(ms->search.s,

Completed in 75 milliseconds