Searched refs:aSub (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_backup.c38 } aSub[] = { local
51 interp, objv[1], aSub, sizeof(aSub[0]), "option", 0, &iCmd
56 if( objc!=(2 + aSub[iCmd].nArg) ){
57 Tcl_WrongNumArgs(interp, 2, objv, aSub[iCmd].zArg);
61 switch( aSub[iCmd].eCmd ){
H A Dtest_thread.c330 } aSub[] = { local
347 interp, objv[1], aSub, sizeof(aSub[0]), "sub-command", 0, &iIndex
350 pSub = &aSub[iIndex];
H A Dwal.c1425 int iSub = 0; /* Index into aSub array */
1426 struct Sublist aSub[13]; /* Array of sub-lists */ local
1428 memset(aSub, 0, sizeof(aSub));
1430 assert( HASHTABLE_NPAGE==(1<<(ArraySize(aSub)-1)) );
1436 struct Sublist *p = &aSub[iSub];
1441 aSub[iSub].aList = aMerge;
1442 aSub[iSub].nList = nMerge;
1445 for(iSub++; iSub<ArraySize(aSub); iSub++){
1447 struct Sublist *p = &aSub[iSu
[all...]
H A Dtest_multiplex.c1104 int idx; /* Index in aSub[] */
1114 } aSub[] = { local
1135 interp, objv[3], aSub, sizeof(aSub[0]), "sub-command", 0, &idx
1139 switch( aSub[idx].argtype ){
1151 rc = sqlite3_file_control(db, Tcl_GetString(objv[2]), aSub[idx].op, pArg);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c44706 struct Sublist aSub[13]; /* Array of sub-lists */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c48943 struct Sublist aSub[13]; /* Array of sub-lists */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c48963 struct Sublist aSub[13]; /* Array of sub-lists */ local
[all...]

Completed in 933 milliseconds