Lines Matching defs:length
1146 * len is the length of the item excluding any beginning whitespace.
1216 /* Find the beginning and maximum length of the list item so that
2006 apr_size_t length, escapes = 0;
2020 /* Compute the length of the input string, including NULL */
2021 length = s - (const unsigned char *)str + 1;
2025 return apr_pmemdup(p, str, length);
2029 ret = apr_palloc(p, length + 3 * escapes);
2362 * Look through the input string, jogging the length of the output
2547 * strings with a maximum length of HUGE_STRING_LEN, and the
2644 if (bucket->length == 0) {