Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dmain.c1141 FuncDestructor *pDestructor; in functionDestroy() local
1143 pDestructor = p->u.pDestructor; in functionDestroy()
1144 if( pDestructor ){ in functionDestroy()
1145 pDestructor->nRef--; in functionDestroy()
1146 if( pDestructor->nRef==0 ){ in functionDestroy()
1147 pDestructor->xDestroy(pDestructor->pUserData); in functionDestroy()
1148 sqlite3DbFree(db, pDestructor); in functionDestroy()
1824 FuncDestructor *pDestructor in sqlite3CreateFunc() argument
1924 if( pDestructor ){ in sqlite3CreateFunc()
1925 pDestructor->nRef++; in sqlite3CreateFunc()
[all …]
H A DsqliteInt.h1841 FuncDestructor *pDestructor; /* Reference counted destructor function */ member
5136 FuncDestructor *pDestructor