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

  /external/chromium_org/third_party/sqlite/src/src/
vdbeaux.c 158 pOp->p4type = P4_NOTUSED;
197 int p4type /* P4 operand type */
200 sqlite3VdbeChangeP4(p, addr, zP4, p4type);
321 if( pRet->p4type==P4_SUBPROGRAM ){
499 pOut->p4type = P4_NOTUSED;
588 static void freeP4(sqlite3 *db, int p4type, void *p4){
591 switch( p4type ){
643 freeP4(db, pOp->p4type, pOp->p4.p);
670 freeP4(db, pOp->p4type, pOp->p4.p);
721 freeP4(db, pOp->p4type, pOp->p4.p)
    [all...]
vdbe.h 44 signed char p4type; /* One of the P4_xxx constants for p4 */ member in struct:VdbeOp
51 int i; /* Integer value if p4type==P4_INT32 */
54 i64 *pI64; /* Used when p4type is P4_INT64 */
55 double *pReal; /* Used when p4type is P4_REAL */
56 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */
57 VdbeFunc *pVdbeFunc; /* Used when p4type is P4_VDBEFUNC */
58 CollSeq *pColl; /* Used when p4type is P4_COLLSEQ */
59 Mem *pMem; /* Used when p4type is P4_MEM */
60 VTable *pVtab; /* Used when p4type is P4_VTAB */
61 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO *
    [all...]
vdbe.c 927 if( pOp->p4type==P4_DYNAMIC ){
930 pOp->p4type = P4_DYNAMIC;
    [all...]
insert.c 162 assert( pOp->p4type==P4_VTAB );
    [all...]
build.c     [all...]
select.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 7914 signed char p4type; \/* One of the P4_xxx constants for p4 *\/ member in struct:VdbeOp
    [all...]

Completed in 57 milliseconds