Home
last modified time | relevance | path

Searched refs:RWS_ANCHOR_SIZE (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_dfa_match.c323 #define RWS_ANCHOR_SIZE (sizeof(RWS_anchor)/sizeof(int)) macro
425 if (newsize < RWS_RSIZE + ovecsize + RWS_ANCHOR_SIZE) in more_workspace()
435 new->free = new->size - RWS_ANCHOR_SIZE; in more_workspace()
3263 rws->free = RWS_BASE_SIZE - RWS_ANCHOR_SIZE; in pcre2_dfa_match()