Home
last modified time | relevance | path

Searched refs:stricmp (Results 1 – 17 of 17) sorted by relevance

/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_win32.h13 # define strcasecmp(s1, s2) stricmp(s1, s2)
/PHP-5.5/Zend/
H A Dzend_config.w32.h54 #define strcasecmp(s1, s2) stricmp(s1, s2)
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_language.c68 #define strcasecmp stricmp
H A Dmbfl_encoding.c117 #define strcasecmp stricmp
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapptype.c131 if (stricmp(ext, ".com") == 0) in file_os2_apptype()
H A Dmagic.c192 stricmp(&dllpath[strlen(dllpath) - 3], "bin") == 0) {
/PHP-5.5/ext/soap/
H A Dphp_soap.h45 # define stricmp strcasecmp macro
H A Dphp_encoding.c1170 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 Dphp_schema.c1595 if (!stricmp((char*)attr->children->content, "true") || in schema_element()
1596 !stricmp((char*)attr->children->content, "1")) { in schema_element()
H A Dphp_http.c675 stricmp(Z_STRVAL_PP(tmp), "md5-sess") == 0) { in make_http_soap_request()
H A Dsoap.c1522 stricmp(SG(request_info).query_string, "wsdl") == 0) {
/PHP-5.5/ext/date/lib/
H A Dtimelib.h53 #define strcasecmp stricmp
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h247 int (*stricmp)(const char*,const char*); member
481 #define sqlite3_stricmp sqlite3_api->stricmp
H A Dsqlite3.c102102 int (*stricmp)(const char*,const char*);
102336 #define sqlite3_stricmp sqlite3_api->stricmp
/PHP-5.5/ext/com_dotnet/
H A Dcom_typeinfo.c121 if (0 == stricmp(libname, search_string)) { in php_com_load_typelib()
/PHP-5.5/main/
H A DSAPI.c47 #define STRCASECMP stricmp
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c1516 if (os_name && stricmp(os_name, "Windows_NT") == 0) {

Completed in 396 milliseconds