HomeSort by relevance Sort by last modified time
    Searched refs:bodylen (Results 1 - 3 of 3) sorted by null

  /external/opencv3/3rdparty/libjasper/
jpc_t2dec.c 184 uint_fast32_t bodylen; local
194 bodylen = 0;
238 bodylen = 0;
324 bodylen += len;
344 jas_eprintf("hdrlen=%lu bodylen=%lu \n", (unsigned long) hdrlen,
345 (unsigned long) bodylen);
407 if (jas_stream_gobble(in, bodylen) != JAS_CAST(int, bodylen)) {
  /external/tcpdump/
print-babel.c 341 if ((i) + (l) > bodylen || (i) + (l) > length) goto corrupt;
348 u_short bodylen; local
356 bodylen = EXTRACT_16BITS(cp + 2);
357 ND_PRINT((ndo, " (%u)", bodylen));
361 while(i < bodylen) {
  /external/curl/lib/
http.c 1124 size_t bodylen = amount - headlen; local
    [all...]

Completed in 192 milliseconds