Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dgetopt.c102 if ((pos = php_memnstr(&argv[*optind][arg_start], "=", 1, argv[*optind]+arg_end)) != NULL) { in php_getopt()
H A Dphp.h361 #define php_memnstr zend_memnstr macro
/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_string.c144 found = php_memnstr(haystack + noffset, needle, needle_len, haystack + haystack_len); in PHP_FUNCTION()
212 found = php_memnstr(haystack_dup + noffset, needle_dup, needle_len, haystack_dup + haystack_len); in PHP_FUNCTION()
621 found = php_memnstr(haystack, needle, needle_len, haystack + haystack_len); in strstr_common_handler()
/PHP-7.4/ext/standard/
H A Dstring.c1083 p2 = php_memnstr(p1, ZSTR_VAL(delim), ZSTR_LEN(delim), endp); in php_explode()
1121 p2 = php_memnstr(p1, ZSTR_VAL(delim), ZSTR_LEN(delim), endp); in php_explode_negative_limit()
1759 return (char*)php_memnstr(s, t, t_len, s + s_len);
1972 found = (char*)php_memnstr(ZSTR_VAL(haystack) + offset,
1986 found = (char*)php_memnstr(ZSTR_VAL(haystack) + offset,
2037 found = (char*)php_memnstr(ZSTR_VAL(haystack_dup) + offset,
2051 found = (char*)php_memnstr(ZSTR_VAL(haystack_dup) + offset,
3243 while ((o = (char*)php_memnstr(o, n, needle_len, endp))) {
3331 while ((o = (char*)php_memnstr(o, n, ZSTR_LEN(lc_needle), endp))) {
3415 while ((o = (char*)php_memnstr(o, n, needle_len, endp))) {
[all …]
H A Durl_scanner_ex.re885 start = (char *) php_memnstr(ZSTR_VAL(url_state->url_app.s),
923 start = (char *) php_memnstr(ZSTR_VAL(url_state->form_app.s),
H A Dfile.c610 if (php_memnstr(filename, "://", sizeof("://") - 1, filename + filename_len)) { in PHP_FUNCTION()
/PHP-7.4/ext/imap/
H A Dphp_imap.c4392 …if ((charset_token = (zend_long)php_memnstr(&string[offset], "=?", 2, string + end))) { /* Is ther… in PHP_FUNCTION()
4403 …if ((encoding_token = (zend_long)php_memnstr(&string[charset_token+2], "?", 1, string+end))) { /*… in PHP_FUNCTION()
4405 …if ((end_token = (zend_long)php_memnstr(&string[encoding_token+3], "?=", 2, string+end))) { /* Fin… in PHP_FUNCTION()
/PHP-7.4/main/streams/
H A Dstreams.c1027 return php_memnstr((char*)&stream->readbuf[stream->readpos + skiplen], in _php_stream_search_delim()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c737 while ((p2 = (char*)php_memnstr(p1, ",", 1, endp)) != NULL) { in php_mb_parse_encoding_list()
749 p2 = p = (char*)php_memnstr(p1, ",", 1, endp); in php_mb_parse_encoding_list()

Completed in 88 milliseconds