Searched refs:skip_arg_count (Results 1 – 2 of 2) sorted by relevance
820 md->skip_arg_count++; in match()821 if (md->skip_arg_count <= md->ignore_skip_arg) in match()6935 md->skip_arg_count = 0; in pcre_exec()6954 md->ignore_skip_arg = md->skip_arg_count; in pcre_exec()
2524 unsigned int skip_arg_count; /* For counting SKIP_ARGs */ member