HomeSort by relevance Sort by last modified time
    Searched refs:chunk_cb (Results 1 - 2 of 2) sorted by null

  /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 40 milliseconds