HomeSort by relevance Sort by last modified time
    Searched refs:xFree (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test_intarray.h 113 void (*xFree)(void*) /* How to dispose of the intarray when done */
test_intarray.c 33 void (*xFree)(void*); /* Function used to free a[] */
61 if( p->xFree ){
62 p->xFree(p->a);
257 void (*xFree)(void*) /* How to dispose of the intarray when done */
259 if( pIntArray->xFree ){
260 pIntArray->xFree(pIntArray->a);
264 pIntArray->xFree = xFree;
malloc.c 421 sqlite3GlobalConfig.m.xFree(p);
424 sqlite3GlobalConfig.m.xFree(p);
473 sqlite3GlobalConfig.m.xFree(p);
476 sqlite3GlobalConfig.m.xFree(p);
test_init.c 62 static void wrMemFree(void *p) {wrapped.mem.xFree(p);}
sqlite.h.in     [all...]
test_malloc.c 99 ** xFree
106 memfault.m.xFree(p);
187 faultsimFree, /* xFree */
    [all...]
btree.c     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
ft_hash.c 55 pNew->xFree = free;
68 if( pH->ht ) pH->xFree(pH->ht);
74 pH->xFree(elem->pKey);
76 pH->xFree(elem);
239 if( pH->ht ) pH->xFree(pH->ht);
305 pH->xFree(elem->pKey);
307 pH->xFree( elem );
378 pH->xFree(new_elem);
391 pH->xFree(new_elem);
fts1_hash.c 62 pNew->xFree = free;
75 if( pH->ht ) pH->xFree(pH->ht);
81 pH->xFree(elem->pKey);
83 pH->xFree(elem);
197 if( pH->ht ) pH->xFree(pH->ht);
263 pH->xFree(elem->pKey);
265 pH->xFree( elem );
341 pH->xFree(new_elem);
354 pH->xFree(new_elem);
ft_hash.h 38 void (*xFree)(void *); /* free() function to use */
fts1_hash.h 38 void (*xFree)(void *); /* free() function to use */
  /external/chromium_org/third_party/sqlite/src/ext/icu/
icu.c 59 static void xFree(void *p){
364 sqlite3_result_text16(p, zOutput, -1, xFree);
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
sqlite3.c     [all...]

Completed in 166 milliseconds