Searched refs:ldap_res (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/sendmail/libsm/
H A Dldap.c100 lmap->ldap_res = NULL;
488 tmo.tv_sec == 0 ? NULL : &(tmo), &(lmap->ldap_res));
515 r = ldap_parse_result(ld, lmap->ldap_res, &err, NULL, &errmsg, NULL,
674 lmap->ldap_res = NULL;
789 if (lmap->ldap_res != NULL) \
791 ldap_msgfree(lmap->ldap_res); \
792 lmap->ldap_res = NULL; \
940 &(lmap->ldap_res))) == LDAP_RES_SEARCH_ENTRY)
951 for (entry = ldap_first_entry(lmap->ldap_ld, lmap->ldap_res);
953 entry = ldap_next_entry(lmap->ldap_ld, lmap->ldap_res))
[all...]
H A Dmbdb.c535 &(LDAPLMAP.ldap_res));
548 entry = ldap_first_entry(LDAPLMAP.ldap_ld, LDAPLMAP.ldap_res);
561 LDAPLMAP.ldap_res, &rc, NULL,
732 if (LDAPLMAP.ldap_res != NULL)
734 ldap_msgfree(LDAPLMAP.ldap_res);
735 LDAPLMAP.ldap_res = NULL;
/freebsd-current/contrib/sendmail/include/sm/
H A Dldap.h89 LDAPMessage *ldap_res; member in struct:sm_ldap_struct

Completed in 217 milliseconds