Home
last modified time | relevance | path

Searched refs:lm_msgid (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dresult.c159 if ( ldap_abandoned( ld, lm->lm_msgid ) ) { in chkResponseList()
163 lm->lm_msgid, ldap_int_msgtype2str( lm->lm_msgtype ) ); in chkResponseList()
174 ldap_mark_abandoned( ld, lm->lm_msgid ); in chkResponseList()
186 if ( msgid == LDAP_RES_ANY || lm->lm_msgid == msgid ) { in chkResponseList()
234 (void *)ld, lm->lm_msgid, (unsigned long)lm->lm_msgtype ); in chkResponseList()
994 newmsg->lm_msgid = (int)id; in try_read1msg()
1114 if ( l->lm_msgid == newmsg->lm_msgid ) { in try_read1msg()
1133 (void *)ld, newmsg->lm_msgid, (long) newmsg->lm_msgtype ); in try_read1msg()
1268 return ( lm != NULL ) ? lm->lm_msgid : -1; in ldap_msgid()
1328 if ( lm->lm_msgid == msgid ) { in ldap_msgdelete()
Drequest.c948 lm->lm_msgid, (unsigned long)lm->lm_msgtype ); in ldap_dump_requests_and_responses()
954 l->lm_msgid, in ldap_dump_requests_and_responses()
Dtest.c549 msgtype, res->lm_msgid ); in main()
Dldap-int.h171 ber_int_t lm_msgid; /* the message id */ member