Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DThreadSafeClientConnManager.java177 BasicPoolEntry entry = poolRequest.getPoolEntry(timeout, tunit); in requestConnection()
207 if ((hca.getPoolEntry() != null) && (hca.getManager() != this)) {
216 final BasicPoolEntry entry = (BasicPoolEntry) hca.getPoolEntry();
245 BasicPoolEntry entry = (BasicPoolEntry) hca.getPoolEntry();
DPoolEntryRequest.java58 BasicPoolEntry getPoolEntry( in getPoolEntry() method
DBasicPooledConnAdapter.java72 protected AbstractPoolEntry getPoolEntry() { in getPoolEntry() method in BasicPooledConnAdapter
DAbstractConnPool.java166 return requestPoolEntry(route, state).getPoolEntry(timeout, tunit); in getEntry()
DConnPoolByRoute.java234 public BasicPoolEntry getPoolEntry( in requestPoolEntry() method in ConnPoolByRoute
/external/icu4c/common/
Duresbund.c312 getPoolEntry(const char *path, UErrorCode *status);
386 r->fPool = getPoolEntry(r->fPath, status); in init_entry()
448 getPoolEntry(const char *path, UErrorCode *status) { in getPoolEntry() function