Searched defs:evhttp_request (Results 1 – 4 of 4) sorted by relevance
/minix3/external/bsd/libevent/dist/include/event2/ |
H A D | http_struct.h | 59 struct evhttp_request { struct 90 /* cache of the hostname for evhttp_request_get_host */ argument 93 enum evhttp_request_kind kind; argument 116 void (*cb)(struct evhttp_request *, void *); argument 124 void (*chunk_cb)(struct evhttp_request *, void *); argument
|
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
H A D | continuation-class-property.m | 55 struct evhttp_request; struct
|
/minix3/external/bsd/libevent/dist/ |
H A D | http.c | 3405 void (*cb)(struct evhttp_request *, void *), void *cbarg) in evhttp_set_cb() argument 3454 void (*cb)(struct evhttp_request *, void *), void *cbarg) in evhttp_set_gencb() argument 3465 evhttp_request_new(void (*cb)(struct evhttp_request *, void *), void *arg) in evhttp_request_new() argument 3574 void (*cb)(struct evhttp_request *, void *)) in evhttp_request_set_chunked_cb() argument
|
H A D | evrpc.c | 124 int (*cb)(void *, struct evhttp_request *, struct evbuffer *, void *), in evrpc_add_hook()
|