[][src]Function libperl_sys::Perl_re_op_compile

pub unsafe extern "C" fn Perl_re_op_compile(
    my_perl: *mut PerlInterpreter,
    patternp: *mut *mut SV,
    pat_count: c_int,
    expr: *mut OP,
    eng: *const regexp_engine,
    old_re: *mut REGEXP,
    is_bare_re: *mut bool,
    rx_flags: U32,
    pm_flags: U32
) -> *mut REGEXP