Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
H A Dnghttp2_http.c40 static int memieq(const void *a, const void *b, size_t n) { in memieq() function
52 #define lstrieq(A, B, N) ((sizeof((A)) - 1) == (N) && memieq((A), (B), (N)))
165 if ((nv->value->len == 4 && memieq("http", nv->value->base, 4)) || in http_request_on_header()
166 (nv->value->len == 5 && memieq("https", nv->value->base, 5))) { in http_request_on_header()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_http.c40 static int memieq(const void *a, const void *b, size_t n) { in memieq() function
52 #define lstrieq(A, B, N) ((sizeof((A)) - 1) == (N) && memieq((A), (B), (N)))
165 if ((nv->value->len == 4 && memieq("http", nv->value->base, 4)) || in http_request_on_header()
166 (nv->value->len == 5 && memieq("https", nv->value->base, 5))) { in http_request_on_header()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_http.c40 * memieq returns 1 if the data pointed by |a| of length |n| equals to
44 static int memieq(const void *a, const void *b, size_t n) { in memieq() function
56 #define lstrieq(A, B, N) ((sizeof((A)) - 1) == (N) && memieq((A), (B), (N)))

Completed in 4 milliseconds