ReactOS 0.4.16-dev-753-g705a985
|
size_t REGlobalData::backTrackCount |
Definition at line 251 of file regexp.c.
Referenced by ExecuteREBytecode(), and InitMatch().
size_t REGlobalData::backTrackLimit |
Definition at line 252 of file regexp.c.
Referenced by ExecuteREBytecode(), and InitMatch().
REBackTrackData * REGlobalData::backTrackSP |
Definition at line 248 of file regexp.c.
Referenced by ExecuteREBytecode(), InitMatch(), MatchRegExp(), and PushBackTrackState().
REBackTrackData * REGlobalData::backTrackStack |
Definition at line 247 of file regexp.c.
Referenced by ExecuteREBytecode(), InitMatch(), MatchRegExp(), and PushBackTrackState().
size_t REGlobalData::backTrackStackSize |
Definition at line 249 of file regexp.c.
Referenced by InitMatch(), and PushBackTrackState().
Definition at line 240 of file regexp.c.
Referenced by BackrefMatcher(), ExecuteREBytecode(), regexp_execute(), and SimpleMatch().
Definition at line 241 of file regexp.c.
Referenced by BackrefMatcher(), ExecuteREBytecode(), FlatNIMatcher(), MatchRegExp(), regexp_execute(), and SimpleMatch().
size_t REGlobalData::cursz |
Definition at line 250 of file regexp.c.
Referenced by ExecuteREBytecode(), InitMatch(), MatchRegExp(), and PushBackTrackState().
void * REGlobalData::cx |
Definition at line 235 of file regexp.c.
Referenced by ExecuteREBytecode(), InitMatch(), ProcessCharSet(), PushBackTrackState(), and ReallocStateStack().
BOOL REGlobalData::ok |
Definition at line 237 of file regexp.c.
Referenced by ExecuteREBytecode(), InitMatch(), MatchRegExp(), ProcessCharSet(), PushBackTrackState(), ReallocStateStack(), and regexp_execute().
heap_pool_t * REGlobalData::pool |
Definition at line 254 of file regexp.c.
Referenced by InitMatch(), PushBackTrackState(), ReallocStateStack(), and regexp_execute().
regexp_t * REGlobalData::regexp |
Definition at line 236 of file regexp.c.
Referenced by BackrefMatcher(), ExecuteREBytecode(), InitMatch(), MatchRegExp(), ProcessCharSet(), and SimpleMatch().
ptrdiff_t REGlobalData::skipped |
Definition at line 239 of file regexp.c.
Referenced by ExecuteREBytecode(), MatchRegExp(), and regexp_execute().
size_t REGlobalData::start |
Definition at line 238 of file regexp.c.
Referenced by regexp_execute().
REProgState * REGlobalData::stateStack |
Definition at line 243 of file regexp.c.
Referenced by ExecuteREBytecode(), InitMatch(), PushBackTrackState(), and ReallocStateStack().
size_t REGlobalData::stateStackLimit |
Definition at line 245 of file regexp.c.
Referenced by InitMatch(), and ReallocStateStack().
size_t REGlobalData::stateStackTop |
Definition at line 244 of file regexp.c.
Referenced by ExecuteREBytecode(), InitMatch(), MatchRegExp(), PushBackTrackState(), and SimpleMatch().