Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
H A Dnghttp2_http.c127 if (lstreq("HEAD", nv->value->base, nv->value->len)) { in http_request_on_header()
134 if (lstreq("CONNECT", nv->value->base, nv->value->len)) { in http_request_on_header()
143 if (lstreq("OPTIONS", nv->value->base, nv->value->len)) { in http_request_on_header()
570 if (lstreq("CONNECT", nv->value, nv->valuelen)) { in nghttp2_http_record_request_method()
574 if (lstreq("HEAD", nv->value, nv->valuelen)) { in nghttp2_http_record_request_method()
H A Dnghttp2_helper.h41 #define lstreq(A, B, N) ((sizeof((A)) - 1) == (N) && memcmp((A), (B), (N)) == 0) macro
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_http.c127 if (lstreq("HEAD", nv->value->base, nv->value->len)) { in http_request_on_header()
134 if (lstreq("CONNECT", nv->value->base, nv->value->len)) { in http_request_on_header()
143 if (lstreq("OPTIONS", nv->value->base, nv->value->len)) { in http_request_on_header()
570 if (lstreq("CONNECT", nv->value, nv->valuelen)) { in nghttp2_http_record_request_method()
574 if (lstreq("HEAD", nv->value, nv->valuelen)) { in nghttp2_http_record_request_method()
H A Dnghttp2_helper.h41 #define lstreq(A, B, N) ((sizeof((A)) - 1) == (N) && memcmp((A), (B), (N)) == 0) macro
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_macro.h45 #define lstreq(A, B, N) ((sizeof((A)) - 1) == (N) && memcmp((A), (B), (N)) == 0) macro
H A Dnghttp3_http.c848 if (lstreq("HEAD", nv->value->base, nv->value->len)) { in http_request_on_header()
855 if (lstreq("CONNECT", nv->value->base, nv->value->len)) { in http_request_on_header()
860 if (lstreq("OPTIONS", nv->value->base, nv->value->len)) { in http_request_on_header()
1465 if (lstreq("CONNECT", nv->value, nv->valuelen)) { in nghttp3_http_record_request_method()
1469 if (lstreq("HEAD", nv->value, nv->valuelen)) { in nghttp3_http_record_request_method()

Completed in 5 milliseconds