Searched refs:xFree (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_intarray.h113 void (*xFree)(void*) /* How to dispose of the intarray when done */
H A Dtest_intarray.c33 void (*xFree)(void*); /* Function used to free a[] */ member in struct:sqlite3_intarray
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;
H A Dmalloc.c421 sqlite3GlobalConfig.m.xFree(p);
424 sqlite3GlobalConfig.m.xFree(p);
473 sqlite3GlobalConfig.m.xFree(p);
476 sqlite3GlobalConfig.m.xFree(p);
H A Dtest_init.c62 static void wrMemFree(void *p) {wrapped.mem.xFree(p);}
H A Dsqlite.h.in1166 ** The xMalloc and xFree methods must work like the
1213 void (*xFree)(void*); /* Free a prior allocation */
H A Dtest_malloc.c99 ** xFree
106 memfault.m.xFree(p);
187 faultsimFree, /* xFree */
H A Dbtree.c7991 ** xFree argument when the memory allocation was made is invoked on the
7992 ** blob of allocated memory. The xFree function should not call sqlite3_free()
7995 void *sqlite3BtreeSchema(Btree *p, int nBytes, void(*xFree)(void *)){
8000 pBt->xFreeSchema = xFree;
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dft_hash.c55 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);
H A Dfts1_hash.c62 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);
H A Dft_hash.h38 void (*xFree)(void *); /* free() function to use */ member in struct:Hash
H A Dfts1_hash.h38 void (*xFree)(void *); /* free() function to use */ member in struct:fts1Hash
/external/chromium_org/third_party/sqlite/src/ext/icu/
H A Dicu.c59 static void xFree(void *p){ function
364 sqlite3_result_text16(p, zOutput, -1, xFree);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h1171 ** The xMalloc and xFree methods must work like the
1218 void (*xFree)(void*); /* Free a prior allocation */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1714 ** The xMalloc and xFree methods must work like the
1761 void (*xFree)(void*); /* Free a prior allocation */ member in struct:sqlite3_mem_methods
14514 ** routines and redirected to xFree.
18126 sqlite3GlobalConfig.m.xFree(p);
18129 sqlite3GlobalConfig.m.xFree(p);
18178 sqlite3GlobalConfig.m.xFree(p);
18181 sqlite3GlobalConfig.m.xFree(p);
127565 static void xFree(void *p){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1399 ** The xMalloc, xRealloc, and xFree methods must work like the
1440 void (*xFree)(void*); /* Free a prior allocation */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1514 ** The xMalloc, xRealloc, and xFree methods must work like the
1555 void (*xFree)(void*); /* Free a prior allocation */ member in struct:sqlite3_mem_methods
16468 ** routines and redirected to xFree.
20165 sqlite3GlobalConfig.m.xFree(p);
20168 sqlite3GlobalConfig.m.xFree(p);
20218 sqlite3GlobalConfig.m.xFree(p);
20221 sqlite3GlobalConfig.m.xFree(p);
148173 static void xFree(void *p){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1399 ** The xMalloc, xRealloc, and xFree methods must work like the
1440 void (*xFree)(void*); /* Free a prior allocation */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1514 ** The xMalloc, xRealloc, and xFree methods must work like the
1555 void (*xFree)(void*); /* Free a prior allocation */ member in struct:sqlite3_mem_methods
16468 ** routines and redirected to xFree.
20165 sqlite3GlobalConfig.m.xFree(p);
20168 sqlite3GlobalConfig.m.xFree(p);
20218 sqlite3GlobalConfig.m.xFree(p);
20221 sqlite3GlobalConfig.m.xFree(p);
148205 static void xFree(void *p){ function
[all...]

Completed in 575 milliseconds