Lines Matching defs:ns_ldap_cookie
619 typedef struct ns_ldap_cookie { struct
624 ns_ldap_search_desc_t **sdlist;
625 ns_ldap_search_desc_t **sdpos;
628 int use_filtercb;
629 int (*init_filter_cb)(const ns_ldap_search_desc_t *desc,
633 int use_usercb;
634 int (*callback)(const ns_ldap_entry_t *entry,
636 const void *userdata;
638 int followRef;
639 int use_paging;
640 char *service;
641 char *i_filter;
642 const char * const *i_attr;
643 const char *i_sortattr;
644 const ns_cred_t *i_auth;
645 int i_flags;
648 ns_ldap_result_t *result;
649 ns_ldap_entry_t *nextEntry;
651 int err_rc;
652 ns_ldap_error_t *errorp;
655 ns_state_t state;
656 ns_state_t new_state;
657 ns_state_t next_state;
659 Connection *conn;
661 ConnectionID connectionId;
664 int listType;
665 unsigned long index;
666 LDAPControl **p_serverctrls;
667 ns_srvsidesort_t sortTypeTry;
668 int entryCount;
670 int scope;
671 char *basedn;
672 char *filter;
673 char **attribute;
676 int msgId;
677 LDAPMessage *resultMsg;
679 char **dns;
680 char *currentdn;
681 int flag;
705 struct ns_ldap_cookie *next_cookie_in_batch; argument