Home
last modified time | relevance | path

Searched refs:isdupname (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_compile.c3230 BOOL isdupname; in scan_for_captures() local
3710 isdupname = FALSE; in scan_for_captures()
3723 isdupname = ng->isdup = TRUE; /* Mark as a duplicate */ in scan_for_captures()
3763 cb->named_groups[cb->names_found].isdup = (uint16_t)isdupname; in scan_for_captures()