Home
last modified time | relevance | path

Searched refs:php_memnstr (Results 1 – 13 of 13) sorted by last modified time

/PHP-5.3/main/streams/
H A Dstreams.c949 return php_memnstr((char*)&stream->readbuf[stream->readpos + skiplen], in _php_stream_search_delim()
/PHP-5.3/main/
H A Dphp.h321 #define php_memnstr zend_memnstr macro
H A Dgetopt.c95 if ((pos = php_memnstr(&argv[*optind][arg_start], "=", 1, argv[*optind]+arg_end)) != NULL) { in php_getopt()
/PHP-5.3/ext/zlib/
H A Dzlib.c1014 …if (php_memnstr(Z_STRVAL_PP(a_encoding), "gzip", 4, Z_STRVAL_PP(a_encoding) + Z_STRLEN_PP(a_encodi… in PHP_FUNCTION()
1016 …} else if (php_memnstr(Z_STRVAL_PP(a_encoding), "deflate", 7, Z_STRVAL_PP(a_encoding) + Z_STRLEN_P… in PHP_FUNCTION()
1123 …if (php_memnstr(Z_STRVAL_PP(a_encoding), "gzip", 4, Z_STRVAL_PP(a_encoding) + Z_STRLEN_PP(a_encodi… in php_enable_output_compression()
1125 …} else if (php_memnstr(Z_STRVAL_PP(a_encoding), "deflate", 7, Z_STRVAL_PP(a_encoding) + Z_STRLEN_P… in php_enable_output_compression()
/PHP-5.3/ext/wddx/
H A Dwddx.c856 while ((p2 = php_memnstr(p1, ",", sizeof(",")-1, endp)) != NULL) { in php_wddx_push_element()
/PHP-5.3/ext/standard/
H A Dstring.c949 p2 = php_memnstr(Z_STRVAL_P(str), Z_STRVAL_P(delim), Z_STRLEN_P(delim), endp); in php_explode()
957 } while ((p2 = php_memnstr(p1, Z_STRVAL_P(delim), Z_STRLEN_P(delim), endp)) != NULL && in php_explode()
976 p2 = php_memnstr(Z_STRVAL_P(str), Z_STRVAL_P(delim), Z_STRLEN_P(delim), endp); in php_explode_negative_limit()
995 } while ((p2 = php_memnstr(p1, Z_STRVAL_P(delim), Z_STRLEN_P(delim), endp)) != NULL); in php_explode_negative_limit()
1547 return php_memnstr(s, t, t_len, s + s_len);
1706 found = php_memnstr(haystack, needle_char, 1, haystack + haystack_len);
1751 found = php_memnstr(haystack + offset,
1761 found = php_memnstr(haystack + offset,
1819 found = php_memnstr(haystack_dup + offset,
3458 while ((o = php_memnstr(o, n, needle_len, endp))) {
[all …]
H A Dproc_open.c302 if (php_memnstr(arg0, "..", sizeof("..")-1, arg0 + larg0)) { in php_make_safe_mode_command()
H A Dhtml.c988 if (php_memnstr(ret, entity, entity_length, ret+retlen)) { in php_unescape_html_entities()
1005 if (php_memnstr(ret, basic_entities[j].entity, basic_entities[j].entitylen, ret+retlen)) { in php_unescape_html_entities()
H A Dfile.c621 if (php_memnstr(filename, "://", sizeof("://") - 1, filename + filename_len)) { in PHP_FUNCTION()
/PHP-5.3/ext/mbstring/
H A Dmbstring.c693 while ((p2 = php_memnstr(p1, ",", 1, endp)) != NULL) { in php_mb_parse_encoding_list()
706 p2 = p = php_memnstr(p1, ",", 1, endp); in php_mb_parse_encoding_list()
/PHP-5.3/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()
621 …found = (unsigned char *)php_memnstr((char *)haystack, (char *)needle, needle_len, (char *)haystac… in strstr_common_handler()
/PHP-5.3/ext/imap/
H A Dphp_imap.c4242 …if ((charset_token = (long)php_memnstr(&string[offset], "=?", 2, string + end))) { /* Is there any… in PHP_FUNCTION()
4254 …if ((encoding_token = (long)php_memnstr(&string[charset_token+2], "?", 1, string+end))) { /* Find… in PHP_FUNCTION()
4256 …if ((end_token = (long)php_memnstr(&string[encoding_token+3], "?=", 2, string+end))) { /* Find tok… in PHP_FUNCTION()
/PHP-5.3/ext/curl/
H A Dinterface.c2079 …if ((type = php_memnstr(postval, ";type=", sizeof(";type=") - 1, postval + Z_STRLEN_PP(current))))… in _php_curl_setopt()
2082 …if ((filename = php_memnstr(postval, ";filename=", sizeof(";filename=") - 1, postval + Z_STRLEN_PP… in _php_curl_setopt()

Completed in 106 milliseconds