ldapsrv_reply      99 source4/ldap_server/ldap_backend.c struct ldapsrv_reply *ldapsrv_init_reply(struct ldapsrv_call *call, uint8_t type)
ldapsrv_reply     101 source4/ldap_server/ldap_backend.c 	struct ldapsrv_reply *reply;
ldapsrv_reply     103 source4/ldap_server/ldap_backend.c 	reply = talloc(call, struct ldapsrv_reply);
ldapsrv_reply     122 source4/ldap_server/ldap_backend.c 	DLIST_ADD_END(call->replies, reply, struct ldapsrv_reply *);
ldapsrv_reply     127 source4/ldap_server/ldap_backend.c 	struct ldapsrv_reply *reply;
ldapsrv_reply     154 source4/ldap_server/ldap_backend.c 	struct ldapsrv_reply *ent_r, *done_r;
ldapsrv_reply     346 source4/ldap_server/ldap_backend.c 	struct ldapsrv_reply *modify_reply;
ldapsrv_reply     449 source4/ldap_server/ldap_backend.c 	struct ldapsrv_reply *add_reply;
ldapsrv_reply     541 source4/ldap_server/ldap_backend.c 	struct ldapsrv_reply *del_reply;
ldapsrv_reply     585 source4/ldap_server/ldap_backend.c 	struct ldapsrv_reply *modifydn_r;
ldapsrv_reply     668 source4/ldap_server/ldap_backend.c 	struct ldapsrv_reply *compare_r;
ldapsrv_reply      34 source4/ldap_server/ldap_bind.c 	struct ldapsrv_reply *reply;
ldapsrv_reply     117 source4/ldap_server/ldap_bind.c 	struct ldapsrv_reply *reply;
ldapsrv_reply     275 source4/ldap_server/ldap_bind.c 	struct ldapsrv_reply *reply;
ldapsrv_reply      88 source4/ldap_server/ldap_extended.c 	NTSTATUS (*fn)(struct ldapsrv_call *call, struct ldapsrv_reply *reply, const char **errorstr);
ldapsrv_reply     104 source4/ldap_server/ldap_extended.c 	struct ldapsrv_reply *reply;
ldapsrv_reply      59 source4/ldap_server/ldap_server.h 		struct ldapsrv_reply *prev, *next;