Searched defs:match_block (Results 1 – 2 of 2) sorted by relevance
842 typedef struct match_block { struct843 pcre2_memctl memctl; /* For general use */844 PCRE2_SIZE frame_vector_size; /* Size of a backtracking frame */845 heapframe *match_frames; /* Points to vector of frames */846 heapframe *match_frames_top; /* Points after the end of the vector */847 heapframe *stack_frames; /* The original vector on the stack */848 PCRE2_SIZE heap_limit; /* As it says */849 uint32_t match_limit; /* As it says */850 uint32_t match_limit_depth; /* As it says */851 uint32_t match_call_count; /* Number of times a new frame is created */[all …]
1875 #define match_block PCRE2_SUFFIX(match_block_) macro