Lines Matching refs:length
63 PRIV(valid_utf)(PCRE2_SPTR string, PCRE2_SIZE length, PCRE2_SIZE *erroroffset) in PRIV()
66 (void)length; in PRIV()
94 PRIV(valid_utf)(PCRE2_SPTR string, PCRE2_SIZE length, PCRE2_SIZE *erroroffset) in PRIV()
134 for (p = string; length > 0; p++) in PRIV()
139 length--; in PRIV()
156 if (length < ab) /* Missing bytes */ in PRIV()
159 switch(ab - length) in PRIV()
168 length -= ab; /* Length remaining */ in PRIV()
329 for (p = string; length > 0; p++) in PRIV()
332 length--; in PRIV()
341 if (length == 0) in PRIV()
347 length--; in PRIV()
374 for (p = string; length > 0; length--, p++) in PRIV()