Searched refs:sqlite3PcacheMxDump (Results 1 – 1 of 1) sorted by relevance
67 int sqlite3PcacheMxDump = 9999; /* Max cache entries for pcacheDump() */ variable87 if( N>sqlite3PcacheMxDump ) N = sqlite3PcacheMxDump; in pcacheDump()