Home | History | Annotate | Download | only in src

Lines Matching refs:subsection_len

3198 	    uint32_t subsection_len;
3199 if (p - q < (ptrdiff_t) sizeof subsection_len)
3207 memcpy (&subsection_len, q, sizeof subsection_len);
3208 if (subsection_len == 0)
3214 q += sizeof subsection_len;
3219 CONVERT (subsection_len);
3221 if (p - chunk < (ptrdiff_t) subsection_len)
3229 const unsigned char *subsection_end = chunk + subsection_len;
3239 chunk += sizeof subsection_len;