Searched refs:CONID_OFFSET (Results 1 – 2 of 2) sorted by relevance
569 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()
111 #define CONID_OFFSET 1024 macro