HomeSort by: relevance | last modified time | path
    Searched defs:regex_char_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.h 34 typedef char regex_char_t; typedef in typeref:typename:char
36 typedef wchar_t regex_char_t; typedef in typeref:typename:wchar_t
75 struct regex_machine* regex_compile(const regex_char_t *regex_string, int length, int re_flags, int *error);
85 void regex_continue_match(struct regex_match *match, const regex_char_t *input_string, int length);
93 void regex_continue_match_debug(struct regex_match *match, const regex_char_t *input_string, int length);
regexJIT.h 34 typedef char regex_char_t; typedef in typeref:typename:char
36 typedef wchar_t regex_char_t; typedef in typeref:typename:wchar_t
75 struct regex_machine* regex_compile(const regex_char_t *regex_string, int length, int re_flags, int *error);
85 void regex_continue_match(struct regex_match *match, const regex_char_t *input_string, int length);
93 void regex_continue_match_debug(struct regex_match *match, const regex_char_t *input_string, int length);

Completed in 143 milliseconds