Searched refs:numConnections (Results 1 – 4 of 4) sorted by relevance
296 … log.debug("Total allocated connection: " + numConnections + " out of " + maxTotalConnections);318 if (hasCapacity && numConnections < maxTotalConnections) {403 numConnections--;453 numConnections--;500 numConnections++;539 numConnections--;590 numConnections--;
86 protected int numConnections; field in AbstractConnPool133 if (numConnections > 0) { //@@@ is this check sufficient? in enableConnectionGC()
291 return connectionPool.numConnections; //@@@
1958 EAS_U32 numConnections; in Parse_art() local1976 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &numConnections, EAS_FALS… in Parse_art()1983 while (numConnections--) in Parse_art()