Searched refs:len_out (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dmem_user.h51 extern unsigned long find_iomem(char *driver, unsigned long *len_out);
H A Dnet_user.h32 extern void *get_output_buffer(int *len_out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_ntlm_wb.c232 size_t len_in = strlen(input), len_out = sizeof(buf); local
247 while(len_out > 0) {
248 size = sread(conn->ntlm_auth_hlpr_socket, tmpbuf, len_out);
261 len_out -= size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dphysmem.c172 unsigned long find_iomem(char *driver, unsigned long *len_out) argument
178 *len_out = region->size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hostfs/
H A Dhostfs.h75 unsigned long long *ino_out, int *len_out);
H A Dhostfs_user.c103 unsigned long long *ino_out, int *len_out)
112 *len_out = strlen(ent->d_name);
102 read_dir(void *stream, unsigned long long *pos, unsigned long long *ino_out, int *len_out) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipup.c1543 unsigned len_out = (unsigned)zstrm.total_in; local
1544 if (zfwrite(f_ibuf, 1, len_out) != len_out) {
1547 zstrm.total_out = (uLong)len_out;
1555 unsigned len_out = OBUF_SZ - zstrm.avail_out; local
1556 if (zfwrite(f_obuf, 1, len_out) != len_out) {
1880 unsigned len_out = (unsigned)bstrm.total_in_lo32; local
1881 if (zfwrite(f_ibuf, 1, len_out) != len_out) {
1892 unsigned len_out = OBUF_SZ - bstrm.avail_out; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dutil-internal.h169 int evutil_read_file(const char *filename, char **content_out, size_t *len_out,
H A Devutil.c117 string. Set *content_out to hold this string, and *len_out to hold its
126 evutil_read_file(const char *filename, char **content_out, size_t *len_out, argument
136 EVUTIL_ASSERT(len_out);
138 *len_out = 0;
177 *len_out = read_so_far;
H A Devdns.c3520 size_t len_out; local
3524 len_out = strlen(path)+strlen(hostfile);
3525 path_out = mm_malloc(len_out+1);
3526 evutil_snprintf(path_out, len_out, "%s%s", path, hostfile);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Dcommon.c52 static const void *get_config(u16 tag, size_t len, int skip, size_t *len_out) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dnet_kern.c869 void *get_output_buffer(int *len_out) argument
874 if (ret) *len_out = PAGE_SIZE;
875 else *len_out = 0;

Completed in 204 milliseconds