Searched refs:names_found (Results 1 – 2 of 2) sorted by relevance
4639 if (cb->names_found >= MAX_NAME_COUNT) in parse_regex()4711 cb->names_found++; in parse_regex()5318 for (i = 0; i < cb->names_found; i++) in find_dupname_details()5328 if (i >= cb->names_found) in find_dupname_details()5347 if (++i >= cb->names_found) break; in find_dupname_details()6374 if (i >= cb->names_found) in compile_branch()9898 cb.names_found = 0; in pcre2_compile()10206 for (i = 0; i < cb.names_found; i++, ng++) in pcre2_compile()10288 re->name_count = cb.names_found; in pcre2_compile()10314 if (cb.names_found > 0) in pcre2_compile()[all …]
733 uint16_t names_found; /* Number of entries so far */ member
Completed in 51 milliseconds