Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A DSAPI.c47 #define STRCASECMP stricmp macro
49 #define STRCASECMP strcasecmp macro
779 if (!STRCASECMP(header_line, "Content-Type")) { in sapi_header_op()
809 } else if (!STRCASECMP(header_line, "Content-Length")) { in sapi_header_op()
817 } else if (!STRCASECMP(header_line, "Location")) { in sapi_header_op()
833 } else if (!STRCASECMP(header_line, "WWW-Authenticate")) { /* HTTP Authentication */ in sapi_header_op()

Completed in 15 milliseconds