Home
last modified time | relevance | path

Searched defs:ngx_http_v2_parse_uint32 (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.h322 #define ngx_http_v2_parse_uint32(p) ntohl(*(uint32_t *) (p)) macro
327 #define ngx_http_v2_parse_uint32(p) \ macro