Searched refs:sqlite3_str_reset (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3ext.h621 #define sqlite3_str_reset sqlite3_api->str_reset macro
H A Dsqlite3.h7920 ** ^The [sqlite3_str_reset(X)] method resets the string under construction
7932 SQLITE_API void sqlite3_str_reset(sqlite3_str*);
H A Dsqlite3.c8983 ** ^The [sqlite3_str_reset(X)] method resets the string under construction
8995 SQLITE_API void sqlite3_str_reset(sqlite3_str*);
29515 SQLITE_API void sqlite3_str_reset(StrAccum *p){ function
126011 #define sqlite3_str_reset macro
[all...]

Completed in 871 milliseconds