Searched refs:zend_binary_strncasecmp (Results 1 – 8 of 8) sorted by relevance
/PHP-8.4/ext/libxml/ |
H A D | mime_sniff.c | 314 …!zend_binary_strncasecmp(Z_STRVAL_P(header), Z_STRLEN_P(header), buf, sizeof(buf)-1, sizeof(buf)-1… in php_libxml_sniff_charset_from_stream()
|
/PHP-8.4/main/ |
H A D | php_ini.c | 255 …if (!zend_binary_strncasecmp(Z_STRVAL_P(arg1), Z_STRLEN_P(arg1), "PATH", sizeof("PATH") - 1, sizeo… in php_ini_parser_cb() 266 …} else if (!zend_binary_strncasecmp(Z_STRVAL_P(arg1), Z_STRLEN_P(arg1), "HOST", sizeof("HOST") - 1… in php_ini_parser_cb()
|
H A D | main.c | 2673 …if (auth && auth_len > 0 && zend_binary_strncasecmp(auth, auth_len, "Basic ", sizeof("Basic ")-1, … in php_handle_auth_data() 2698 …if (ret == -1 && auth && auth_len > 0 && zend_binary_strncasecmp(auth, auth_len, "Digest ", sizeof… in php_handle_auth_data()
|
/PHP-8.4/ext/pdo_firebird/ |
H A D | firebird_statement.c | 770 if (!zend_binary_strncasecmp(Z_STRVAL_P(parameter), Z_STRLEN_P(parameter), "true", 4, 4)) { in pdo_firebird_stmt_param_hook() 772 …} else if (!zend_binary_strncasecmp(Z_STRVAL_P(parameter), Z_STRLEN_P(parameter), "false", 5, 5)) { in pdo_firebird_stmt_param_hook()
|
/PHP-8.4/Zend/ |
H A D | zend_operators.h | 490 ZEND_API int ZEND_FASTCALL zend_binary_strncasecmp(const char *s1, size_t len1, const char *s2, siz…
|
H A D | zend_builtin_functions.c | 406 RETURN_LONG(zend_binary_strncasecmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2), len)); in ZEND_FUNCTION()
|
H A D | zend_operators.c | 3211 ZEND_API int ZEND_FASTCALL zend_binary_strncasecmp(const char *s1, size_t len1, const char *s2, siz… in zend_binary_strncasecmp() function
|
/PHP-8.4/ext/soap/ |
H A D | php_encoding.c | 464 …zend_binary_strncasecmp(ZSTR_VAL(ce->name), ZSTR_LEN(ce->name), Z_STRVAL_P(tmp), ZSTR_LEN(ce->name… in master_to_xml_int()
|
Completed in 77 milliseconds