Home
last modified time | relevance | path

Searched refs:zend_memnrstr (Results 1 – 4 of 4) sorted by relevance

/php-src/Zend/
H A Dzend_operators.h226 zend_memnrstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnrstr() function
/php-src/ext/phar/
H A Dzip.c202 const char *eocd_start = zend_memnrstr(s, "PK\5\6", sizeof("PK\5\6") - 1, end); in phar_find_eocd()
/php-src/ext/standard/
H A Dstring.c2071 found = zend_memnrstr(p, ZSTR_VAL(needle), ZSTR_LEN(needle), e);
2150 if ((found = (char *)zend_memnrstr(p, ZSTR_VAL(needle_dup), ZSTR_LEN(needle_dup), e))) {
/php-src/ext/mbstring/
H A Dmbstring.c1925 …found_pos = zend_memnrstr((const char*)offset_pointer, ZSTR_VAL(needle_u8), ZSTR_LEN(needle_u8), Z… in mb_find_strpos()
1933 …found_pos = zend_memnrstr(ZSTR_VAL(haystack_u8), ZSTR_VAL(needle_u8), ZSTR_LEN(needle_u8), (const … in mb_find_strpos()

Completed in 40 milliseconds