Home
last modified time | relevance | path

Searched refs:zend_binary_strncasecmp (Results 1 – 8 of 8) sorted by relevance

/PHP-8.4/ext/libxml/
H A Dmime_sniff.c314 …!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 Dphp_ini.c255 …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 Dmain.c2673 …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 Dfirebird_statement.c770 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 Dzend_operators.h490 ZEND_API int ZEND_FASTCALL zend_binary_strncasecmp(const char *s1, size_t len1, const char *s2, siz…
H A Dzend_builtin_functions.c406 RETURN_LONG(zend_binary_strncasecmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2), len)); in ZEND_FUNCTION()
H A Dzend_operators.c3211 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 Dphp_encoding.c464zend_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