HomeSort by relevance Sort by last modified time
    Searched refs:match_context (Results 1 - 2 of 2) sorted by null

  /external/pcre/pcrecpp/
pcrecpp.cc 316 match_context_ptr match_context = match_context_ptr( local
319 if (!match_context)
323 pcre2_set_match_limit(match_context.get(), options_.match_limit());
326 pcre2_set_recursion_limit(match_context.get(),
348 text.size(), startpos, options, match_data.get(), match_context.get());
  /external/pcre/dist2/src/
pcre2grep.c 202 static pcre2_match_context *match_context; variable
    [all...]

Completed in 114 milliseconds