Lines Matching full:blength
127 if(hdr->bLength < size) return -1;
128 if(hdr->bLength > len) return -1;
152 len -= dev->bLength;
153 ptr += dev->bLength;
158 len -= cfg->bLength;
159 ptr += cfg->bLength;
206 len -= hdr->bLength;
207 ptr += hdr->bLength;
214 len -= ifc->bLength;
215 ptr += ifc->bLength;
228 len -= hdr->bLength;
229 ptr += hdr->bLength;
236 len -= ept->bLength;
237 ptr += ept->bLength;