Searched refs:flush_script (Results 1 – 4 of 4) sorted by relevance
176 .flush_script = flush_script_unsupported,242 .flush_script = flush_script_unsupported,
93 int (*flush_script) (void); member
2200 .flush_script = python_flush_script,
2623 return scripting_ops ? scripting_ops->flush_script() : 0; in flush_scripting()