Searched refs:chunksize (Results 1 - 25 of 42) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmms.c73 uint64_t chunksize; local
75 chunksize = 50; // see Reference [2] section 5.1
77 chunksize = AV_RL64(p + sizeof(ff_asf_guid));
79 if (!chunksize || chunksize > end - p) {
81 "Corrupt stream (header chunksize %"PRId64" is invalid)\n",
82 chunksize);
139 if (chunksize - skip_bytes > 24)
140 chunksize = skip_bytes;
143 chunksize
[all...]
H A Drtpdec_asf.c55 uint64_t chunksize = AV_RL64(p + sizeof(ff_asf_guid)); local
57 if (chunksize > end - p)
59 p += chunksize;
H A Dhttp.c53 int64_t chunksize; member in struct:__anon3501
481 s->chunksize = 0;
641 s->chunksize = -1;
837 if (s->chunksize > 0)
838 s->chunksize -= len;
889 if (s->chunksize >= 0) {
890 if (!s->chunksize) {
898 s->chunksize = strtoll(line, NULL, 16);
900 av_dlog(NULL, "Chunked encoding data size: %"PRId64"'\n", s->chunksize);
902 if (!s->chunksize)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmms.c73 uint64_t chunksize; local
75 chunksize = 50; // see Reference [2] section 5.1
77 chunksize = AV_RL64(p + sizeof(ff_asf_guid));
79 if (!chunksize || chunksize > end - p) {
81 "Corrupt stream (header chunksize %"PRId64" is invalid)\n",
82 chunksize);
139 if (chunksize - skip_bytes > 24)
140 chunksize = skip_bytes;
143 chunksize
[all...]
H A Dhttp.c46 int64_t chunksize; /**< Used if "Transfer-Encoding: chunked" otherwise -1. */ member in struct:__anon2155
298 s->chunksize = 0;
397 s->chunksize = -1;
436 if (s->chunksize > 0)
437 s->chunksize -= len;
446 if (s->chunksize >= 0) {
447 if (!s->chunksize) {
456 s->chunksize = strtoll(line, NULL, 16);
458 av_dlog(NULL, "Chunked encoding data size: %"PRId64"'\n", s->chunksize);
460 if (!s->chunksize)
[all...]
H A Drtpdec_asf.c55 uint64_t chunksize = AV_RL64(p + sizeof(ff_asf_guid)); local
57 if (chunksize > end - p)
59 p += chunksize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dminiwget.c68 unsigned int chunksize = 0; local
180 if(chunksize == 0)
203 chunksize = (chunksize << 4) + (chunksize_buf[j] - '0');
205 chunksize = (chunksize << 4) + ((chunksize_buf[j] | 32) - 'a' + 10);
211 /* not finished to get chunksize */
215 printf("chunksize = %u (%x)\n", chunksize, chunksize);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Ddata.c175 size_t chunksize, ret; local
178 chunksize = 4096;
180 chunksize = maxlen - d.len;
182 d = data_grow_for(d, chunksize);
183 ret = fread(d.val + d.len, 1, chunksize, f);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Ddlpisubs.c274 bpf_u_int32 ss, chunksize; local
302 chunksize = CHUNKSIZE;
303 if (strioctl(p->fd, SBIOCSCHUNK, sizeof(chunksize), (char *)&chunksize)
H A Dpcap-snit.c268 int chunksize = CHUNKSIZE; local
320 /* set the chunksize */
323 si.ic_len = sizeof(chunksize);
324 si.ic_dp = (char *)&chunksize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dbitmap.h109 #define CHUNK_BLOCK_RATIO(bitmap) ((bitmap)->mddev->bitmap_info.chunksize >> BITMAP_BLOCK_SHIFT)
145 __le32 chunksize; /* 52 the bitmap chunk size in bytes */ member in struct:bitmap_super_s
201 /* bitmap chunksize -- how much data does each bit represent? */
202 unsigned long chunkshift; /* chunksize = 2^chunkshift (for bitops) */
H A Dbitmap.c525 printk(KERN_DEBUG " chunksize: %d B\n", le32_to_cpu(sb->chunksize));
538 unsigned long chunksize, daemon_sleep, write_behind; local
562 chunksize = le32_to_cpu(sb->chunksize);
572 else if (chunksize < 512)
573 reason = "bitmap chunksize too small";
574 else if ((1 << ffz(~chunksize)) != chunksize)
575 reason = "bitmap chunksize no
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Dhttp_pipe.py198 def Chunkify(self, data, chunksize):
201 return [hex(chunksize)[2:] + "\r\n" + data[i:i+chunksize] + "\r\n" for i in range(0, len(data), chunksize)]
H A Dftpserver.pl1249 my $chunksize = 0;
1251 $chunksize = hex($1);
1254 read_mainsockf(\$line, $chunksize);
1257 my $datasize = ($left > $chunksize) ? $chunksize : $left;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hugetlbfs/
H A Dinode.c192 int i, chunksize; local
202 chunksize = PAGE_CACHE_SIZE;
204 chunksize -= offset;
205 if (chunksize > size)
206 chunksize = size;
208 left = __copy_to_user(buf, kaddr + offset, chunksize);
211 copied += (chunksize - left);
215 size -= chunksize;
216 buf += chunksize;
217 copied += chunksize;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dqtrleenc.c286 int chunksize; local
306 chunksize = encode_frame(s, pict, buf);
310 return chunksize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dsm_make_chunk.c201 size_t chunksize; local
234 chunksize = sizeof(init) + addrs_len;
235 chunksize += WORD_ROUND(SCTP_SAT_LEN(num_types));
236 chunksize += sizeof(ecap_param);
239 chunksize += sizeof(prsctp_param);
253 chunksize += sizeof(aiparam);
255 chunksize += vparam_len;
260 chunksize += sizeof(asoc->c.auth_random);
265 chunksize += WORD_ROUND(ntohs(auth_hmacs->length));
272 chunksize
358 size_t chunksize; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-sctp.c232 u_int chunksize = sizeof(struct sctpDataPart)+ local
244 forces_print(payloadPtr, EXTRACT_16BITS(&chunkDescPtr->chunkLength)- chunksize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dldm.h149 u16 chunksize; member in struct:vblk_comp
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/raid/
H A Dmd_p.h223 __le32 chunksize; /* in 512byte sectors */ member in struct:mdp_superblock_1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhvsi.c1034 int chunksize = min(count, hvsi_write_room(hp->tty)); local
1037 memcpy(hp->outbuf + hp->n_outbuf, source, chunksize);
1038 hp->n_outbuf += chunksize;
1040 total += chunksize;
1041 source += chunksize;
1042 count -= chunksize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dstdsoap2.cpp808 sprintf(t, "\r\n%lX\r\n" + (soap->chunksize ? 0 : 2), (unsigned long)n);
812 soap->chunksize += n;
1127 if ((soap->mode & SOAP_IO) == SOAP_IO_CHUNK && !soap->chunksize)
1139 if (soap->chunksize)
1140 { soap->buflen = ret = soap->frecv(soap, soap->buf, soap->chunksize > SOAP_BUFLEN ? SOAP_BUFLEN : soap->chunksize);
1144 soap->chunksize -= ret;
1173 soap->chunksize = soap_strtoul(tmp, &t, 16);
1174 if (!soap->chunksize)
1183 soap->buflen = soap->bufidx + soap->chunksize;
11305 { size_t chunksize = sizeof(soap->tmpbuf); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc_vs2005/calc_vs2005/
H A Dstdsoap2.cpp808 sprintf(t, "\r\n%lX\r\n" + (soap->chunksize ? 0 : 2), (unsigned long)n);
812 soap->chunksize += n;
1127 if ((soap->mode & SOAP_IO) == SOAP_IO_CHUNK && !soap->chunksize)
1139 if (soap->chunksize)
1140 { soap->buflen = ret = soap->frecv(soap, soap->buf, soap->chunksize > SOAP_BUFLEN ? SOAP_BUFLEN : soap->chunksize);
1144 soap->chunksize -= ret;
1173 soap->chunksize = soap_strtoul(tmp, &t, 16);
1174 if (!soap->chunksize)
1183 soap->buflen = soap->bufidx + soap->chunksize;
11305 { size_t chunksize = sizeof(soap->tmpbuf); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/
H A Dstdsoap2.c808 sprintf(t, "\r\n%lX\r\n" + (soap->chunksize ? 0 : 2), (unsigned long)n);
812 soap->chunksize += n;
1127 if ((soap->mode & SOAP_IO) == SOAP_IO_CHUNK && !soap->chunksize)
1139 if (soap->chunksize)
1140 { soap->buflen = ret = soap->frecv(soap, soap->buf, soap->chunksize > SOAP_BUFLEN ? SOAP_BUFLEN : soap->chunksize);
1144 soap->chunksize -= ret;
1173 soap->chunksize = soap_strtoul(tmp, &t, 16);
1174 if (!soap->chunksize)
1183 soap->buflen = soap->bufidx + soap->chunksize;
11305 { size_t chunksize = sizeof(soap->tmpbuf); local
[all...]
H A Dstdsoap2.cpp808 sprintf(t, "\r\n%lX\r\n" + (soap->chunksize ? 0 : 2), (unsigned long)n);
812 soap->chunksize += n;
1127 if ((soap->mode & SOAP_IO) == SOAP_IO_CHUNK && !soap->chunksize)
1139 if (soap->chunksize)
1140 { soap->buflen = ret = soap->frecv(soap, soap->buf, soap->chunksize > SOAP_BUFLEN ? SOAP_BUFLEN : soap->chunksize);
1144 soap->chunksize -= ret;
1173 soap->chunksize = soap_strtoul(tmp, &t, 16);
1174 if (!soap->chunksize)
1183 soap->buflen = soap->bufidx + soap->chunksize;
11305 { size_t chunksize = sizeof(soap->tmpbuf); local
[all...]

Completed in 209 milliseconds

12