Searched refs:stricmp (Results 1 – 17 of 17) sorted by relevance
/PHP-5.4/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc_win32.h | 13 # define strcasecmp(s1, s2) stricmp(s1, s2)
|
/PHP-5.4/Zend/ |
H A D | zend_config.w32.h | 54 #define strcasecmp(s1, s2) stricmp(s1, s2)
|
/PHP-5.4/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_language.c | 68 #define strcasecmp stricmp
|
H A D | mbfl_encoding.c | 117 #define strcasecmp stricmp
|
/PHP-5.4/ext/fileinfo/libmagic/ |
H A D | apptype.c | 131 if (stricmp(ext, ".com") == 0) in file_os2_apptype()
|
H A D | magic.c | 192 stricmp(&dllpath[strlen(dllpath) - 3], "bin") == 0) {
|
/PHP-5.4/ext/soap/ |
H A D | php_soap.h | 45 # define stricmp strcasecmp macro
|
H A D | php_encoding.c | 1170 if (stricmp((char*)data->children->content, "true") == 0 || in to_zval_bool() 1171 stricmp((char*)data->children->content, "t") == 0 || in to_zval_bool() 1174 } else if (stricmp((char*)data->children->content, "false") == 0 || in to_zval_bool() 1175 stricmp((char*)data->children->content, "f") == 0 || in to_zval_bool()
|
H A D | php_schema.c | 1595 if (!stricmp((char*)attr->children->content, "true") || in schema_element() 1596 !stricmp((char*)attr->children->content, "1")) { in schema_element()
|
H A D | php_http.c | 613 stricmp(Z_STRVAL_PP(tmp), "md5-sess") == 0) { in make_http_soap_request()
|
H A D | soap.c | 1516 stricmp(SG(request_info).query_string, "wsdl") == 0) {
|
/PHP-5.4/ext/date/lib/ |
H A D | timelib.h | 50 #define strcasecmp stricmp
|
/PHP-5.4/ext/sqlite3/libsqlite/ |
H A D | sqlite3ext.h | 247 int (*stricmp)(const char*,const char*); member 481 #define sqlite3_stricmp sqlite3_api->stricmp
|
H A D | sqlite3.c | 102102 int (*stricmp)(const char*,const char*); 102336 #define sqlite3_stricmp sqlite3_api->stricmp
|
/PHP-5.4/ext/com_dotnet/ |
H A D | com_typeinfo.c | 121 if (0 == stricmp(libname, search_string)) { in php_com_load_typelib()
|
/PHP-5.4/main/ |
H A D | SAPI.c | 47 #define STRCASECMP stricmp
|
/PHP-5.4/sapi/cgi/ |
H A D | fastcgi.c | 1513 if (os_name && stricmp(os_name, "Windows_NT") == 0) {
|
Completed in 330 milliseconds