Searched refs:msgid (Results 1 - 4 of 4) sorted by relevance
/sendmail/libsm/ |
H A D | mbdb.c | 490 int msgid; local 525 msgid = sm_ldap_search(&LDAPLMAP, name); 526 if (msgid == -1) 541 ret = ldap_result(LDAPLMAP.ldap_ld, msgid, 1,
|
H A D | ldap.c | 289 ** Initiate an LDAP search, return the msgid. 299 ** <0 on failure (SM_LDAP_ERR*), msgid on success 308 int msgid; local 399 msgid = ldap_search(lmap->ldap_ld, lmap->ldap_base, 404 return msgid; 410 ** Initiate an LDAP search, return the msgid. 419 ** <0 on failure, msgid on success 500 ** msgid -- msgid returned by sm_ldap_search() 518 (void) ldap_abandon(lmap->ldap_ld, msgid); \ [all...] |
/sendmail/sendmail/ |
H A D | headers.c | 1107 ** msgid -- the message id 1114 logsender(e, msgid) 1116 char *msgid; 1127 if (msgid != NULL) 1131 l = strlen(msgid); 1134 memmove(mbuf, msgid, l); 1171 if (msgid != NULL) 1174 ", msgid=%.100s", mbuf); 1209 if (msgid != NULL) 1211 "msgid [all...] |
H A D | map.c | 3568 int msgid; local 3675 msgid = sm_ldap_search_m(lmap, argv); 3682 msgid = sm_ldap_search(lmap, keybuf); 3683 if (msgid == SM_LDAP_ERR) 3717 else if (msgid == SM_LDAP_ERR_ARG_MISS) 3747 *statp = sm_ldap_results(lmap, msgid, flags, map->map_coldelim,
|
Completed in 40 milliseconds