Searched defs:FuncDestructor (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
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.c7589 typedef struct FuncDestructor FuncDestructor; typedef in typeref:struct:FuncDestructor
9331 FuncDestructor *pDestructor; /* Reference counted destructor function */
9338 ** a single object of this type is allocated. FuncDestructor.nRef is set to
9342 ** FuncDestructor.
9346 ** is invoked and the FuncDestructor structure freed.
9348 struct FuncDestructor { struct
11350 FuncDestructor *pDestructor
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8792 typedef struct FuncDestructor FuncDestructor; typedef in typeref:struct:FuncDestructor
10649 FuncDestructor *pDestructor; /* Reference counted destructor function */
10656 ** a single object of this type is allocated. FuncDestructor.nRef is set to
10660 ** FuncDestructor.
10664 ** is invoked and the FuncDestructor structure freed.
10666 struct FuncDestructor { struct
12909 FuncDestructor *pDestructor
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8792 typedef struct FuncDestructor FuncDestructor; typedef in typeref:struct:FuncDestructor
10649 FuncDestructor *pDestructor; /* Reference counted destructor function */
10656 ** a single object of this type is allocated. FuncDestructor.nRef is set to
10660 ** FuncDestructor.
10664 ** is invoked and the FuncDestructor structure freed.
10666 struct FuncDestructor { struct
12909 FuncDestructor *pDestructor
[all...]

Completed in 510 milliseconds