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

/dovecot/src/lib-ldap/
H A Dldap-compare.c45 req->result_callback(&res, req->result_callback_ctx);
102 req->result_callback_ctx = context;
H A Dldap-private.h42 void *result_callback_ctx; member in struct:ldap_op_queue_entry
H A Dldap-search.c22 req->result_callback(&sctx->res, req->result_callback_ctx);
29 req->result_callback(&sctx->res, req->result_callback_ctx);
145 req->result_callback_ctx = context;
H A Dldap-connection.c219 req->result_callback(&res, req->result_callback_ctx);
234 req->result_callback(&res, req->result_callback_ctx);
287 req->result_callback(&res, req->result_callback_ctx);
421 req->result_callback(&res, req->result_callback_ctx);
452 (*reqp)->result_callback(&res, (*reqp)->result_callback_ctx);

Completed in 20 milliseconds