Searched refs:head (Results 1 - 11 of 11) sorted by relevance

/sssd-io/src/providers/krb5/
H A Dkrb5_wait_queue.c88 struct queue_entry *head; local
91 head = talloc_get_type(entry->value.ptr, struct queue_entry);
92 talloc_zfree(head);
108 struct queue_entry *head; local
132 head = talloc_get_type(value.ptr, struct queue_entry);
134 queue_entry = talloc_zero(head, struct queue_entry);
145 DLIST_ADD_END(head, queue_entry, struct queue_entry *);
150 head = talloc_zero(krb5_ctx->wait_queue_hash, struct queue_entry);
151 if (head == NULL) {
155 value.ptr = head;
182 struct queue_entry *head; local
[all...]
/sssd-io/src/responder/kcm/
H A Dkcmsrv_op_queue.c42 struct kcm_ops_queue_entry *head; member in struct:kcm_ops_queue
92 if (kq->head != NULL) {
129 DLIST_REMOVE(entry->queue->head, entry);
145 /* Otherwise, mark the current head as done to run the next request */
297 if (kq->head == NULL) {
305 DLIST_ADD_END(kq->head, state->entry, struct kcm_ops_queue_entry *);
H A Dkcmsrv_ccache_mem.c48 struct ccache_mem_wrap *head; member in struct:ccdb_mem
80 DLIST_FOR_EACH(ccwrap, memdb->head) {
108 DLIST_FOR_EACH(ccwrap, memdb->head) {
149 DLIST_REMOVE(ccwrap->mem_be->head, ccwrap);
241 DLIST_FOR_EACH(ccwrap, memdb->head) {
254 DLIST_FOR_EACH(ccwrap, memdb->head) {
303 DLIST_FOR_EACH(ccwrap, memdb->head) {
357 DLIST_FOR_EACH(ccwrap, memdb->head) {
632 DLIST_ADD(memdb->head, ccwrap);
/sssd-io/src/providers/ldap/
H A Dsdap_domain.c28 DLIST_REMOVE(*(dom->head), dom);
101 sdom->head = &opts->sdom;
201 DLIST_REMOVE(*(sdom->head), sdom);
H A Dsdap.h430 struct sdap_domain **head; member in struct:sdap_domain
/sssd-io/src/responder/common/cache_req/
H A Dcache_req_domain.c105 struct sss_domain_info *head; local
107 head = get_domains_head(domain);
112 * - use_fully_qualified_name value of the head of the domains;
113 * (head->fqnames)
118 * - head->fqnames:
130 if (head->fqnames) {
H A Dcache_req.c369 struct sss_domain_info *head; local
372 head = get_domains_head(dom);
373 if (head == NULL) {
378 head,
389 struct sss_domain_info *head; local
391 head = get_domains_head(dom);
392 if (head == NULL) {
397 head,
/sssd-io/src/responder/common/
H A Dresponder_cmd.c183 struct setent_req_list **head; member in struct:setent_req_list
198 DLIST_REMOVE(*(entry->head), entry);
215 entry->head = list;
/sssd-io/src/tests/cmocka/
H A Dtest_utils.c556 struct sss_domain_info *head = NULL; local
566 head = dom;
568 dom = named_domain(test_ctx, "sub1a", head);
570 head->subdomains = dom;
574 head->next = dom;
576 dom = named_domain(test_ctx, "sub2a", head->next);
578 head->next->subdomains = dom;
580 dom = named_domain(test_ctx, "sub2b", head->next);
582 head->next->subdomains->next = dom;
585 test_ctx->dom_list = head;
[all...]
/sssd-io/src/providers/
H A Ddata_provider_be.c205 static void reactivate_subdoms(struct sss_domain_info *head) argument
211 for (dom = head; dom; dom = get_next_domain(dom, true)) {
/sssd-io/src/p11_child/
H A Dp11_child_nss.c196 for (le = list->head; le; le = le->next) {

Completed in 24 milliseconds