Searched refs:SM_LDAP_STRUCT (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/include/sm/ |
H A D | ldap.h | 102 typedef struct sm_ldap_struct SM_LDAP_STRUCT; typedef 124 extern void sm_ldap_clear __P((SM_LDAP_STRUCT *)); 125 extern bool sm_ldap_start __P((char *, SM_LDAP_STRUCT *)); 126 extern int sm_ldap_search __P((SM_LDAP_STRUCT *, char *)); 127 extern int sm_ldap_search_m __P((SM_LDAP_STRUCT *, char **)); 128 extern int sm_ldap_results __P((SM_LDAP_STRUCT *, int, int, int, 131 extern void sm_ldap_setopts __P((LDAP *, SM_LDAP_STRUCT *)); 133 extern void sm_ldap_close __P((SM_LDAP_STRUCT *));
|
/titanic_50/usr/src/cmd/sendmail/libsm/ |
H A D | ldap.c | 39 static bool sm_ldap_has_objectclass __P((SM_LDAP_STRUCT *, LDAPMessage *, char *)); 67 SM_LDAP_STRUCT *lmap; in sm_ldap_clear() 144 SM_LDAP_STRUCT *lmap; 305 SM_LDAP_STRUCT *lmap; in sm_ldap_search_m() 425 SM_LDAP_STRUCT *lmap; in sm_ldap_search() 453 SM_LDAP_STRUCT *lmap; in sm_ldap_has_objectclass() 637 SM_LDAP_STRUCT *lmap; in sm_ldap_results() 1346 SM_LDAP_STRUCT *lmap; in sm_ldap_close() 1372 SM_LDAP_STRUCT *lmap;
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | map.c | 64 static STAB * ldapmap_findconn __P((SM_LDAP_STRUCT *)); 3354 static SM_LDAP_STRUCT *LDAPDefaults = NULL; 3369 SM_LDAP_STRUCT *lmap; 3395 lmap = (SM_LDAP_STRUCT *) map->map_db1; 3401 lmap->ldap_ld = ((SM_LDAP_STRUCT *)s->s_lmap->map_db1)->ldap_ld; 3402 lmap->ldap_pid = ((SM_LDAP_STRUCT *)s->s_lmap->map_db1)->ldap_pid; 3485 SM_LDAP_STRUCT *lmap; 3491 lmap = (SM_LDAP_STRUCT *) map->map_db1; 3511 lmap = (SM_LDAP_STRUCT *) smap->map_db1; 3575 SM_LDAP_STRUCT *lmap = NULL; [all …]
|