Home | History | Annotate | Download | only in spdyshark

Lines Matching full:g_ascii_strcasecmp

605 	    g_ascii_strcasecmp(si->content_encoding, "identity") != 0) {
621 (g_ascii_strcasecmp(si->content_encoding, "gzip") == 0 ||
622 g_ascii_strcasecmp(si->content_encoding, "deflate")
1208 if (g_ascii_strcasecmp(header_name, "method") == 0 ||
1209 g_ascii_strcasecmp(header_name, "status") == 0) {
1211 } else if (g_ascii_strcasecmp(header_name, "url") == 0) {
1213 } else if (g_ascii_strcasecmp(header_name, "version") == 0) {
1215 } else if (g_ascii_strcasecmp(header_name, "content-type") == 0) {
1217 } else if (g_ascii_strcasecmp(header_name, "content-encoding") == 0) {