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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c665 FuncDestructor *pDestructor = p->pDestructor;
1024 FuncDestructor *pDestructor
1135 FuncDestructor *pArg = 0;
1138 pArg = (FuncDestructor *)sqlite3DbMallocZero(db, sizeof(FuncDestructor));
H A DsqliteInt.h609 typedef struct FuncDestructor FuncDestructor; typedef in typeref:struct:FuncDestructor
986 FuncDestructor *pDestructor; /* Reference counted destructor function */
993 ** a single object of this type is allocated. FuncDestructor.nRef is set to
997 ** FuncDestructor.
1001 ** is invoked and the FuncDestructor structure freed.
1003 struct FuncDestructor { struct
3005 FuncDestructor *pDestructor
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7604 typedef struct FuncDestructor FuncDestructor; typedef in typeref:struct:FuncDestructor
9346 FuncDestructor *pDestructor; /* Reference counted destructor function */
9353 ** a single object of this type is allocated. FuncDestructor.nRef is set to
9357 ** FuncDestructor.
9361 ** is invoked and the FuncDestructor structure freed.
9363 struct FuncDestructor { struct
11365 FuncDestructor *pDestructor
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8136 typedef struct FuncDestructor FuncDestructor; typedef in typeref:struct:FuncDestructor
9900 FuncDestructor *pDestructor; /* Reference counted destructor function */
9907 ** a single object of this type is allocated. FuncDestructor.nRef is set to
9911 ** FuncDestructor.
9915 ** is invoked and the FuncDestructor structure freed.
9917 struct FuncDestructor { struct
11949 FuncDestructor *pDestructor
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8136 typedef struct FuncDestructor FuncDestructor; typedef in typeref:struct:FuncDestructor
9900 FuncDestructor *pDestructor; /* Reference counted destructor function */
9907 ** a single object of this type is allocated. FuncDestructor.nRef is set to
9911 ** FuncDestructor.
9915 ** is invoked and the FuncDestructor structure freed.
9917 struct FuncDestructor { struct
11949 FuncDestructor *pDestructor
[all...]

Completed in 476 milliseconds