Searched refs:sqlite3_str_appendall (Results 1 – 4 of 4) sorted by relevance
648 #define sqlite3_str_appendall sqlite3_api->str_appendall macro
8481 ** zero-terminated string in its entirety, use the [sqlite3_str_appendall()]8484 ** ^The [sqlite3_str_appendall(X,S)] method appends the complete content of8501 SQLITE_API void sqlite3_str_appendall(sqlite3_str*, const char *zIn);
8794 ** zero-terminated string in its entirety, use the [sqlite3_str_appendall()]8797 ** ^The [sqlite3_str_appendall(X,S)] method appends the complete content of8814 SQLITE_API void sqlite3_str_appendall(sqlite3_str*, const char *zIn);32181 SQLITE_API void sqlite3_str_appendall(sqlite3_str *p, const char *z){ sqlite3_str_appendall() function [all...]
21105 sqlite3_str_appendall(pStr, zContext); in save_err_msg()