CoolFace
Modelpublic

AryaWu/sqlite

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
callback_injectable_functions.json32 linesDownload Raw Back to injectable_functions
1[2  {3    "function_name": "callCollNeeded",4    "function_signature": "static void callCollNeeded(sqlite3 *db, int enc, const char *zName)",5    "test_filename": "tests_callback_callCollNeeded.c"6  },7  {8    "function_name": "synthCollSeq",9    "function_signature": "static int synthCollSeq(sqlite3 *db, CollSeq *pColl)",10    "test_filename": "tests_callback_synthCollSeq.c"11  },12  {13    "function_name": "sqlite3CheckCollSeq",14    "function_signature": "int sqlite3CheckCollSeq(Parse *pParse, CollSeq *pColl)",15    "test_filename": "tests_callback_sqlite3CheckCollSeq.c"16  },17  {18    "function_name": "matchQuality",19    "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)",20    "test_filename": "tests_callback_matchQuality.c"21  },22  {23    "function_name": "sqlite3InsertBuiltinFuncs",24    "function_signature": "void sqlite3InsertBuiltinFuncs(\n  FuncDef *aDef,      /* List of global functions to be inserted */\n  int nDef            /* Length of the apDef[] list */\n)",25    "test_filename": "tests_callback_sqlite3InsertBuiltinFuncs.c"26  },27  {28    "function_name": "sqlite3SchemaClear",29    "function_signature": "void sqlite3SchemaClear(void *p)",30    "test_filename": "tests_callback_sqlite3SchemaClear.c"31  }32]