Searched defs:nCache (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest3.c67 int rc, nCache; local
74 if( Tcl_GetInt(interp, argv[2], &nCache) ) return TCL_ERROR;
87 sqlite3BtreeSetCacheSize(pBt, nCache);
593 int nCache; local
602 if( Tcl_GetInt(interp, argv[2], &nCache) ) return TCL_ERROR;
606 sqlite3BtreeSetCacheSize(pBt, nCache);

Completed in 61 milliseconds