Lines Matching refs:opt
10457 unsigned int opt = (unsigned int)strtol(azArg[2], 0, 0); local
10458 rc2 = sqlite3_test_control(testctrl, p->db, opt);
10476 unsigned int opt = (unsigned int)integerValue(azArg[2]); local
10477 rc2 = sqlite3_test_control(testctrl, opt);
10507 int opt = booleanValue(azArg[2]); local
10508 rc2 = sqlite3_test_control(testctrl, opt);
10517 int opt = booleanValue(azArg[2]); local
10518 rc2 = sqlite3_test_control(testctrl, opt);
10585 int opt = (unsigned int)integerValue(azArg[2]); local
10586 rc2 = sqlite3_test_control(testctrl, p->db, opt);
10765 #define CTIMEOPT_VAL_(opt) #opt argument
10766 #define CTIMEOPT_VAL(opt) CTIMEOPT_VAL_(opt) argument