Home
last modified time | relevance | path

Searched refs:stopActions (Results 1 – 20 of 20) sorted by relevance

/dports/sysutils/dvdisaster/dvdisaster-0.79.5/
H A Drs01-create.c342 if(Closure->stopActions)
344 … if(Closure->stopActions == STOP_CURRENT_ACTION) /* suppress memleak warning when closing window */
484 if(Closure->stopActions) /* User hit the Stop button */
485 …{ if(Closure->stopActions == STOP_CURRENT_ACTION) /* suppress memleak warning when closing window…
577 if(Closure->stopActions) /* User hit the Stop button */
578 …{ if(Closure->stopActions == STOP_CURRENT_ACTION) /* suppress memleak warning when closing window…
705 if(Closure->stopActions) /* User hit the Stop button */
706 …{ if(Closure->stopActions == STOP_CURRENT_ACTION) /* suppress memleak warning when closing window…
H A Dmain-window.c35 { Closure->stopActions = STOP_SHUTDOWN_ALL; in destroy_cb()
122 Closure->stopActions = FALSE; in action_cb()
129 Closure->stopActions = STOP_CURRENT_ACTION; in action_cb()
H A Drs01-verify.c432 if(Closure->stopActions) in RS01Verify()
433 …{ if(Closure->stopActions == STOP_CURRENT_ACTION) /* suppress memleak warning when closing windo… in RS01Verify()
836 if(Closure->stopActions) in RS01Verify()
837 …{ if(Closure->stopActions == STOP_CURRENT_ACTION) /* suppress memlead warning when closing window… in RS01Verify()
H A Drs02-recognize.c250 if(Closure->stopActions) in RS02Recognize()
H A Drs02-create.c107 if(Closure->stopActions == STOP_CURRENT_ACTION) in abort_encoding()
113 { if(Closure->stopActions == STOP_CURRENT_ACTION) in abort_encoding()
196 if(Closure->stopActions) /* User hit the Stop button */ in check_image()
288 if(Closure->stopActions) /* User hit the Stop button */ in expand_image()
573 if(Closure->stopActions) /* User hit the Stop button */ in create_reed_solomon()
H A Drs03-create.c243 … if(Closure->stopActions == STOP_CURRENT_ACTION) /* suppress memleak warning when closing window */ in abort_encoding()
249 …{ if(Closure->stopActions == STOP_CURRENT_ACTION) /* suppress memleak warning when closing window… in abort_encoding()
471 if(Closure->stopActions) /* User hit the Stop button */ in expand_image()
578 if(Closure->stopActions) /* User hit the Stop button */ in read_next_chunk()
H A Drs03-verify.c530 if(Closure->stopActions) in check_syndromes()
531 …{ if(Closure->stopActions == STOP_CURRENT_ACTION) /* suppress memleak warning when closing window… in check_syndromes()
1024 if(Closure->stopActions) in RS03Verify()
1025 …{ if(Closure->stopActions == STOP_CURRENT_ACTION) /* suppress memleak warning when closing window… in RS03Verify()
H A Drs01-fix.c365 if(Closure->stopActions) /* User hit the Stop button */
366 …{ if(Closure->stopActions == STOP_CURRENT_ACTION) /* suppress memleak warning when closing windo…
H A Drs01-common.c250 if(Closure->stopActions) in RS01ScanImage()
H A Drs03-fix.c382 if(Closure->stopActions) in RS03Fix()
383 …{ if(Closure->stopActions == STOP_CURRENT_ACTION) /* suppress memleak warning when closing windo… in RS03Fix()
H A Drs02-fix.c335 if(Closure->stopActions) in RS02Fix()
336 …{ if(Closure->stopActions == STOP_CURRENT_ACTION) /* suppress memleak warning when closing windo… in RS02Fix()
H A Dread-linear.c73 while(renderers_left && Closure->stopActions != STOP_SHUTDOWN_ALL) in cleanup()
952 if(Closure->stopActions) /* somebody hit the Stop button */ in ReadMediumLinear()
954 if(Closure->stopActions == STOP_CURRENT_ACTION) /* suppress memleak warning when closing window */ in ReadMediumLinear()
H A Dread-adaptive.c959 if(Closure->stopActions)
1271 if(Closure->stopActions)
1548 if(Closure->stopActions) /* somebody hit the Stop button */
H A Drs02-verify.c711 if(Closure->stopActions) in RS02Verify()
712 …{ if(Closure->stopActions == STOP_CURRENT_ACTION) /* suppress memleak warning when closing window… in RS02Verify()
H A Dmenubar.c75 { Closure->stopActions = STOP_SHUTDOWN_ALL;
H A Dudf.c367 { if(Closure->stopActions) in examine_iso()
H A Ddvdisaster.h237 int stopActions; /* crude method to stop ongoing action(s) */ member
H A Dmisc.c778 Closure->stopActions = FALSE; in allow_actions_idle_func()
H A Dscsi-layer.c2190 if(Closure->stopActions) in TestUnitReady()
2471 if(Closure->stopActions) /* user break */ in ReadSectors()
/dports/security/py-fail2ban/fail2ban-0.11.2/fail2ban/server/
H A Dactions.py172 self.stopActions(actions=delacts)
306 def stopActions(self, actions=None): member in Actions
372 self.stopActions()