HomeSort by: relevance | last modified time | path
    Searched refs:regex_compile (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.h 51 /* The value returned by regex_compile. Can be used for multiple matching. */
75 struct regex_machine* regex_compile(const regex_char_t *regex_string, int length, int re_flags, int *error);
92 (The latter only if REGEX_MATCH_VERBOSE was passed to regex_compile) */
regexMain.c 65 machine = regex_compile(pattern, ptr - pattern, REGEX_MATCH_VERBOSE | REGEX_NEWLINE, &error);
132 machine = regex_compile(test->pattern, ptr - test->pattern, test->flags, &error);
regexJIT.c 1835 struct regex_machine* regex_compile(const regex_char_t *regex_string, int length, int re_flags, int *error) function in typeref:struct:regex_machine *
2268 sljit_set_function_context(&compiler_common.machine->u.init_match, &compiler_common.machine->context, sljit_get_label_addr(label), regex_compile);

Completed in 16 milliseconds