HomeSort by relevance Sort by last modified time
    Searched refs:DFA_START_RWS_SIZE (Results 1 - 2 of 2) sorted by null

  /external/pcre/dist2/src/
pcre2_internal.h 234 #define DFA_START_RWS_SIZE 30720
    [all...]
pcre2_dfa_match.c 304 The size of the starting stack vector, DFA_START_RWS_SIZE, is in bytes, and is
310 #define RWS_BASE_SIZE (DFA_START_RWS_SIZE/sizeof(int)) /* Stack vector */
    [all...]

Completed in 47 milliseconds