Lines Matching defs:opt
24861 unsigned int opt = (unsigned int)strtol(azArg[2], 0, 0);
24862 rc2 = sqlite3_test_control(testctrl, p->db, opt);
24880 unsigned int opt = (unsigned int)integerValue(azArg[2]);
24881 rc2 = sqlite3_test_control(testctrl, opt);
24911 int opt = booleanValue(azArg[2]);
24912 rc2 = sqlite3_test_control(testctrl, opt);
24921 int opt = booleanValue(azArg[2]);
24922 rc2 = sqlite3_test_control(testctrl, opt);
24989 int opt = (unsigned int)integerValue(azArg[2]);
24990 rc2 = sqlite3_test_control(testctrl, p->db, opt);
25169 #define CTIMEOPT_VAL_(opt) #opt
25170 #define CTIMEOPT_VAL(opt) CTIMEOPT_VAL_(opt)