Searched defs:cb_list (Results 1 - 2 of 2) sorted by relevance

/sssd/src/providers/
H A Ddata_provider_callbacks.c54 be_callback_t cb, void *pvt, struct be_cb **cb_list,
70 new_cb->list = cb_list;
73 DLIST_ADD(*cb_list, new_cb);
122 static errno_t be_run_cb(struct be_ctx *be, struct be_cb *cb_list) argument
128 if (cb_list == NULL) {
139 cb_ctx->callback = cb_list;
53 be_add_cb(TALLOC_CTX *mem_ctx, struct be_ctx *ctx, be_callback_t cb, void *pvt, struct be_cb **cb_list, struct be_cb **return_cb) argument
/sssd/src/responder/common/
H A Dresponder_dp.c49 struct sss_dp_callback *cb_list; member in struct:sss_dp_req
61 DLIST_REMOVE(cb->sdp_req->cb_list, cb);
90 while ((cb = sdp_req->cb_list) != NULL) {
98 /* Freeing the cb removes it from the cb_list.
99 * Therefore, the cb_list should now be pointing
105 if (cb == sdp_req->cb_list) {
110 sdp_req->cb_list = sdp_req->cb_list->next;
371 DLIST_ADD_END(sdp_req->cb_list, cb,
780 while ((cb = sdp_req->cb_list) !
[all...]

Completed in 307 milliseconds