Searched refs:do_script_run (Results 1 – 4 of 4) sorted by relevance
505 while (helper_buf_empty() && do_script_run(now)) in main()514 while (do_script_run(now)) in main()725 } while (!helper_buf_empty() || do_script_run(now)); in async_event()
454 int do_script_run(time_t now) { in do_script_run() function
785 int do_script_run(time_t now);
10706 static PCRE2_SPTR SLJIT_FUNC do_script_run(PCRE2_SPTR ptr, PCRE2_SPTR endptr) in do_script_run() function10733 common->utf ? SLJIT_FUNC_ADDR(do_script_run_utf) : SLJIT_FUNC_ADDR(do_script_run)); in match_script_run_common()10735 …_emit_icall(compiler, SLJIT_CALL, SLJIT_ARGS2(W, W, W), SLJIT_IMM, SLJIT_FUNC_ADDR(do_script_run)); in match_script_run_common()