Home | History | Annotate | Download | only in src

Lines Matching refs:MAX_REPEAT_COUNT

145 #define MAX_REPEAT_COUNT   65535u
146 #define REPEAT_UNLIMITED (MAX_REPEAT_COUNT+1)
1304 are supplied. Repeat counts must be less than 65536 (MAX_REPEAT_COUNT); a
1328 int32_t max = REPEAT_UNLIMITED; /* This value is larger than MAX_REPEAT_COUNT */
1333 if (!read_number(&p, ptrend, -1, MAX_REPEAT_COUNT, ERR5, &min, errorcodeptr))
1349 if (!read_number(&p, ptrend, -1, MAX_REPEAT_COUNT, ERR5, &max,