Home | History | Annotate | Download | only in src

Lines Matching refs:subsection_len

3223 	    uint32_t subsection_len;
3224 if (p - q < (ptrdiff_t) sizeof subsection_len)
3232 memcpy (&subsection_len, q, sizeof subsection_len);
3233 if (subsection_len == 0)
3239 q += sizeof subsection_len;
3244 CONVERT (subsection_len);
3246 if (p - chunk < (ptrdiff_t) subsection_len)
3254 const unsigned char *subsection_end = chunk + subsection_len;
3264 chunk += sizeof subsection_len;