first_ref          62 source3/lib/ldb/modules/paged_results.c 	struct message_store *first_ref;
first_ref         119 source3/lib/ldb/modules/paged_results.c 	newr->first_ref = NULL;
first_ref         206 source3/lib/ldb/modules/paged_results.c 		if (ac->store->first_ref == NULL) {
first_ref         207 source3/lib/ldb/modules/paged_results.c 			ac->store->first_ref = ac->store->last_ref = talloc(ac->store, struct message_store);
first_ref         369 source3/lib/ldb/modules/paged_results.c 	while (ac->store->first_ref != NULL) {
first_ref         370 source3/lib/ldb/modules/paged_results.c 		msg = ac->store->first_ref;
first_ref         378 source3/lib/ldb/modules/paged_results.c 		ac->store->first_ref = msg->next;
first_ref          61 source4/lib/ldb/modules/paged_results.c 	struct message_store *first_ref;
first_ref         119 source4/lib/ldb/modules/paged_results.c 	newr->first_ref = NULL;
first_ref         162 source4/lib/ldb/modules/paged_results.c 	while (ac->store->first_ref != NULL) {
first_ref         163 source4/lib/ldb/modules/paged_results.c 		msg = ac->store->first_ref;
first_ref         169 source4/lib/ldb/modules/paged_results.c 		ac->store->first_ref = msg->next;
first_ref         273 source4/lib/ldb/modules/paged_results.c 		if (ac->store->first_ref == NULL) {
first_ref         274 source4/lib/ldb/modules/paged_results.c 			ac->store->first_ref = msg_store;