Lines Matching refs:cb_list
49 struct sss_dp_callback *cb_list;
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;
403 DLIST_ADD_END(sdp_req->cb_list, cb,
892 while ((cb = sdp_req->cb_list) != NULL) {
908 /* Freeing the cb removes it from the cb_list.
909 * Therefore, the cb_list should now be pointing
915 if (cb == sdp_req->cb_list) {
920 sdp_req->cb_list = sdp_req->cb_list->next;