File size: 1,409 Bytes
7510827 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
[
{
"function_name": "callCollNeeded",
"function_signature": "static void callCollNeeded(sqlite3 *db, int enc, const char *zName)",
"test_filename": "tests_callback_callCollNeeded.c"
},
{
"function_name": "synthCollSeq",
"function_signature": "static int synthCollSeq(sqlite3 *db, CollSeq *pColl)",
"test_filename": "tests_callback_synthCollSeq.c"
},
{
"function_name": "sqlite3CheckCollSeq",
"function_signature": "int sqlite3CheckCollSeq(Parse *pParse, CollSeq *pColl)",
"test_filename": "tests_callback_sqlite3CheckCollSeq.c"
},
{
"function_name": "matchQuality",
"function_signature": "static int matchQuality(\n FuncDef *p, /* The function we are evaluating for match quality */\n int nArg, /* Desired number of arguments. (-1)==any */\n u8 enc /* Desired text encoding */\n)",
"test_filename": "tests_callback_matchQuality.c"
},
{
"function_name": "sqlite3InsertBuiltinFuncs",
"function_signature": "void sqlite3InsertBuiltinFuncs(\n FuncDef *aDef, /* List of global functions to be inserted */\n int nDef /* Length of the apDef[] list */\n)",
"test_filename": "tests_callback_sqlite3InsertBuiltinFuncs.c"
},
{
"function_name": "sqlite3SchemaClear",
"function_signature": "void sqlite3SchemaClear(void *p)",
"test_filename": "tests_callback_sqlite3SchemaClear.c"
}
] |