Home | History | Annotate | Download | only in dist

Lines Matching full:xfree

1632 ** The xMalloc, xRealloc, and xFree methods must work like the
1673 void (*xFree)(void*); /* Free a prior allocation */
17204 ** routines and redirected to xFree.
20949 sqlite3GlobalConfig.m.xFree(p);
20952 sqlite3GlobalConfig.m.xFree(p);
21010 sqlite3GlobalConfig.m.xFree(p);
21013 sqlite3GlobalConfig.m.xFree(p);
62131 ** xFree argument when the memory allocation was made is invoked on the
62132 ** blob of allocated memory. The xFree function should not call sqlite3_free()
62135 SQLITE_PRIVATE void *sqlite3BtreeSchema(Btree *p, int nBytes, void(*xFree)(void *)){
62140 pBt->xFreeSchema = xFree;
154536 static void xFree(void *p){
154841 sqlite3_result_text16(p, zOutput, -1, xFree);