Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_match.c589 uint32_t reptype = 0; /* Type of repetition (0 to avoid compiler warning) */ in match() local
1059 reptype = REPTYPE_POS; in match()
1067 reptype = REPTYPE_MAX; in match()
1075 reptype = REPTYPE_MIN; in match()
1083 reptype = REPTYPE_POS; in match()
1091 reptype = REPTYPE_POS; in match()
1099 reptype = REPTYPE_POS; in match()
1120 reptype = rep_typ[fc]; in match()
1176 if (reptype == REPTYPE_MIN) in match()
1221 if (reptype != REPTYPE_POS) for(;;) in match()
[all …]
/external/scapy/scapy/layers/
Ddhcp6.py1517 reptype = g + norm(reply.getlayer(UDP).payload.name) + n
1519 print("Sent %s answering to %s from %s%s" % (reptype, reqtype, reqsrc, vendor))