Searched refs:cacheStatus (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/common/
H A Duresbund.cpp404 UErrorCode cacheStatus = U_ZERO_ERROR; local
405 uhash_put(cache, (void *)r, r, &cacheStatus);
406 if (U_FAILURE(cacheStatus)) {
407 *status = cacheStatus;
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c12619 ** cursor is currently pointing to. Only valid if cacheStatus matches
12621 ** CACHE_STALE and so setting cacheStatus=CACHE_STALE guarantees that
12627 u32 cacheStatus; /* Cache is valid if this matches Vdbe.cacheCtr */ member in struct:VdbeCursor
[all...]

Completed in 388 milliseconds