Searched refs:nFrame (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/sqlite/src/test/
H A Dtt3_checkpoint.c57 int nFrame
60 if( nFrame>p->nMaxFrame ){
61 p->nMaxFrame = nFrame;
63 if( nFrame>=CHECKPOINT_STARVATION_FRAMELIMIT ){
H A Dwal_common.tcl16 proc wal_file_size {nFrame pgsz} {
17 expr {32 + ($pgsz+24)*$nFrame}
H A Dtester.tcl1160 set nFrame [expr [llength [lindex $data 0]]-2]
1161 if {$nFrame < 0} { return "" }
/external/chromium_org/third_party/sqlite/src/src/
H A DvdbeInt.h321 int nFrame; /* Number of frames in pFrame list */ member in struct:Vdbe
H A Dmain.c1321 int nFrame /* Size of WAL */
1323 if( nFrame>=SQLITE_PTR_TO_INT(pClientData) ){
1334 ** a database after committing a transaction if there are nFrame or
1336 ** nFrame parameter disables automatic checkpoints entirely.
1343 int sqlite3_wal_autocheckpoint(sqlite3 *db, int nFrame){ argument
1346 UNUSED_PARAMETER(nFrame);
1348 if( nFrame>0 ){
1349 sqlite3_wal_hook(db, sqlite3WalDefaultHook, SQLITE_INT_TO_PTR(nFrame));
H A Dtest_malloc.c745 static void test_memdebug_callback(int nByte, int nFrame, void **aFrame){ argument
755 if( (sizeof(void*)*nFrame)<nKey ){
756 nKey = nFrame*sizeof(void*);
H A Dvdbe.c833 p->nFrame--;
4939 if( p->nFrame>=db->aLimit[SQLITE_LIMIT_TRIGGER_DEPTH] ){
4991 p->nFrame++;
H A Dvdbeaux.c1590 p->nFrame = 0;
/external/svox/pico/lib/
H A Dpicosig.c323 static int nFrame = 0; local
345 PICODBG_DEBUG(("WARNING : Frame %d -- Phase vector[%d] Components = %d --> too big\n", nFrame, phsIndex, *numComponents));
354 nFrame++;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c6811 ** a negative value as the nFrame parameter disables automatic
12535 int nFrame; /* Number of frames in pFrame list */ member in struct:Vdbe
108588 sqlite3_wal_autocheckpoint(sqlite3 *db, int nFrame) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c7256 ** a negative value as the nFrame parameter disables automatic
14225 int nFrame; /* Number of frames in pFrame list */ member in struct:Vdbe
123849 sqlite3_wal_autocheckpoint(sqlite3 *db, int nFrame) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c7256 ** a negative value as the nFrame parameter disables automatic
14225 int nFrame; /* Number of frames in pFrame list */ member in struct:Vdbe
123869 sqlite3_wal_autocheckpoint(sqlite3 *db, int nFrame) argument
[all...]

Completed in 2589 milliseconds