HomeSort by relevance Sort by last modified time
    Searched refs:group_frame_type (Results 1 - 2 of 2) sorted by null

  /external/pcre/dist2/src/
pcre2_match.c 176 #define Fgroup_frame_type F->group_frame_type
232 i, Q->group_frame_type, Q->eptr - mb->start_subject, *(Q->ecode),
590 uint32_t group_frame_type; /* Specifies type for new group frames */ local
620 group_frame_type = 0; /* Not a start of group frame */
660 if (group_frame_type != 0)
662 fprintf(stderr, " type=%x ", group_frame_type);
663 switch (GF_IDMASK(group_frame_type))
666 fprintf(stderr, "capture=%d", GF_DATAMASK(group_frame_type));
670 fprintf(stderr, "nocapture op=%d", GF_DATAMASK(group_frame_type));
674 fprintf(stderr, "condassert op=%d", GF_DATAMASK(group_frame_type));
    [all...]
pcre2_intmodedep.h 791 uint32_t group_frame_type; /* Type information for group frames */ member in struct:heapframe
    [all...]

Completed in 72 milliseconds