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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c8209 signed char p4type; /* One of the P4_xxx constants for p4 */ member in struct:VdbeOp
8216 int i; /* Integer value if p4type==P4_INT32 */
8219 i64 *pI64; /* Used when p4type is P4_INT64 */
8220 double *pReal; /* Used when p4type is P4_REAL */
8221 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */
8222 VdbeFunc *pVdbeFunc; /* Used when p4type is P4_VDBEFUNC */
8223 CollSeq *pColl; /* Used when p4type is P4_COLLSEQ */
8224 Mem *pMem; /* Used when p4type is P4_MEM */
8225 VTable *pVtab; /* Used when p4type is P4_VTAB */
8226 KeyInfo *pKeyInfo; /* Used when p4type i
58903 freeP4(sqlite3 *db, int p4type, void *p4) argument
82765 sqlite3HaltConstraint(Parse *pParse, int onError, char *p4, int p4type) argument
94270 generateOutputSubroutine( Parse *pParse, Select *p, SelectDest *pIn, SelectDest *pDest, int regReturn, int regPrev, KeyInfo *pKeyInfo, int p4type, int iBreak ) argument
[all...]

Completed in 409 milliseconds