Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c569 con->connectionId = i + CONID_OFFSET; in addConnection()
574 return (i + CONID_OFFSET); in addConnection()
648 return (i + CONID_OFFSET); in findConnection()
1047 id = cID - CONID_OFFSET; in _DropConnection()
2021 _DropConnection(id + CONID_OFFSET, 0, 1); in __s_api_free_sessionPool()
H A Dns_internal.h115 #define CONID_OFFSET 1024 macro