Home | History | Annotate | Download | only in amalgamation

Lines Matching refs:xFree

1714 ** The xMalloc and xFree methods must work like the
1761 void (*xFree)(void*); /* Free a prior allocation */
14529 ** routines and redirected to xFree.
18141 sqlite3GlobalConfig.m.xFree(p);
18144 sqlite3GlobalConfig.m.xFree(p);
18193 sqlite3GlobalConfig.m.xFree(p);
18196 sqlite3GlobalConfig.m.xFree(p);
55289 ** xFree argument when the memory allocation was made is invoked on the
55290 ** blob of allocated memory. The xFree function should not call sqlite3_free()
55293 SQLITE_PRIVATE void *sqlite3BtreeSchema(Btree *p, int nBytes, void(*xFree)(void *)){
55298 pBt->xFreeSchema = xFree;
127744 static void xFree(void *p){
128049 sqlite3_result_text16(p, zOutput, -1, xFree);