Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c74 static int wait4result( LDAP *ld, int msgid, struct berval **servercredp,
1430 rc = wait4result( ld, msgid, servercredp, msg );
1474 rc = wait4result( ld, LDAP_RES_ANY, NULL, msg );
1495 rc = wait4result( ld, msgid, NULL, msg );
1516 rc = wait4result( ld, msgid, NULL, msg );
1537 rc = wait4result( ld, msgid, NULL, msg );
1559 rc = wait4result( ld, msgid, NULL, msg );
1572 wait4result( LDAP *ld, int msgid, struct berval **servercredp, char *msg ) function