/src/sys/external/bsd/sljit/dist/regex_src/ |
regexJIT.c | 63 void *init_match; member in union:regex_machine::__anona20d3bd1010a 2266 compiler_common.machine->u.init_match = (void*)(sljit_sw)sljit_get_label_addr(label); 2268 sljit_set_function_context(&compiler_common.machine->u.init_match, &compiler_common.machine->context, sljit_get_label_addr(label), regex_compile); 2272 printf("Continue match: %p Init match: %p\n\n", compiler_common.machine->continue_match, compiler_common.machine->u.init_match);
|
regexJIT.c | 63 void *init_match; member in union:regex_machine::__anona20d3bd1010a 2266 compiler_common.machine->u.init_match = (void*)(sljit_sw)sljit_get_label_addr(label); 2268 sljit_set_function_context(&compiler_common.machine->u.init_match, &compiler_common.machine->context, sljit_get_label_addr(label), regex_compile); 2272 printf("Continue match: %p Init match: %p\n\n", compiler_common.machine->continue_match, compiler_common.machine->u.init_match);
|