Home | History | Annotate | Download | only in lib

Lines Matching defs:msgid

159   int msgid;
166 int msgid;
305 NULL, NULL, &li->msgid);
313 rc = ldap_result(li->ld, li->msgid, LDAP_MSG_ONE, tvp, &msg);
384 int msgid;
406 NULL, NULL, NULL, 0, &msgid);
415 lr->msgid = msgid;
432 if(lr->msgid) {
434 ldap_abandon_ext(li->ld, lr->msgid, NULL, NULL);
435 lr->msgid = 0;
460 rc = ldap_result(li->ld, lr->msgid, LDAP_MSG_RECEIVED, &tv, &msg);
503 lr->msgid = 0;