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

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbe.h62 int *ai; /* Used when p4type is P4_INTARRAY */
117 #define P4_INTARRAY (-15) /* P4 is a vector of 32-bit integers */ macro
H A Dvdbeaux.c596 case P4_INTARRAY:
930 case P4_INTARRAY: {
H A Dselect.c2436 sqlite3VdbeAddOp4(v, OP_Permutation, 0, 0, 0, (char*)aPermute, P4_INTARRAY);
H A Dvdbe.c1837 assert( pOp->p4type==P4_INTARRAY );
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7947 int *ai; /* Used when p4type is P4_INTARRAY */
8002 #define P4_INTARRAY (-15) /* P4 is a vector of 32-bit integers */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8481 int *ai; /* Used when p4type is P4_INTARRAY */
8538 #define P4_INTARRAY (-15) /* P4 is a vector of 32-bit integers */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8481 int *ai; /* Used when p4type is P4_INTARRAY */
8538 #define P4_INTARRAY (-15) /* P4 is a vector of 32-bit integers */ macro
[all...]

Completed in 438 milliseconds