OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xFree
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts1/
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/src/
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
;
/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 121 milliseconds