Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c3207 uint16_t nest_depth; member
3224 uint16_t nest_depth = 0; in scan_for_captures() local
3419 nest_depth++; in scan_for_captures()
3447 nest_depth--; in scan_for_captures()
3475 top_nest->nest_depth = nest_depth; in scan_for_captures()
3534 nest_depth--; in scan_for_captures()
3536 (top_nest-1)->nest_depth == nest_depth) top_nest --; in scan_for_captures()
3537 else top_nest->nest_depth = nest_depth; in scan_for_captures()
3601 nest_depth++; in scan_for_captures()
3772 if (top_nest != NULL && top_nest->nest_depth == nest_depth && in scan_for_captures()
[all …]