Searched refs:sqliteVdbeAddOpList (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dpragma.c213 addr = sqliteVdbeAddOpList(v, ArraySize(getCacheSize), getCacheSize);
254 sqliteVdbeAddOpList(v, ArraySize(getCacheSize), getCacheSize);
299 int addr = sqliteVdbeAddOpList(v, ArraySize(getSync), getSync);
343 sqliteVdbeAddOpList(v, ArraySize(getSync), getSync);
382 sqliteVdbeAddOpList(v, ArraySize(tableInfoPreface), tableInfoPreface);
410 sqliteVdbeAddOpList(v, ArraySize(tableInfoPreface), tableInfoPreface);
438 sqliteVdbeAddOpList(v, ArraySize(indexListPreface), indexListPreface);
468 sqliteVdbeAddOpList(v, ArraySize(indexListPreface), indexListPreface);
494 sqliteVdbeAddOpList(v, ArraySize(indexListPreface), indexListPreface);
525 sqliteVdbeAddOpList(
[all...]
H A Dvdbe.h75 ** sqliteVdbeAddOpList() knows that the address is relative. Calling
95 int sqliteVdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp);
H A Dtrigger.c206 addr = sqliteVdbeAddOpList(v, ArraySize(insertTrig), insertTrig);
470 base = sqliteVdbeAddOpList(v, ArraySize(dropTrigger), dropTrigger);
H A Dvdbeaux.c204 int sqliteVdbeAddOpList(Vdbe *p, int nOp, VdbeOpList const *aOp){ function
245 ** static array using sqliteVdbeAddOpList but we want to make a
270 ** static array using sqliteVdbeAddOpList but we want to make a
H A Dbuild.c1266 base = sqliteVdbeAddOpList(v, ArraySize(dropTable), dropTable);
1272 base = sqliteVdbeAddOpList(v, ArraySize(dropTable), dropTable);
1816 base = sqliteVdbeAddOpList(v, ArraySize(dropIndex), dropIndex);

Completed in 96 milliseconds