Searched refs:xFree (Results 1 – 2 of 2) sorted by relevance
1466 void (*xFree)(void*); /* Free a prior allocation */ member
1673 void (*xFree)(void*); /* Free a prior allocation */ member20949 sqlite3GlobalConfig.m.xFree(p);20952 sqlite3GlobalConfig.m.xFree(p);21010 sqlite3GlobalConfig.m.xFree(p);21013 sqlite3GlobalConfig.m.xFree(p);62117 SQLITE_PRIVATE void *sqlite3BtreeSchema(Btree *p, int nBytes, void(*xFree)(void *)){62122 pBt->xFreeSchema = xFree;154506 static void xFree(void *p){154811 sqlite3_result_text16(p, zOutput, -1, xFree);
Completed in 370 milliseconds