Lines Matching refs:RWS_anchor
326 typedef struct RWS_anchor { struct
327 struct RWS_anchor *next; argument
330 } RWS_anchor; argument
332 #define RWS_ANCHOR_SIZE (sizeof(RWS_anchor)/sizeof(int))
415 more_workspace(RWS_anchor **rwsptr, unsigned int ovecsize, dfa_match_block *mb) in more_workspace()
417 RWS_anchor *rws = *rwsptr; in more_workspace()
418 RWS_anchor *new; in more_workspace()
2799 RWS_anchor *rws = (RWS_anchor *)RWS; in internal_dfa_match()
2898 RWS_anchor *rws = (RWS_anchor *)RWS; in internal_dfa_match()
2943 RWS_anchor *rws = (RWS_anchor *)RWS; in internal_dfa_match()
3044 RWS_anchor *rws = (RWS_anchor *)RWS; in internal_dfa_match()
3144 RWS_anchor *rws = (RWS_anchor *)RWS; in internal_dfa_match()
3392 RWS_anchor *rws = (RWS_anchor *)base_recursion_workspace; in pcre2_dfa_match()
4105 RWS_anchor *next = rws->next; in pcre2_dfa_match()