Home
last modified time | relevance | path

Searched refs:strncasecmp (Results 51 – 75 of 87) sorted by relevance

1234

/PHP-5.5/sapi/tux/
H A Dphp_tux.c134 && strncasecmp(h->header, "Content-length:", sizeof("Content-length:")-1) == 0) { in sapi_tux_send_headers()
/PHP-5.5/main/
H A Dphp_ini.c286 if (!strncasecmp(Z_STRVAL_P(arg1), "PATH", sizeof("PATH") - 1)) { in php_ini_parser_cb()
297 } else if (!strncasecmp(Z_STRVAL_P(arg1), "HOST", sizeof("HOST") - 1)) { in php_ini_parser_cb()
/PHP-5.5/ext/date/
H A Dphp_date.c4466 if (what & PHP_DATE_TIMEZONE_GROUP_AFRICA && strncasecmp(id, "Africa/", 7) == 0) return 1; in check_id_allowed()
4467 if (what & PHP_DATE_TIMEZONE_GROUP_AMERICA && strncasecmp(id, "America/", 8) == 0) return 1; in check_id_allowed()
4468 if (what & PHP_DATE_TIMEZONE_GROUP_ANTARCTICA && strncasecmp(id, "Antarctica/", 11) == 0) return 1; in check_id_allowed()
4469 if (what & PHP_DATE_TIMEZONE_GROUP_ARCTIC && strncasecmp(id, "Arctic/", 7) == 0) return 1; in check_id_allowed()
4470 if (what & PHP_DATE_TIMEZONE_GROUP_ASIA && strncasecmp(id, "Asia/", 5) == 0) return 1; in check_id_allowed()
4471 if (what & PHP_DATE_TIMEZONE_GROUP_ATLANTIC && strncasecmp(id, "Atlantic/", 9) == 0) return 1; in check_id_allowed()
4472 if (what & PHP_DATE_TIMEZONE_GROUP_AUSTRALIA && strncasecmp(id, "Australia/", 10) == 0) return 1; in check_id_allowed()
4473 if (what & PHP_DATE_TIMEZONE_GROUP_EUROPE && strncasecmp(id, "Europe/", 7) == 0) return 1; in check_id_allowed()
4474 if (what & PHP_DATE_TIMEZONE_GROUP_INDIAN && strncasecmp(id, "Indian/", 7) == 0) return 1; in check_id_allowed()
4475 if (what & PHP_DATE_TIMEZONE_GROUP_PACIFIC && strncasecmp(id, "Pacific/", 8) == 0) return 1; in check_id_allowed()
[all …]
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c434 strncasecmp(SG(sapi_headers).http_status_line, "HTTP/", 5) == 0 in sapi_cgi_send_headers()
442 strncasecmp(h->header, "Status:", sizeof("Status:")-1) == 0 in sapi_cgi_send_headers()
478 strncasecmp(h->header, "Status:", sizeof("Status:")-1) == 0 in sapi_cgi_send_headers()
486 strncasecmp(h->header, "Content-Type:", sizeof("Content-Type:")-1) == 0 in sapi_cgi_send_headers()
/PHP-5.5/ext/zlib/
H A Dzlib.c887 if (!strncasecmp(new_value, "off", sizeof("off"))) { in PHP_INI_MH()
890 } else if (!strncasecmp(new_value, "on", sizeof("on"))) { in PHP_INI_MH()
/PHP-5.5/ext/bz2/
H A Dbz2.c222 if (strncasecmp("compress.bzip2://", path, 17) == 0) { in _php_stream_bz2open()
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c82 if (strncasecmp(Z_STRVAL_PP(tmp), SERVER_MICROSOFT_IIS, sizeof(SERVER_MICROSOFT_IIS)-1) == 0) { in is_http_stream_talking_to_iis()
84 } else if (strncasecmp(Z_STRVAL_PP(tmp), SERVER_GOOGLE, sizeof(SERVER_GOOGLE)-1) == 0) { in is_http_stream_talking_to_iis()
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c41 static ZEND_FUNCTION(strncasecmp);
252 ZEND_FE(strncasecmp, arginfo_strncmp)
548 ZEND_FUNCTION(strncasecmp) in ZEND_FUNCTION() argument
2448 if (strncasecmp(extension_name, "zend", sizeof("zend"))) { in ZEND_FUNCTION()
H A Dzend_language_scanner.l372 if (strncasecmp((char*)pos2, "_HALT_COMPILER", sizeof("_HALT_COMPILER")-1) == 0) { in zend_multibyte_detect_unicode()
1822 …if (CG(short_tags) || !strncasecmp((char*)YYCURSOR + 1, "php", 3) || (*(YYCURSOR + 1) == '=')) { /…
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c243 if (strncasecmp(source, "file:///",8) == 0) { in _xmlreader_get_valid_file_path()
250 } else if (strncasecmp(source, "file://localhost/",17) == 0) { in _xmlreader_get_valid_file_path()
/PHP-5.5/main/streams/
H A Dstreams.c1778 } else if (n == 5 && strncasecmp(path, "zlib:", 5) == 0) {
1806 if (!protocol || !strncasecmp(protocol, "file", n)) {
1813 if (!strncasecmp(path, "file://localhost/", 17)) {
/PHP-5.5/ext/dom/
H A Ddocument.c1513 if (strncasecmp(source, "file://",7) == 0 && ':' == source[8]) { in _dom_get_valid_file_path()
1518 if (strncasecmp(source, "file:///",8) == 0) { in _dom_get_valid_file_path()
1525 } else if (strncasecmp(source, "file://localhost/",17) == 0) { in _dom_get_valid_file_path()
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c615 if (strncasecmp(source, "file:///", 8) == 0) { in _xmlwriter_get_valid_file_path()
626 } else if (strncasecmp(source, "file://localhost/",17) == 0) { in _xmlwriter_get_valid_file_path()
/PHP-5.5/ext/session/
H A Dsession.c632 if (!strncasecmp(new_value, "on", sizeof("on"))) { in PHP_INI_MH()
715 strncasecmp(new_value, "md5", sizeof("md5") - 1) == 0) { in PHP_INI_MH()
722 strncasecmp(new_value, "sha1", sizeof("sha1") - 1) == 0) { in PHP_INI_MH()
/PHP-5.5/ext/date/lib/
H A Dparse_date.re480 …if (!strncasecmp(*ptr, "nd", 2) || !strncasecmp(*ptr, "rd", 2) ||!strncasecmp(*ptr, "st", 2) || !s…
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c629 if (( keyLen == 7 )&&( strncasecmp( pKey, "engine", 6 )== 0 )) in alter_ini()
/PHP-5.5/ext/libxml/
H A Dlibxml.c315 if (strncasecmp(resolved_path, "file:/", pre_len) == 0 in php_libxml_streams_IO_open_wrapper()
/PHP-5.5/ext/mysqli/
H A Dmysqli_nonapi.c152 if (strlen(SAFE_STR(hostname)) > 2 && !strncasecmp(hostname, "p:", 2)) {
/PHP-5.5/ext/standard/
H A Dhtml.c443 …if (len == strlen(charset_map[i].codeset) && strncasecmp(charset_hint, charset_map[i].codeset, len… in determine_charset()
H A Dfile.c599 if (strncasecmp(filename, "file://", sizeof("file://") - 1)) { in PHP_FUNCTION()
/PHP-5.5/ext/phar/
H A Dstream.c65 if (strlen(filename) < 7 || strncasecmp(filename, "phar://", 7)) { in phar_parse_url()
/PHP-5.5/
H A Dserver-tests.php970 if (!strncasecmp($user_input, 'y', 1) || strlen(trim($user_input)) == 0) {
/PHP-5.5/ext/mbstring/
H A Dmbstring.c1971 if (strncasecmp("none", Z_STRVAL_PP(arg1), Z_STRLEN_PP(arg1)) == 0) { in PHP_FUNCTION()
1973 } else if (strncasecmp("long", Z_STRVAL_PP(arg1), Z_STRLEN_PP(arg1)) == 0) { in PHP_FUNCTION()
1975 } else if (strncasecmp("entity", Z_STRVAL_PP(arg1), Z_STRLEN_PP(arg1)) == 0) { in PHP_FUNCTION()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c1051 if (strncasecmp((char*)data->children->content, "NaN", sizeof("NaN")-1) == 0) { in to_zval_double()
1053 } else if (strncasecmp((char*)data->children->content, "INF", sizeof("INF")-1) == 0) { in to_zval_double()
1055 } else if (strncasecmp((char*)data->children->content, "-INF", sizeof("-INF")-1) == 0) { in to_zval_double()
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c1465 if (!strncasecmp("select", query, 6)){

Completed in 181 milliseconds

1234