Home
last modified time | relevance | path

Searched refs:StrAppend (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/test/
H A Ddbfuzz.c454 static void StrAppend(Str *p, const char *z){ in StrAppend() function
735 StrAppend(&sql, (const char*)sqlite3_column_text(pStmt, 0)); in main()
736 StrAppend(&sql, "\n"); in main()
740 StrAppend(&sql, "PRAGMA integrity_check;\n"); in main()
/sqlite-3.40.0/tool/
H A Dfuzzershell.c246 static void StrAppend(Str *p, const char *z){ in StrAppend() function
1123 StrAppend(&sql, (const char*)sqlite3_column_text(pStmt2, 0)); in main()
1124 StrAppend(&sql, "\n"); in main()