Searched refs:names_found (Results 1 – 2 of 2) sorted by relevance
4530 if (cb->names_found >= MAX_NAME_COUNT) in parse_regex()4602 cb->names_found++; in parse_regex()5209 for (i = 0; i < cb->names_found; i++) in find_dupname_details()5219 if (i >= cb->names_found) in find_dupname_details()5238 if (++i >= cb->names_found) break; in find_dupname_details()6262 if (i >= cb->names_found) in compile_branch()9772 cb.names_found = 0; in pcre2_compile()10079 for (i = 0; i < cb.names_found; i++, ng++) in pcre2_compile()10161 re->name_count = cb.names_found; in pcre2_compile()10187 if (cb.names_found > 0) in pcre2_compile()[all …]
729 uint16_t names_found; /* Number of entries so far */ member
Completed in 45 milliseconds