Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c80 _DropConnection(ConnectionID cID, int flag, int fini);
685 const ns_cred_t *auth, ConnectionID *cID, int timeoutSec, in makeConnection() argument
717 *cID = id; in makeConnection()
1026 *cID = id; in makeConnection()
1037 _DropConnection(ConnectionID cID, int flag, int fini) in _DropConnection() argument
1047 id = cID - CONID_OFFSET; in _DropConnection()
1053 thr_self(), cID, flag); in _DropConnection()
1095 DropConnection(ConnectionID cID, int flag) in DropConnection() argument
1097 _DropConnection(cID, flag, 0); in DropConnection()