Searched refs:total_len (Results 1 - 25 of 103) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dassenc.c39 int i, len, total_len = 0; local
47 len = av_strlcpy(buf+total_len, sub->rects[i]->ass, bufsize-total_len);
49 if (len > bufsize-total_len-1) {
54 total_len += len;
57 return total_len;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dassenc.c51 int i, len, total_len = 0; local
97 len = av_strlcpy(buf+total_len, ass, bufsize-total_len);
99 if (len > bufsize-total_len-1) {
104 total_len += len;
107 return total_len;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dxattr_trusted.c20 const size_t total_len = prefix_len + name_len + 1; local
25 if (list && total_len <= list_size) {
30 return total_len;
H A Dxattr_user.c19 const size_t total_len = prefix_len + name_len + 1; local
24 if (list && total_len <= list_size) {
29 return total_len;
H A Dxattr_security.c19 const size_t total_len = prefix_len + name_len + 1; local
21 if (list && total_len <= list_size) {
26 return total_len;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dxattr_trusted.c21 const size_t total_len = prefix_len + name_len + 1; local
26 if (list && total_len <= list_size) {
31 return total_len;
H A Dxattr_user.c20 const size_t total_len = prefix_len + name_len + 1; local
25 if (list && total_len <= list_size) {
30 return total_len;
H A Dxattr_security.c20 const size_t total_len = prefix_len + name_len + 1; local
23 if (list && total_len <= list_size) {
28 return total_len;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dxattr_trusted.c21 const size_t total_len = prefix_len + name_len + 1; local
26 if (list && total_len <= list_size) {
31 return total_len;
H A Dxattr_user.c20 const size_t total_len = prefix_len + name_len + 1; local
25 if (list && total_len <= list_size) {
30 return total_len;
H A Dxattr_security.c20 const size_t total_len = prefix_len + name_len + 1; local
23 if (list && total_len <= list_size) {
28 return total_len;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dmessage.c236 struct rds_message *rds_message_map_pages(unsigned long *page_addrs, unsigned int total_len) argument
241 rm = rds_message_alloc(ceil(total_len, PAGE_SIZE), GFP_KERNEL);
246 rm->m_inc.i_hdr.h_len = cpu_to_be32(total_len);
247 rm->m_nents = ceil(total_len, PAGE_SIZE);
259 size_t total_len)
269 rm = rds_message_alloc(ceil(total_len, PAGE_SIZE), GFP_KERNEL);
275 rm->m_inc.i_hdr.h_len = cpu_to_be32(total_len);
285 while (total_len) {
287 ret = rds_page_remainder_alloc(sg, total_len,
301 to_copy = min_t(size_t, to_copy, total_len);
258 rds_message_copy_from_user(struct iovec *first_iov, size_t total_len) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Daes_cmac.c44 size_t i, e, left, total_len; local
51 total_len = 0;
53 total_len += len[e];
54 left = total_len;
78 if (left || total_len == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_alloc.c206 size_t total_len; local
250 total_len = DB_ALLOC_SIZE(len);
253 SET_QUEUE_FOR_SIZE(head, q, i, total_len);
273 if (elp_tmp->len < total_len)
287 if (elp_tmp->len - total_len <= SHALLOC_FRAGMENT)
311 if (elp->len - total_len > SHALLOC_FRAGMENT) {
312 frag = (ALLOC_ELEMENT *)((u_int8_t *)elp + total_len);
313 frag->len = elp->len - total_len;
316 elp->len = total_len;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dphysmem.c28 unsigned long iomem_len, iomem_pages, total_len, total_pages; local
41 total_len = phys_len + iomem_len + highmem_len;
43 map = alloc_bootmem_low_pages(total_len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Diso.h63 __u16 total_len; member in struct:hpsb_iso_packet_info
188 u16 total_len, u16 cycle, u8 channel, u8 tag,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dpipe.c358 size_t total_len; local
360 total_len = iov_length(iov, nr_segs);
362 if (unlikely(total_len == 0))
379 if (chars > total_len)
380 chars = total_len;
417 total_len -= chars;
418 if (!total_len)
471 size_t total_len; local
474 total_len = iov_length(iov, nr_segs);
476 if (unlikely(total_len
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dbuffer_iocp.c128 evbuf->total_len += nBytes;
188 if (!buf->total_len) {
192 } else if (at_most < 0 || (size_t)at_most > buf->total_len) {
193 at_most = buf->total_len;
H A Dbuffer.c310 buf->total_len += chain->off;
464 new_size = buffer->total_len;
591 result = (buffer->total_len);
721 buf->total_len += added;
744 dst->total_len = 0;
809 src->total_len = 0;
823 dst->total_len = src->total_len;
837 dst->total_len += src->total_len;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/net/
H A Dvjcompress.h140 extern int vj_uncompress_tcp __P((u_char *buf, int buflen, int total_len,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Dcommon.h19 size_t total_len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsplice.h27 unsigned int len, total_len; /* current and remaining length */ member in struct:splice_desc
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/net/
H A Dvjcompress.h140 extern int vj_uncompress_tcp __P((u_char *buf, int buflen, int total_len,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dmessages.c422 static BOOL retrieve_all_messages(char **msgs_buf, size_t *total_len) argument
431 *total_len = 0;
452 *total_len = dbuf.dsize;
461 static BOOL message_recv(char *msgs_buf, size_t total_len, int *msg_type, argument
470 if (total_len - (ret_buf - msgs_buf) < sizeof(rec))
482 if (total_len - (ret_buf - msgs_buf) < rec.len)
507 size_t len, total_len; local
517 if (!retrieve_all_messages(&msgs_buf, &total_len))
520 for (buf = msgs_buf; message_recv(msgs_buf, total_len, &msg_type, &src, &buf, &len); buf += len) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dtransport.c114 unsigned int total_len; local
137 total_len = 0;
139 total_len += iov[i].iov_len;
142 cFYI(1, "Sending smb: total_len %d", total_len);
146 while (total_len) {
148 n_vec - first_vec, total_len);
181 if (rc == total_len) {
182 total_len = 0;
184 } else if (rc > total_len) {
[all...]

Completed in 271 milliseconds

12345