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

/external/chromium_org/third_party/sqlite/src/src/
H A DvdbeInt.h289 ynVar nVar; /* Number of entries in aVar[] */
H A DsqliteInt.h1559 ** The datatype ynVar is a signed integer, either 16-bit or 32-bit.
1569 typedef i16 ynVar; typedef
1571 typedef int ynVar; typedef
1667 ynVar iColumn; /* TK_COLUMN: column index. -1 for rowid.
H A Dresolve.c418 p->iColumn = (ynVar)iCol;
H A Dvdbeaux.c1489 p->nVar = (ynVar)nVar;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9904 ** The datatype ynVar is a signed integer, either 16-bit or 32-bit.
9914 typedef i16 ynVar; typedef
9916 typedef int ynVar; typedef
10012 ynVar iColumn; /* TK_COLUMN: column index. -1 for rowid.
12503 ynVar nVar; /* Number of entries in aVar[] */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11271 ** The datatype ynVar is a signed integer, either 16-bit or 32-bit.
11281 typedef i16 ynVar; typedef
11283 typedef int ynVar; typedef
11382 ynVar iColumn; /* TK_COLUMN: column index. -1 for rowid.
14187 ynVar nVar; /* Number of entries in aVar[] */
14188 ynVar nzVar; /* Number of entries in azVar[] */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11271 ** The datatype ynVar is a signed integer, either 16-bit or 32-bit.
11281 typedef i16 ynVar; typedef
11283 typedef int ynVar; typedef
11382 ynVar iColumn; /* TK_COLUMN: column index. -1 for rowid.
14187 ynVar nVar; /* Number of entries in aVar[] */
14188 ynVar nzVar; /* Number of entries in azVar[] */
[all...]

Completed in 490 milliseconds