Searched defs:REStackFrame (Results 1 – 1 of 1) sorted by relevance
281 struct REStackFrame { struct282 int32_t fInputIdx; // Position of next character in the input string283 int32_t fPatIdx; // Position of next Op in the compiled pattern284 int32_t fExtra[2]; // Extra state, for capture group start/ends