Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.h4895 void(*xDestroy)(void*)
4907 void(*xDestroy)(void*)
5534 void(*xDestroy)(void*)
6363 int (*xDestroy)(sqlite3_vtab *pVTab); member
6589 void(*xDestroy)(void*) /* Module destructor function */
8063 void (*xDestroy)(sqlite3_pcache*); member
8084 void (*xDestroy)(sqlite3_pcache*); member
11722 void (*xDestroy)(void*)
11739 void (*xDestroy)(void*)
H A Dsqlite3ext.h169 void (*xDestroy)(void *));
220 void(*xDestroy)(void*));
319 void(*xDestroy)(void*));
H A Dsqlite3.c134352 pMod->xDestroy = xDestroy;
134386 if( rc!=SQLITE_OK && xDestroy ) xDestroy(pAux);
135139 xDestroy = p->pMod->pModule->xDestroy;
156443 if( xDestroy ){
156447 xDestroy(p);
156451 pArg->xDestroy = xDestroy;
156459 xDestroy(p);
217939 pAux->xDestroy = xDestroy;
217976 pNew->xDestroy = xDestroy;
218070 if( pAux->xDestroy ) pAux->xDestroy(pAux->pUserData);
[all …]

Completed in 481 milliseconds