Home | History | Annotate | Download | only in dist

Lines Matching full: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);
57491 ** xFree argument when the memory allocation was made is invoked on the
57492 ** blob of allocated memory. The xFree function should not call sqlite3_free()
57495 SQLITE_PRIVATE void *sqlite3BtreeSchema(Btree *p, int nBytes, void(*xFree)(void *)){
57500 pBt->xFreeSchema = xFree;
133487 static void xFree(void *p){
133792 sqlite3_result_text16(p, zOutput, -1, xFree);