last_ref 63 source3/lib/ldb/modules/paged_results.c struct message_store *last_ref; last_ref 207 source3/lib/ldb/modules/paged_results.c ac->store->first_ref = ac->store->last_ref = talloc(ac->store, struct message_store); last_ref 209 source3/lib/ldb/modules/paged_results.c ac->store->last_ref->next = talloc(ac->store, struct message_store); last_ref 210 source3/lib/ldb/modules/paged_results.c ac->store->last_ref = ac->store->last_ref->next; last_ref 212 source3/lib/ldb/modules/paged_results.c if (ac->store->last_ref == NULL) { last_ref 216 source3/lib/ldb/modules/paged_results.c ac->store->last_ref->r = talloc_steal(ac->store->last, ares); last_ref 217 source3/lib/ldb/modules/paged_results.c ac->store->last_ref->next = NULL; last_ref 62 source4/lib/ldb/modules/paged_results.c struct message_store *last_ref; last_ref 276 source4/lib/ldb/modules/paged_results.c ac->store->last_ref->next = msg_store; last_ref 278 source4/lib/ldb/modules/paged_results.c ac->store->last_ref = msg_store;