sqlite / injectable_functions /callback_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
7510827 verified
[
{
"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"
}
]