Searched defs:sqlite3_free (Results 1 - 6 of 6) sorted by relevance

/external/javasqlite/src/main/native/
H A Dsqlite_jni.c22 #define sqlite3_free free macro
1380 freeproc = (freemem *) sqlite3_free;
1395 freeproc = (freemem *) sqlite3_free;
1563 sqlite3_free(s);
1567 freeproc = (freemem *) sqlite3_free;
1649 sqlite3_free(s);
1653 freeproc = (freemem *) sqlite3_free;
3320 sqlite3_free(s);
3335 sqlite3_free(s);
3358 sqlite3_free(
[all...]
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h273 #define sqlite3_free sqlite3_api->free macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h316 #define sqlite3_free sqlite3_api->free macro
H A Dsqlite3.c873 ** To avoid memory leaks, the application should invoke [sqlite3_free()]
2510 ** It is not safe to pass a result table directly to [sqlite3_free()].
2548 ** function must not try to call [sqlite3_free()] directly. Only
2578 ** released by [sqlite3_free()]. ^Both routines return a
2625 ** sqlite3_free(zSQL);
2653 ** sqlite3_free(zSQL);
2661 ** the result, [sqlite3_free()] is called on the input string.)^
2683 ** ^Calling sqlite3_free() with a pointer previously returned
2685 ** that it might be reused. ^The sqlite3_free() routine is
2687 ** to sqlite3_free() i
19051 SQLITE_API void sqlite3_free(void *p){ function
91289 #define sqlite3_free macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h316 #define sqlite3_free sqlite3_api->free macro
H A Dsqlite3.c873 ** To avoid memory leaks, the application should invoke [sqlite3_free()]
2510 ** It is not safe to pass a result table directly to [sqlite3_free()].
2548 ** function must not try to call [sqlite3_free()] directly. Only
2578 ** released by [sqlite3_free()]. ^Both routines return a
2625 ** sqlite3_free(zSQL);
2653 ** sqlite3_free(zSQL);
2661 ** the result, [sqlite3_free()] is called on the input string.)^
2683 ** ^Calling sqlite3_free() with a pointer previously returned
2685 ** that it might be reused. ^The sqlite3_free() routine is
2687 ** to sqlite3_free() i
19051 SQLITE_API void sqlite3_free(void *p){ function
91300 #define sqlite3_free macro
[all...]

Completed in 365 milliseconds