HomeSort by relevance Sort by last modified time
    Searched refs:executable_funcs (Results 1 - 3 of 3) sorted by null

  /external/pcre/dist2/src/
pcre2_jit_misc.c 91 if (functions->executable_funcs[i] != NULL)
92 sljit_free_code(functions->executable_funcs[i]);
pcre2_jit_match.c 121 if (functions->executable_funcs[index] == NULL)
164 convert_executable_func.executable_func = functions->executable_funcs[index];
pcre2_jit_compile.c 197 void *executable_funcs[JIT_NUMBER_OF_COMPILE_MODES]; member in struct:executable_functions
    [all...]

Completed in 153 milliseconds