Lines Matching defs:word_eq
116 static int word_eq(char *s1, char *s2)
198 if (word_eq(hbp, "CONTENT-LENGTH:")) {
209 if (word_eq(hbp, "TRANSFER_ENCODING:") ||
210 word_eq(hbp, "TRANSFER-ENCODING:")) {
218 if (word_eq(hbp, "CHUNKED")) {
253 } else if (word_eq(hbp, "GET"))
255 else if (word_eq(hbp, "HEAD"))
257 else if (word_eq(hbp, "POST"))
259 else if (word_eq(hbp, "PUT"))
261 else if (word_eq(hbp, "DELETE"))
263 else if (word_eq(hbp, "TRACE"))
265 else if (word_eq(hbp, "CONNECT"))
267 else if (word_eq(hbp, "NOTIFY"))
269 else if (word_eq(hbp, "M-SEARCH"))
271 else if (word_eq(hbp, "M-POST"))
273 else if (word_eq(hbp, "SUBSCRIBE"))
275 else if (word_eq(hbp, "UNSUBSCRIBE"))