Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c15308 typedef struct FuncDestructor FuncDestructor; typedef
17893 FuncDestructor *pDestructor; /* Reference counted destructor function */
17911 struct FuncDestructor { struct
21309 FuncDestructor *pDestructor
179339 FuncDestructor *pDestructor;
180048 FuncDestructor *pDestructor
180185 FuncDestructor *pArg = 0;
180194 pArg = (FuncDestructor *)sqlite3Malloc(sizeof(FuncDestructor));