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

/freebsd-11-stable/crypto/heimdal/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c21081 /* Cached OP_Column parse information is only valid if cacheStatus matches
21083 ** CACHE_STALE (0) and so setting cacheStatus=CACHE_STALE guarantees that
21085 u32 cacheStatus; /* Cache is valid if this matches Vdbe.cacheCtr */ member in struct:VdbeCursor
21123 ** A value for VdbeCursor.cacheStatus that means the cache is always invalid.
[all...]

Completed in 906 milliseconds