Searched refs:update_str_ptr (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_jit_compile.c2613 static void read_char_range(compiler_common *common, pcre_uint32 min, pcre_uint32 max, BOOL update_str_ptr) argument
2626 SLJIT_UNUSED_ARG(update_str_ptr);
2637 if (max < 128 && !update_str_ptr) return;
2643 if (update_str_ptr)
2655 if (!update_str_ptr)
2661 if (update_str_ptr)
2667 if (update_str_ptr)
2675 if (!update_str_ptr)
2681 if (update_str_ptr)
2694 if (!update_str_ptr)
2746 read_char8_type(compiler_common *common, BOOL update_str_ptr) argument
[all...]

Completed in 31 milliseconds