Searched defs:regex_machine (Results 1 – 1 of 1) sorted by relevance
53 struct regex_machine struct56 int flags;58 sljit_sw no_states;60 sljit_sw size;62 union {65 } u;67 struct sljit_function_context context;93 struct regex_machine *machine; argument