Home | History | Annotate | Download | only in wps

Lines Matching full:word_eq

110 static int word_eq(char *s1, char *s2)
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(hbp, "DELETE"))
257 else if (word_eq(hbp, "TRACE"))
259 else if (word_eq(hbp, "CONNECT"))
261 else if (word_eq(hbp, "NOTIFY"))
263 else if (word_eq(hbp, "M-SEARCH"))
265 else if (word_eq(hbp, "M-POST"))
267 else if (word_eq(hbp, "SUBSCRIBE"))
269 else if (word_eq(hbp, "UNSUBSCRIBE"))