Lines Matching defs:msgid
68 #define HDBSETMSGID(db,msgid) \
69 do { ((struct hdbldapdb *)(db)->hdb_db)->h_msgid = msgid; } while(0)
1438 int msgid, rc, parserc;
1442 msgid = HDB2MSGID(db);
1443 if (msgid < 0)
1447 rc = ldap_result(HDB2LDAP(db), msgid, LDAP_MSG_ONE, NULL, &e);
1468 ldap_abandon_ext(HDB2LDAP(db), msgid, NULL, NULL);
1481 ldap_abandon_ext(HDB2LDAP(db), msgid, NULL, NULL);
1504 int msgid;
1518 NULL, NULL, NULL, 0, &msgid);
1519 if (msgid < 0)
1522 HDBSETMSGID(db, msgid);