Lines Matching defs:length
561 static int cunescape_one(const char *p, size_t length, char *ret, uint32_t *ret_unicode) {
572 if (length != (size_t) -1 && length < 1)
617 if (length != (size_t) -1 && length < 3)
644 if (length != (size_t) -1 && length < 5)
680 if (length != (size_t) -1 && length < 9)
726 if (length != (size_t) -1 && length < 4)