Searched refs:msgId (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libbsm/ |
H A D | auditxml.pm | 419 my $msgId = $kid->getAttr('id'); 420 if (defined ($msgId)) { 421 push(@msg, join('::', $msgId, $text));
|
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_connect.c | 2341 int msgId, errnum = 0, ldap_rc; in doSimpleBind() local 2363 msgId = ldap_simple_bind(ld, binddn, passwd); in doSimpleBind() 2365 if (msgId == -1) { in doSimpleBind() 2379 ldap_rc = ldap_result(ld, msgId, 0, &tv, &resultMsg); in doSimpleBind()
|
H A D | ns_reads.c | 2205 cookie->msgId != 0) { in clear_results() 2211 rc = ldap_result(cookie->conn->ld, cookie->msgId, LDAP_MSG_ALL, in clear_results() 2224 (void) ldap_abandon_ext(cookie->conn->ld, cookie->msgId, in clear_results() 2227 cookie->msgId = 0; in clear_results() 2447 &cookie->msgId); in search_state_machine() 2562 rc = ldap_result(cookie->conn->ld, cookie->msgId, in search_state_machine() 2682 rc = ldap_result(cookie->conn->ld, cookie->msgId, in search_state_machine()
|
H A D | ns_internal.h | 676 int msgId; member
|