Lines Matching refs:RWS_anchor
324 typedef struct RWS_anchor { struct
325 struct RWS_anchor *next; argument
328 } RWS_anchor; argument
330 #define RWS_ANCHOR_SIZE (sizeof(RWS_anchor)/sizeof(int))
413 more_workspace(RWS_anchor **rwsptr, unsigned int ovecsize, dfa_match_block *mb) in more_workspace()
415 RWS_anchor *rws = *rwsptr; in more_workspace()
416 RWS_anchor *new; in more_workspace()
2695 RWS_anchor *rws = (RWS_anchor *)RWS; in internal_dfa_match()
2794 RWS_anchor *rws = (RWS_anchor *)RWS; in internal_dfa_match()
2839 RWS_anchor *rws = (RWS_anchor *)RWS; in internal_dfa_match()
2935 RWS_anchor *rws = (RWS_anchor *)RWS; in internal_dfa_match()
3035 RWS_anchor *rws = (RWS_anchor *)RWS; in internal_dfa_match()
3283 RWS_anchor *rws = (RWS_anchor *)base_recursion_workspace; in pcre2_dfa_match()
3993 RWS_anchor *next = rws->next; in pcre2_dfa_match()