AryaWu/sqlite
0
1[2 {3 "function_name": "walkWindowList",4 "function_signature": "static int walkWindowList(Walker *pWalker, Window *pList, int bOneOnly)",5 "test_filename": "tests_walker_walkWindowList.c"6 },7 {8 "function_name": "sqlite3WalkExprNN",9 "function_signature": "SQLITE_NOINLINE int sqlite3WalkExprNN(Walker *pWalker, Expr *pExpr)",10 "test_filename": "tests_walker_sqlite3WalkExprNN.c"11 },12 {13 "function_name": "sqlite3WalkExprList",14 "function_signature": "int sqlite3WalkExprList(Walker *pWalker, ExprList *p)",15 "test_filename": "tests_walker_sqlite3WalkExprList.c"16 },17 {18 "function_name": "sqlite3WalkSelectExpr",19 "function_signature": "int sqlite3WalkSelectExpr(Walker *pWalker, Select *p)",20 "test_filename": "tests_walker_sqlite3WalkSelectExpr.c"21 },22 {23 "function_name": "sqlite3WalkSelectFrom",24 "function_signature": "int sqlite3WalkSelectFrom(Walker *pWalker, Select *p)",25 "test_filename": "tests_walker_sqlite3WalkSelectFrom.c"26 },27 {28 "function_name": "sqlite3WalkSelect",29 "function_signature": "int sqlite3WalkSelect(Walker *pWalker, Select *p)",30 "test_filename": "tests_walker_sqlite3WalkSelect.c"31 }32]