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

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbe.h59 Mem *pMem; /* Used when p4type is P4_MEM */
110 #define P4_MEM (-8) /* P4 is a pointer to a Mem* structure */ macro
H A Dupdate.c71 sqlite3VdbeChangeP4(v, -1, (const char *)pValue, P4_MEM);
H A Dvdbeaux.c616 case P4_MEM: {
908 case P4_MEM: {
H A Dvdbe.c2073 ** if the P4 argument is a P4_MEM use the value of the P4 argument as
2336 if( pOp->p4type==P4_MEM ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7944 Mem *pMem; /* Used when p4type is P4_MEM */
7995 #define P4_MEM (-8) /* P4 is a pointer to a Mem* structure */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8478 Mem *pMem; /* Used when p4type is P4_MEM */
8531 #define P4_MEM (-8) /* P4 is a pointer to a Mem* structure */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8478 Mem *pMem; /* Used when p4type is P4_MEM */
8531 #define P4_MEM (-8) /* P4 is a pointer to a Mem* structure */ macro
[all...]

Completed in 753 milliseconds