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

  /external/chromium/third_party/libevent/
evrpc.h 166 struct reqstruct *, struct rplystruct *, void *cbarg), \
183 struct reqstruct *, struct rplystruct *, void *cbarg), \
184 void *cbarg) { \
200 ctx->cb_arg = cbarg; \
210 (*(cb))(&status, request, reply, cbarg); \
292 * @param cbarg an additional parameter that can be passed to the callback.
295 #define EVRPC_REGISTER(base, name, request, reply, callback, cbarg) \
300 (void (*)(struct evrpc_req_generic*, void *))callback, cbarg); \
384 * @param cbarg an additional argument to be passed to the client
387 #define EVRPC_MAKE_REQUEST(name, pool, request, reply, cb, cbarg) \
    [all...]
buffer.c 120 (*inbuf->cb)(inbuf, oldoff, inbuf->off, inbuf->cbarg);
122 (*outbuf->cb)(outbuf, 0, oldoff, outbuf->cbarg);
167 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg);
314 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg);
339 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg);
402 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg);
446 void *cbarg)
449 buffer->cbarg = cbarg;
evbuffer.c 152 (*bufev->readcb)(bufev, bufev->cbarg);
160 (*bufev->errorcb)(bufev, what, bufev->cbarg);
209 (*bufev->writecb)(bufev, bufev->cbarg);
219 (*bufev->errorcb)(bufev, what, bufev->cbarg);
235 everrorcb errorcb, void *cbarg)
256 bufferevent_setcb(bufev, readcb, writecb, errorcb, cbarg);
270 evbuffercb readcb, evbuffercb writecb, everrorcb errorcb, void *cbarg)
276 bufev->cbarg = cbarg;
event.h 735 void *cbarg; member in struct:evbuffer
770 void *cbarg; member in struct:bufferevent
807 @param cbarg an argument that will be supplied to each of the callbacks
814 evbuffercb readcb, evbuffercb writecb, everrorcb errorcb, void *cbarg);
856 @param cbarg an argument that will be supplied to each of the callbacks
861 evbuffercb readcb, evbuffercb writecb, everrorcb errorcb, void *cbarg);
    [all...]
http-internal.h 100 void *cbarg; member in struct:evhttp_cb
http.c     [all...]

Completed in 323 milliseconds