Struct libpcre_sys::pcre_extra [] [src]

#[repr(C)]
pub struct pcre_extra { /* fields omitted */ }

Methods

impl pcre_extra
[src]

Returns the match limit, if previously set by set_match_limit().

The default value for this limit is set when PCRE is built. The default default is 10 million.

Sets the match limit to limit instead of using PCRE's default.

Returns the recursion depth limit, if previously set by set_match_limit_recursion().

The default value for this limit is set when PCRE is built.

Sets the recursion depth limit to limit instead of using PCRE's default.

Sets the mark field.

Unsets the mark field. PCRE will not save mark names when matching the compiled regular expression.