Home
last modified time | relevance | path

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

/PHP-5.4/main/
H A Dgetopt.c95 if ((pos = php_memnstr(&argv[*optind][arg_start], "=", 1, argv[*optind]+arg_end)) != NULL) { in php_getopt()
H A Dphp.h329 #define php_memnstr zend_memnstr macro
/PHP-5.4/ext/intl/grapheme/
H A Dgrapheme_string.c149 …found = (unsigned char *)php_memnstr((char *)haystack + offset, (char *)needle, needle_len, (char … in PHP_FUNCTION()
222 …found = (unsigned char*) php_memnstr((char *)haystack_dup + offset, (char *)needle_dup, needle_len… in PHP_FUNCTION()
641 …found = (unsigned char *)php_memnstr((char *)haystack, (char *)needle, needle_len, (char *)haystac… in strstr_common_handler()
/PHP-5.4/ext/standard/
H A Dstring.c1022 p2 = php_memnstr(Z_STRVAL_P(str), Z_STRVAL_P(delim), Z_STRLEN_P(delim), endp); in php_explode()
1030 } while ((p2 = php_memnstr(p1, Z_STRVAL_P(delim), Z_STRLEN_P(delim), endp)) != NULL && in php_explode()
1049 p2 = php_memnstr(Z_STRVAL_P(str), Z_STRVAL_P(delim), Z_STRLEN_P(delim), endp); in php_explode_negative_limit()
1068 } while ((p2 = php_memnstr(p1, Z_STRVAL_P(delim), Z_STRLEN_P(delim), endp)) != NULL); in php_explode_negative_limit()
1633 return php_memnstr(s, t, t_len, s + s_len);
1792 found = php_memnstr(haystack, needle_char, 1, haystack + haystack_len);
1837 found = php_memnstr(haystack + offset,
1847 found = php_memnstr(haystack + offset,
1905 found = php_memnstr(haystack_dup + offset,
3783 while ((o = php_memnstr(o, n, needle_len, endp))) {
[all …]
H A Dfile.c597 if (php_memnstr(filename, "://", sizeof("://") - 1, filename + filename_len)) { in PHP_FUNCTION()
/PHP-5.4/ext/wddx/
H A Dwddx.c856 while ((p2 = php_memnstr(p1, ",", sizeof(",")-1, endp)) != NULL) { in php_wddx_push_element()
/PHP-5.4/ext/curl/
H A Dinterface.c2101 …if ((type = php_memnstr(postval, ";type=", sizeof(";type=") - 1, postval + Z_STRLEN_PP(current))))… in _php_curl_setopt()
2104 …if ((filename = php_memnstr(postval, ";filename=", sizeof(";filename=") - 1, postval + Z_STRLEN_PP… in _php_curl_setopt()
/PHP-5.4/ext/imap/
H A Dphp_imap.c4233 …if ((charset_token = (long)php_memnstr(&string[offset], "=?", 2, string + end))) { /* Is there any… in PHP_FUNCTION()
4245 …if ((encoding_token = (long)php_memnstr(&string[charset_token+2], "?", 1, string+end))) { /* Find… in PHP_FUNCTION()
4247 …if ((end_token = (long)php_memnstr(&string[encoding_token+3], "?=", 2, string+end))) { /* Find tok… in PHP_FUNCTION()
/PHP-5.4/ext/mbstring/
H A Dmbstring.c696 while ((p2 = php_memnstr(p1, ",", 1, endp)) != NULL) { in php_mb_parse_encoding_list()
709 p2 = p = php_memnstr(p1, ",", 1, endp); in php_mb_parse_encoding_list()
/PHP-5.4/main/streams/
H A Dstreams.c1024 return php_memnstr((char*)&stream->readbuf[stream->readpos + skiplen], in _php_stream_search_delim()

Completed in 84 milliseconds