HomeSort by: relevance | last modified time | path
    Searched defs:sqlite3_str_free (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 719 #define sqlite3_str_free sqlite3_api->str_free macro
sqlite3.c 9155 ** ^The [sqlite3_str_free(X)] interface destroys both the sqlite3_str object
9156 ** X and the string content it contains. Calling sqlite3_str_free(X) is
9160 SQLITE_API void sqlite3_str_free(sqlite3_str*);
33676 SQLITE_API void sqlite3_str_free(sqlite3_str *p){ function
142939 #define sqlite3_str_free macro
    [all...]

Completed in 123 milliseconds