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

/external/sqlite/dist/orig/
H A Dsqlite3.c9950 typedef struct FuncDestructor FuncDestructor; typedef in typeref:struct:FuncDestructor
11904 FuncDestructor *pDestructor; /* Reference counted destructor function */
11911 ** a single object of this type is allocated. FuncDestructor.nRef is set to
11915 ** FuncDestructor.
11919 ** is invoked and the FuncDestructor structure freed.
11921 struct FuncDestructor { struct
14236 FuncDestructor *pDestructor
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9950 typedef struct FuncDestructor FuncDestructor; typedef in typeref:struct:FuncDestructor
11904 FuncDestructor *pDestructor; /* Reference counted destructor function */
11911 ** a single object of this type is allocated. FuncDestructor.nRef is set to
11915 ** FuncDestructor.
11919 ** is invoked and the FuncDestructor structure freed.
11921 struct FuncDestructor { struct
14236 FuncDestructor *pDestructor
[all...]

Completed in 578 milliseconds