Searched refs:sqlite3_str_appendall (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h648 #define sqlite3_str_appendall sqlite3_api->str_appendall macro
H A Dsqlite3.h8456 ** zero-terminated string in its entirety, use the [sqlite3_str_appendall()]
8459 ** ^The [sqlite3_str_appendall(X,S)] method appends the complete content of
8476 SQLITE_API void sqlite3_str_appendall(sqlite3_str*, const char *zIn);
H A Dsqlite3.c8769 ** zero-terminated string in its entirety, use the [sqlite3_str_appendall()]
8772 ** ^The [sqlite3_str_appendall(X,S)] method appends the complete content of
8789 SQLITE_API void sqlite3_str_appendall(sqlite3_str*, const char *zIn);
31876 SQLITE_API void sqlite3_str_appendall(sqlite3_str *p, const char *z){ function
136120 #define sqlite3_str_appendall macro
[all...]
H A Dshell.c19842 sqlite3_str_appendall(pStr, zContext);

Completed in 1135 milliseconds