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

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbe.h33 typedef struct VdbeFunc VdbeFunc; typedef in typeref:struct:VdbeFunc
57 VdbeFunc *pVdbeFunc; /* Used when p4type is P4_VDBEFUNC */
109 #define P4_VDBEFUNC (-7) /* P4 is a pointer to a VdbeFunc structure */
H A DvdbeInt.h213 /* A VdbeFunc is just a FuncDef (defined in sqliteInt.h) that contains
222 struct VdbeFunc { struct
246 VdbeFunc *pVdbeFunc; /* Auxilary data, if created. */
347 void sqlite3VdbeDeleteAuxData(VdbeFunc*, int);
H A Dvdbeapi.c588 VdbeFunc *pVdbeFunc;
610 VdbeFunc *pVdbeFunc;
617 int nMalloc = sizeof(VdbeFunc) + sizeof(struct AuxData)*iArg;
H A Dvdbeaux.c606 VdbeFunc *pVdbeFunc = (VdbeFunc *)p4;
2377 void sqlite3VdbeDeleteAuxData(VdbeFunc *pVdbeFunc, int mask){
H A Dvdbe.c1373 ctx.pVdbeFunc = (VdbeFunc*)pOp->p4.pVdbeFunc;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7918 typedef struct VdbeFunc VdbeFunc; typedef in typeref:struct:VdbeFunc
7942 VdbeFunc *pVdbeFunc; /* Used when p4type is P4_VDBEFUNC */
7994 #define P4_VDBEFUNC (-7) /* P4 is a pointer to a VdbeFunc structure */
12442 /* A VdbeFunc is just a FuncDef (defined in sqliteInt.h) that contains
12451 struct VdbeFunc { struct
12475 VdbeFunc *pVdbeFunc; /* Auxilary data, if created. */
12576 SQLITE_PRIVATE void sqlite3VdbeDeleteAuxData(VdbeFunc*, int);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8452 typedef struct VdbeFunc VdbeFunc; typedef in typeref:struct:VdbeFunc
8476 VdbeFunc *pVdbeFunc; /* Used when p4type is P4_VDBEFUNC */
8530 #define P4_VDBEFUNC (-7) /* P4 is a pointer to a VdbeFunc structure */
13050 /* A VdbeFunc is just a FuncDef (defined in sqliteInt.h) that contains
13059 struct VdbeFunc { struct
13083 VdbeFunc *pVdbeFunc; /* Auxilary data, if created. */
13202 SQLITE_PRIVATE void sqlite3VdbeDeleteAuxData(VdbeFunc*, int);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8452 typedef struct VdbeFunc VdbeFunc; typedef in typeref:struct:VdbeFunc
8476 VdbeFunc *pVdbeFunc; /* Used when p4type is P4_VDBEFUNC */
8530 #define P4_VDBEFUNC (-7) /* P4 is a pointer to a VdbeFunc structure */
13050 /* A VdbeFunc is just a FuncDef (defined in sqliteInt.h) that contains
13059 struct VdbeFunc { struct
13083 VdbeFunc *pVdbeFunc; /* Auxilary data, if created. */
13202 SQLITE_PRIVATE void sqlite3VdbeDeleteAuxData(VdbeFunc*, int);
[all...]

Completed in 496 milliseconds