Function onig_sys::onig_set_retry_limit_in_match_of_match_param [] [src]

pub unsafe extern "C" fn onig_set_retry_limit_in_match_of_match_param(
    mp: *mut OnigMatchParam,
    limit: c_uint
) -> c_int

Set a retry limit count of a match process.

Arguments

1 mp: match-param pointer 2 limit: number of limit

normal return: ONIG_NORMAL