Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbsm/
H A Dauditxml.pm419 my $msgId = $kid->getAttr('id');
420 if (defined ($msgId)) {
421 push(@msg, join('::', $msgId, $text));
/titanic_50/usr/src/lib/libsldap/common/
H A Dns_connect.c2341 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 Dns_reads.c2205 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 Dns_internal.h676 int msgId; member