Lines Matching defs:xFree
1830 ** The xMalloc, xRealloc, and xFree methods must work like the
1871 void (*xFree)(void*); /* Free a prior allocation */
15353 ** routines and redirected to xFree.
19007 sqlite3GlobalConfig.m.xFree(p);
19010 sqlite3GlobalConfig.m.xFree(p);
19059 sqlite3GlobalConfig.m.xFree(p);
19062 sqlite3GlobalConfig.m.xFree(p);
57480 ** xFree argument when the memory allocation was made is invoked on the
57481 ** blob of allocated memory. The xFree function should not call sqlite3_free()
57484 SQLITE_PRIVATE void *sqlite3BtreeSchema(Btree *p, int nBytes, void(*xFree)(void *)){
57489 pBt->xFreeSchema = xFree;
133458 static void xFree(void *p){
133763 sqlite3_result_text16(p, zOutput, -1, xFree);