HomeSort by relevance Sort by last modified time
    Searched refs:P4_MEM (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
vdbe.h 59 Mem *pMem; /* Used when p4type is P4_MEM */
110 #define P4_MEM (-8) /* P4 is a pointer to a Mem* structure */
update.c 71 sqlite3VdbeChangeP4(v, -1, (const char *)pValue, P4_MEM);
vdbeaux.c 616 case P4_MEM: {
908 case P4_MEM: {
    [all...]
vdbe.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 50 milliseconds