Lines Matching refs:msgid
193 int msgid; /* Current message id. */
197 int msgid;
361 rc = ldap_sasl_bind(li->ld, NULL, mech, pcred, NULL, NULL, &li->msgid);
384 rc = ldap_sasl_bind(li->ld, NULL, mech, pcred, NULL, NULL, &li->msgid);
398 &li->msgid);
426 NULL, NULL, &li->msgid);
449 NULL, NULL, NULL, 0, &li->msgid);
508 int rc = ldap_start_tls(li->ld, NULL, NULL, &li->msgid);
733 rc = ldap_result(li->ld, li->msgid, LDAP_MSG_ONE, &tv, &msg);
741 li->msgid = 0; /* Nothing to abandon upon error. */
841 if(result && li->msgid) {
842 ldap_abandon_ext(li->ld, li->msgid, NULL, NULL);
843 li->msgid = 0;
885 int msgid;
904 NULL, NULL, NULL, 0, &msgid);
913 ldap_abandon_ext(li->ld, msgid, NULL, NULL);
917 lr->msgid = msgid;
938 if(lr->msgid) {
940 ldap_abandon_ext(li->ld, lr->msgid, NULL, NULL);
941 lr->msgid = 0;
993 rc = ldap_result(li->ld, lr->msgid, LDAP_MSG_ONE, &tv, &msg);
1009 lr->msgid = 0;