Lines Matching defs:length
99 length length of string, or -1 if the string is zero-terminated
107 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset)
112 if (length < 0)
115 length = (int)(p - string);
118 for (p = string; length-- > 0; p++)
138 if (length < ab)
141 return ab - length; /* Codes ERR1 to ERR5 */
143 length -= ab; /* Length remaining */
153 /* For each length, check that the remaining bytes start with the 0x80 bit
219 rejected by the length test below. However, we do the appropriate tests
294 (void)(length);