Home | History | Annotate | Download | only in libevent

Lines Matching full:callback

59  * when the server receives an appropriately formatted RPC, the user callback
60 * is invokved. The callback needs to fill in the reply structure.
101 /* the callback invoked for each received rpc */
138 * callback to reply and finish answering this rpc
219 * @param rpc_req the rpc request structure provided to the server callback
231 * @param rpc_req the rpc request structure provided to the server callback
289 * @param callback the callback that should be invoked when the RPC
290 * is received. The callback has the following prototype
291 * void (*callback)(EVRPC_STRUCT(Message)* rpc, void *arg)
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); \
355 /* callback */
383 * @param cb the callback to invoke when the RPC request has been answered
420 * implement callback type RPCs.
429 * timeout and a failure be returned to the callback.
460 * @param cb the callback to call when the hook is activated
461 * @param cb_arg an additional argument for the callback