| [ | |
| { | |
| "function_name": "sqlite3_str_vappendf", | |
| "function_signature": "void sqlite3_str_vappendf(\n sqlite3_str *pAccum, /* Accumulate results here */\n const char *fmt, /* Format string */\n va_list ap /* arguments */\n)", | |
| "test_filename": "tests_printf_sqlite3_str_vappendf.c" | |
| }, | |
| { | |
| "function_name": "sqlite3RecordErrorByteOffset", | |
| "function_signature": "void sqlite3RecordErrorByteOffset(sqlite3 *db, const char *z)", | |
| "test_filename": "tests_printf_sqlite3RecordErrorByteOffset.c" | |
| }, | |
| { | |
| "function_name": "sqlite3RecordErrorOffsetOfExpr", | |
| "function_signature": "void sqlite3RecordErrorOffsetOfExpr(sqlite3 *db, const Expr *pExpr)", | |
| "test_filename": "tests_printf_sqlite3RecordErrorOffsetOfExpr.c" | |
| }, | |
| { | |
| "function_name": "sqlite3StrAccumEnlarge", | |
| "function_signature": "int sqlite3StrAccumEnlarge(StrAccum *p, i64 N)", | |
| "test_filename": "tests_printf_sqlite3StrAccumEnlarge.c" | |
| }, | |
| { | |
| "function_name": "sqlite3_str_append", | |
| "function_signature": "void sqlite3_str_append(sqlite3_str *p, const char *z, int N)", | |
| "test_filename": "tests_printf_sqlite3_str_append.c" | |
| }, | |
| { | |
| "function_name": "sqlite3ResultStrAccum", | |
| "function_signature": "void sqlite3ResultStrAccum(sqlite3_context *pCtx, StrAccum *p)", | |
| "test_filename": "tests_printf_sqlite3ResultStrAccum.c" | |
| }, | |
| { | |
| "function_name": "sqlite3DebugPrintf", | |
| "function_signature": "void sqlite3DebugPrintf(const char *zFormat, ...)", | |
| "test_filename": "tests_printf_sqlite3DebugPrintf.c" | |
| }, | |
| { | |
| "function_name": "sqlite3RCStrUnref", | |
| "function_signature": "void sqlite3RCStrUnref(void *z)", | |
| "test_filename": "tests_printf_sqlite3RCStrUnref.c" | |
| } | |
| ] |