Lines Matching refs:entry
196 struct setent_req_list *entry =
198 DLIST_REMOVE(*(entry->head), entry);
206 struct setent_req_list *entry;
208 entry = talloc_zero(memctx, struct setent_req_list);
209 if (!entry) {
213 entry->req = req;
214 DLIST_ADD_END(*list, entry, struct setent_req_list *);
215 entry->head = list;
217 talloc_set_destructor((TALLOC_CTX *)entry, setent_remove_ref);
291 * queue the cache entry for update out-of-band.