AryaWu/sqlite
0
1[2 {3 "function_name": "sqlite3_set_authorizer",4 "function_signature": "int sqlite3_set_authorizer(\n sqlite3 *db,\n int (*xAuth)(void*,int,const char*,const char*,const char*,const char*),\n void *pArg\n)",5 "test_filename": "tests_auth_sqlite3_set_authorizer.c"6 },7 {8 "function_name": "sqlite3AuthReadCol",9 "function_signature": "int sqlite3AuthReadCol(\n Parse *pParse, /* The parser context */\n const char *zTab, /* Table name */\n const char *zCol, /* Column name */\n int iDb /* Index of containing database. */\n)",10 "test_filename": "tests_auth_sqlite3AuthReadCol.c"11 },12 {13 "function_name": "sqlite3AuthRead",14 "function_signature": "void sqlite3AuthRead(\n Parse *pParse, /* The parser context */\n Expr *pExpr, /* The expression to check authorization on */\n Schema *pSchema, /* The schema of the expression */\n SrcList *pTabList /* All table that pExpr might refer to */\n)",15 "test_filename": "tests_auth_sqlite3AuthRead.c"16 },17 {18 "function_name": "sqlite3AuthCheck",19 "function_signature": "int sqlite3AuthCheck(\n Parse *pParse,\n int code,\n const char *zArg1,\n const char *zArg2,\n const char *zArg3\n)",20 "test_filename": "tests_auth_sqlite3AuthCheck.c"21 },22 {23 "function_name": "sqlite3AuthContextPush",24 "function_signature": "void sqlite3AuthContextPush(\n Parse *pParse,\n AuthContext *pContext, \n const char *zContext\n)",25 "test_filename": "tests_auth_sqlite3AuthContextPush.c"26 }27]