Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dmain.c1141 FuncDestructor *pDestructor; in functionDestroy()
1824 FuncDestructor *pDestructor in sqlite3CreateFunc()
1961 FuncDestructor *pArg = 0; in createFunctionApi()
1970 pArg = (FuncDestructor *)sqlite3Malloc(sizeof(FuncDestructor)); in createFunctionApi()
H A DsqliteInt.h1187 typedef struct FuncDestructor FuncDestructor; typedef
1841 FuncDestructor *pDestructor; /* Reference counted destructor function */
1859 struct FuncDestructor { struct
5136 FuncDestructor *pDestructor