Home
last modified time | relevance | path

Searched defs:aiCurOnePass (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dupdate.c334 int aiCurOnePass[2]; /* The write cursors opened by WHERE_ONEPASS */ in sqlite3Update() local
H A Ddelete.c300 int aiCurOnePass[2]; /* The write cursors opened by WHERE_ONEPASS */ in sqlite3DeleteFrom() local
H A DwhereInt.h471 int aiCurOnePass[2]; /* OP_OpenWrite cursors for the ONEPASS opt */ member