OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VdbeFunc
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
vdbe.h
33
typedef struct
VdbeFunc
VdbeFunc
;
57
VdbeFunc
*pVdbeFunc; /* Used when p4type is P4_VDBEFUNC */
109
#define P4_VDBEFUNC (-7) /* P4 is a pointer to a
VdbeFunc
structure */
vdbeInt.h
213
/* A
VdbeFunc
is just a FuncDef (defined in sqliteInt.h) that contains
222
struct
VdbeFunc
{
246
VdbeFunc
*pVdbeFunc; /* Auxilary data, if created. */
347
void sqlite3VdbeDeleteAuxData(
VdbeFunc
*, int);
vdbeapi.c
588
VdbeFunc
*pVdbeFunc;
610
VdbeFunc
*pVdbeFunc;
617
int nMalloc = sizeof(
VdbeFunc
) + sizeof(struct AuxData)*iArg;
[
all
...]
vdbeaux.c
606
VdbeFunc
*pVdbeFunc = (
VdbeFunc
*)p4;
[
all
...]
vdbe.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 114 milliseconds