xFree            1761 third_party/sqlite/amalgamation/sqlite3.c   void (*xFree)(void*);          /* Free a prior allocation */
xFree            18126 third_party/sqlite/amalgamation/sqlite3.c         sqlite3GlobalConfig.m.xFree(p);
xFree            18129 third_party/sqlite/amalgamation/sqlite3.c         sqlite3GlobalConfig.m.xFree(p);
xFree            18178 third_party/sqlite/amalgamation/sqlite3.c     sqlite3GlobalConfig.m.xFree(p);
xFree            18181 third_party/sqlite/amalgamation/sqlite3.c     sqlite3GlobalConfig.m.xFree(p);
xFree            55114 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void *sqlite3BtreeSchema(Btree *p, int nBytes, void(*xFree)(void *)){
xFree            55119 third_party/sqlite/amalgamation/sqlite3.c     pBt->xFreeSchema = xFree;
xFree            127859 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_result_text16(p, zOutput, -1, xFree);
xFree            1218 third_party/sqlite/amalgamation/sqlite3.h   void (*xFree)(void*);          /* Free a prior allocation */
xFree              55 third_party/sqlite/src/ext/fts1/ft_hash.c   pNew->xFree = free;
xFree              68 third_party/sqlite/src/ext/fts1/ft_hash.c   if( pH->ht ) pH->xFree(pH->ht);
xFree              74 third_party/sqlite/src/ext/fts1/ft_hash.c       pH->xFree(elem->pKey);
xFree              76 third_party/sqlite/src/ext/fts1/ft_hash.c     pH->xFree(elem);
xFree             239 third_party/sqlite/src/ext/fts1/ft_hash.c   if( pH->ht ) pH->xFree(pH->ht);
xFree             305 third_party/sqlite/src/ext/fts1/ft_hash.c     pH->xFree(elem->pKey);
xFree             307 third_party/sqlite/src/ext/fts1/ft_hash.c   pH->xFree( elem );
xFree             378 third_party/sqlite/src/ext/fts1/ft_hash.c       pH->xFree(new_elem);
xFree             391 third_party/sqlite/src/ext/fts1/ft_hash.c       pH->xFree(new_elem);
xFree              38 third_party/sqlite/src/ext/fts1/ft_hash.h   void (*xFree)(void *);  /* free() function to use */
xFree              62 third_party/sqlite/src/ext/fts1/fts1_hash.c   pNew->xFree = free;
xFree              75 third_party/sqlite/src/ext/fts1/fts1_hash.c   if( pH->ht ) pH->xFree(pH->ht);
xFree              81 third_party/sqlite/src/ext/fts1/fts1_hash.c       pH->xFree(elem->pKey);
xFree              83 third_party/sqlite/src/ext/fts1/fts1_hash.c     pH->xFree(elem);
xFree             197 third_party/sqlite/src/ext/fts1/fts1_hash.c   if( pH->ht ) pH->xFree(pH->ht);
xFree             263 third_party/sqlite/src/ext/fts1/fts1_hash.c     pH->xFree(elem->pKey);
xFree             265 third_party/sqlite/src/ext/fts1/fts1_hash.c   pH->xFree( elem );
xFree             341 third_party/sqlite/src/ext/fts1/fts1_hash.c       pH->xFree(new_elem);
xFree             354 third_party/sqlite/src/ext/fts1/fts1_hash.c       pH->xFree(new_elem);
xFree              38 third_party/sqlite/src/ext/fts1/fts1_hash.h   void (*xFree)(void *);  /* free() function to use */
xFree             364 third_party/sqlite/src/ext/icu/icu.c   sqlite3_result_text16(p, zOutput, -1, xFree);
xFree            7995 third_party/sqlite/src/src/btree.c void *sqlite3BtreeSchema(Btree *p, int nBytes, void(*xFree)(void *)){
xFree            8000 third_party/sqlite/src/src/btree.c     pBt->xFreeSchema = xFree;
xFree             421 third_party/sqlite/src/src/malloc.c         sqlite3GlobalConfig.m.xFree(p);
xFree             424 third_party/sqlite/src/src/malloc.c         sqlite3GlobalConfig.m.xFree(p);
xFree             473 third_party/sqlite/src/src/malloc.c     sqlite3GlobalConfig.m.xFree(p);
xFree             476 third_party/sqlite/src/src/malloc.c     sqlite3GlobalConfig.m.xFree(p);
xFree              62 third_party/sqlite/src/src/test_init.c static void wrMemFree(void *p)            {wrapped.mem.xFree(p);}
xFree              33 third_party/sqlite/src/src/test_intarray.c   void (*xFree)(void*);     /* Function used to free a[] */
xFree              61 third_party/sqlite/src/src/test_intarray.c   if( p->xFree ){
xFree              62 third_party/sqlite/src/src/test_intarray.c     p->xFree(p->a);
xFree             257 third_party/sqlite/src/src/test_intarray.c   void (*xFree)(void*)           /* How to dispose of the intarray when done */
xFree             259 third_party/sqlite/src/src/test_intarray.c   if( pIntArray->xFree ){
xFree             260 third_party/sqlite/src/src/test_intarray.c     pIntArray->xFree(pIntArray->a);
xFree             264 third_party/sqlite/src/src/test_intarray.c   pIntArray->xFree = xFree;
xFree             113 third_party/sqlite/src/src/test_intarray.h   void (*xFree)(void*)           /* How to dispose of the intarray when done */
xFree             106 third_party/sqlite/src/src/test_malloc.c   memfault.m.xFree(p);