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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h650 #define sqlite3_str_reset sqlite3_api->str_reset macro
H A Dsqlite3.h8466 ** ^The [sqlite3_str_reset(X)] method resets the string under construction
8478 SQLITE_API void sqlite3_str_reset(sqlite3_str*);
H A Dsqlite3.c8779 ** ^The [sqlite3_str_reset(X)] method resets the string under construction
8791 SQLITE_API void sqlite3_str_reset(sqlite3_str*);
31968 SQLITE_API void sqlite3_str_reset(StrAccum *p){ function
136122 #define sqlite3_str_reset macro
[all...]

Completed in 718 milliseconds