Home
last modified time | relevance | path

Searched refs:body_read (Results 1 – 3 of 3) sorted by relevance

/unit/src/
H A Dnxt_http.h266 void (*body_read)(nxt_task_t *task, nxt_http_request_t *r); member
H A Dnxt_http_request.c625 nxt_http_proto[r->protocol].body_read(task, r); in nxt_http_request_read_body()
H A Dnxt_h1proto.c136 .body_read = nxt_h1p_request_body_read,