OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chunk_cb
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libevent/
evhttp.h
237
void (*
chunk_cb
)(struct evhttp_request *, void *);
member in struct:evhttp_request
http.c
828
if (req->
chunk_cb
!= NULL) {
829
(*req->
chunk_cb
)(req, req->cb_arg);
[
all
...]
/external/chromium_org/third_party/libevent/
evhttp.h
237
void (*
chunk_cb
)(struct evhttp_request *, void *);
member in struct:evhttp_request
http.c
828
if (req->
chunk_cb
!= NULL) {
829
(*req->
chunk_cb
)(req, req->cb_arg);
[
all
...]
Completed in 634 milliseconds