Searched refs:numConnections (Results 1 – 5 of 5) sorted by relevance
291 … log.debug("Total allocated connection: " + numConnections + " out of " + maxTotalConnections);313 if (hasCapacity && numConnections < maxTotalConnections) {398 numConnections--;448 numConnections--;495 numConnections++;534 numConnections--;585 numConnections--;
81 protected int numConnections; field in AbstractConnPool128 if (numConnections > 0) { //@@@ is this check sufficient? in enableConnectionGC()
286 return connectionPool.numConnections; //@@@
49 private int numConnections = 0; field in SkeletonWire54 numConnections ++; in countConnections()83 ShortBuffer sib = BufferUtils.createShortBuffer(numConnections * 2); in SkeletonWire()
1917 EAS_U32 numConnections; in Parse_art() local1935 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &numConnections, EAS_FALS… in Parse_art()1942 while (numConnections--) in Parse_art()