Searched refs:word_eq (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/wpa/src/wps/
H A Dhttpread.c110 static int word_eq(char *s1, char *s2) function
192 if (word_eq(hbp, "CONTENT-LENGTH:")) {
203 if (word_eq(hbp, "TRANSFER_ENCODING:") ||
204 word_eq(hbp, "TRANSFER-ENCODING:")) {
212 if (word_eq(hbp, "CHUNKED")) {
247 } else if (word_eq(hbp, "GET"))
249 else if (word_eq(hbp, "HEAD"))
251 else if (word_eq(hbp, "POST"))
253 else if (word_eq(hbp, "PUT"))
255 else if (word_eq(hb
[all...]

Completed in 14 milliseconds