Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dpcache.c67 int sqlite3PcacheMxDump = 9999; /* Max cache entries for pcacheDump() */ variable
87 if( N>sqlite3PcacheMxDump ) N = sqlite3PcacheMxDump; in pcacheDump()