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

  /src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.c 53 struct regex_machine struct
93 struct regex_machine *machine;
400 struct regex_machine *machine;
1835 struct regex_machine* regex_compile(const regex_char_t *regex_string, int length, int re_flags, int *error)
1910 compiler_common.machine = (struct regex_machine*)SLJIT_MALLOC(sizeof(struct regex_machine) + (compiler_common.terms_size - 1) * sizeof(sljit_uw), NULL);
2311 void regex_free_machine(struct regex_machine *machine)
2326 struct regex_match* regex_begin_match(struct regex_machine *machine)
2397 struct regex_machine *machine = match->machine;
regexJIT.c 53 struct regex_machine struct
93 struct regex_machine *machine;
400 struct regex_machine *machine;
1835 struct regex_machine* regex_compile(const regex_char_t *regex_string, int length, int re_flags, int *error)
1910 compiler_common.machine = (struct regex_machine*)SLJIT_MALLOC(sizeof(struct regex_machine) + (compiler_common.terms_size - 1) * sizeof(sljit_uw), NULL);
2311 void regex_free_machine(struct regex_machine *machine)
2326 struct regex_match* regex_begin_match(struct regex_machine *machine)
2397 struct regex_machine *machine = match->machine;

Completed in 23 milliseconds