Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_operators.h451 #define zend_tolower_ascii(c) (zend_tolower_map[(unsigned char)(c)]) macro
923 if (zend_tolower_ascii(*ptr1++) != zend_tolower_ascii(*ptr2++)) { in zend_strnieq()
943 const char first_lower = zend_tolower_ascii(*needle); in zend_memnistr()
958 const char needle_end_lower = zend_tolower_ascii(needle[needle_len - 1]); in zend_memnistr()
H A Dzend_operators.c2931 *q++ = zend_tolower_ascii(*p++); in zend_str_tolower_impl()
3005 if (*p != zend_tolower_ascii(*p)) { in zend_str_tolower_dup_ex()
3078 if (*p != zend_tolower_ascii(*p)) { in zend_string_tolower_ex()
3084 *q++ = zend_tolower_ascii(*p++); in zend_string_tolower_ex()
3188 c1 = zend_tolower_ascii(*(unsigned char *)s1++); in zend_binary_strcasecmp()
3189 c2 = zend_tolower_ascii(*(unsigned char *)s2++); in zend_binary_strcasecmp()
3209 c1 = zend_tolower_ascii(*(unsigned char *)s1++); in zend_binary_strncasecmp()
3210 c2 = zend_tolower_ascii(*(unsigned char *)s2++); in zend_binary_strncasecmp()
/php-src/ext/standard/
H A Dbrowscap.c197 t[j] = zend_tolower_ascii(c); in browscap_convert_pattern()
768 if (ZSTR_VAL(lookup_browser_name)[i] != zend_tolower_ascii(ZSTR_VAL(entry->pattern)[i])) { in PHP_FUNCTION()
H A Dstring.c2115 lowered = zend_tolower_ascii(*ZSTR_VAL(needle));
2117 if (zend_tolower_ascii(*e) == lowered) {
2754 unsigned char r = zend_tolower_ascii(ZSTR_VAL(str)[0]);
3140 lc_from = zend_tolower_ascii(from);
3143 if (zend_tolower_ascii(*source) == lc_from) {
3180 if (zend_tolower_ascii(*source) == lc_from) {
5056 c = zend_tolower_ascii(*t);
5084 c = zend_tolower_ascii(*(++t));

Completed in 31 milliseconds