Searched refs:ai (Results 1 – 8 of 8) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | vdbe.h | 60 u32 *ai; /* Used when p4type is P4_INTARRAY */ member
|
| H A D | wherecode.c | 1167 u32 *ai = (u32*)sqlite3DbMallocZero(pParse->db, sizeof(u32)*(pTab->nCol+1)); in codeDeferredSeek() local 1168 if( ai ){ in codeDeferredSeek() 1169 ai[0] = pTab->nCol; in codeDeferredSeek() 1176 if( x1>=0 ) ai[x2+1] = i+1; in codeDeferredSeek() 1178 sqlite3VdbeChangeP4(v, -1, (char*)ai, P4_INTARRAY); in codeDeferredSeek()
|
| H A D | vdbeaux.c | 1833 u32 *ai = pOp->p4.ai; in sqlite3VdbeDisplayP4() local 1834 u32 n = ai[0]; /* The first element of an INTARRAY is always the in sqlite3VdbeDisplayP4() 1837 sqlite3_str_appendf(&x, "%c%u", (i==1 ? '[' : ','), ai[i]); in sqlite3VdbeDisplayP4()
|
| H A D | vdbe.c | 2293 assert( pOp->p4.ai ); in sqlite3VdbeExec() 2338 aPermute = pOp[-1].p4.ai + 1; in sqlite3VdbeExec() 6460 assert( pOp->p4type==P4_INTARRAY || pOp->p4.ai==0 ); in sqlite3VdbeExec() 6462 pTabCur->ub.aAltMap = pOp->p4.ai; in sqlite3VdbeExec() 6942 aRoot = pOp->p4.ai; in sqlite3VdbeExec()
|
| /sqlite-3.40.0/test/ |
| H A D | pager1.test | 1990 CREATE TABLE t1(aa, ab, ac, ad, ae, af, ag, ah, ai, aj, ak, al, am, an, 2004 CREATE TABLE t2(aa, ab, ac, ad, ae, af, ag, ah, ai, aj, ak, al, am, an,
|
| H A D | fts1porter.test | 517 ai ai
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5porter.test | 266 ai ai aialvolio aialvolio
|
| H A D | fts5corrupt3.test | 12874 | 2576: 9b 32 71 72 d2 bc bc 23 61 69 9c 68 a7 58 c0 f1 .2qr...#ai.h.X.. 13071 | 704: 02 02 61 69 09 04 82 49 02 03 66 c8 ab 09 04 82 ..ai...I..f.....
|