Home | History | Annotate | Download | only in ns

Lines Matching defs:do_cancel

600 	bool do_cancel;		   /* true if query should be canceled
914 test->do_cancel)
940 if (test->do_cancel) {
943 INSIST(asdata.canceled == test->do_cancel);
957 if (!test->do_cancel) {
978 if (test->do_cancel) {
1255 bool do_cancel; /* true if query should be canceled
1407 if (test->do_cancel) {
1423 INSIST(asdata.done == !test->do_cancel);
1424 INSIST(asdata.async == test->do_cancel);