Searched refs:http_cb (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libevent/
H A Dhttp.c2353 struct evhttp_cb *http_cb; local
2374 while ((http_cb = TAILQ_FIRST(&http->callbacks)) != NULL) {
2375 TAILQ_REMOVE(&http->callbacks, http_cb, next);
2376 free(http_cb->what);
2377 free(http_cb);
2393 struct evhttp_cb *http_cb; local
2395 if ((http_cb = calloc(1, sizeof(struct evhttp_cb))) == NULL)
2398 http_cb->what = strdup(uri);
2399 http_cb->cb = cb;
2400 http_cb
2408 struct evhttp_cb *http_cb; local
[all...]

Completed in 84 milliseconds