Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h455 #define sqlite3_free sqlite3_api->free macro
/third_party/sqlite/src/
H A Dsqlite3.c29434 SQLITE_API void sqlite3_free(void *p){ sqlite3_free() function
125910 sqlite3_result_text64(context, (char*)z, zOut-z, sqlite3_free, SQLITE_UTF8); global() local
132378 #define sqlite3_free global() macro
[all...]

Completed in 109 milliseconds