Searched defs:bufsize (Results 1 - 25 of 115) sorted by path

12345

/external/avahi/avahi-compat-howl/
H A Dunsupported.c909 AVAHI_GCC_UNUSED sw_uint32 bufsize) {
904 sw_corby_object_init_from_url( AVAHI_GCC_UNUSED sw_corby_object * self, AVAHI_GCC_UNUSED struct _sw_corby_orb * orb, AVAHI_GCC_UNUSED sw_const_string url, AVAHI_GCC_UNUSED sw_socket_options options, AVAHI_GCC_UNUSED sw_uint32 bufsize) argument
/external/bison/lib/
H A Dquotearg.c703 size_t bufsize = quotearg_buffer_restyled (0, 0, arg, argsize, p->style, local
707 char *buf = xcharalloc (bufsize);
708 quotearg_buffer_restyled (buf, bufsize, arg, argsize, p->style, flags,
713 *size = bufsize - 1;
/external/bison/src/
H A Dlocation.c37 add_column_width (int column, char const *buf, size_t bufsize) argument
44 if (INT_MAX / 2 <= bufsize)
46 width = mbsnwidth (buf, bufsize, 0);
49 width = bufsize;
/external/blktrace/
H A Dblktrace.c1117 static inline struct trace_buf *alloc_trace_buf(int cpu, int bufsize) argument
1121 tbp = malloc(sizeof(*tbp) + bufsize);
/external/boringssl/src/crypto/asn1/
H A Dbio_asn1.c93 int bufsize; member in struct:BIO_ASN1_BUF_CTX_t
170 ctx->bufsize = size;
238 assert(ctx->buflen <= ctx->bufsize);
H A Df_enum.c100 int i,j,k,m,n,again,bufsize; local
107 bufsize=BIO_gets(bp,buf,size);
110 if (bufsize < 1) goto err_sl;
111 i=bufsize;
189 bufsize=BIO_gets(bp,buf,size);
H A Df_int.c105 int i,j,k,m,n,again,bufsize; local
112 bufsize=BIO_gets(bp,buf,size);
115 if (bufsize < 1) goto err_sl;
116 i=bufsize;
193 bufsize=BIO_gets(bp,buf,size);
H A Df_string.c100 int i,j,k,m,n,again,bufsize; local
105 bufsize=BIO_gets(bp,buf,size);
108 if (bufsize < 1)
117 i=bufsize;
187 bufsize=BIO_gets(bp,buf,size);
/external/c-ares/
H A Dares__read_line.c28 * ares__read_line multiple times with the same buf and bufsize
29 * pointers; *buf will be reallocated and *bufsize adjusted as
33 int ares__read_line(FILE *fp, char **buf, size_t *bufsize) argument
44 *bufsize = 128;
49 int bytestoread = aresx_uztosi(*bufsize - offset);
60 if(len < *bufsize - 1)
64 newbuf = realloc(*buf, *bufsize * 2);
68 *bufsize *= 2;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc279 uptr internal_readlink(const char *path, char *buf, uptr bufsize) { argument
282 (uptr)path, (uptr)buf, bufsize);
284 return internal_syscall(SYSCALL(readlink), (uptr)path, (uptr)buf, bufsize);
H A Dsanitizer_mac.cc136 uptr internal_readlink(const char *path, char *buf, uptr bufsize) { argument
137 return readlink(path, buf, bufsize);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cc62 static void temp_file_name(char *buf, size_t bufsize, const char *prefix) { argument
72 internal_strncpy(buf, tmp_path, bufsize);
83 internal_snprintf(buf, bufsize, "%s/%s%d", tmpdir, prefix, uid);
/external/curl/lib/
H A Dhostip.c161 * bufsize bytes big.
166 Curl_printable_address(const Curl_addrinfo *ai, char *buf, size_t bufsize) argument
180 bufsize);
186 bufsize);
/external/curl/packages/OS400/
H A Dos400sys.c578 const char * ebcdicbuf, int bufsize, const char * * buffer)
591 if(!(asciibuf = malloc(bufsize + 1))) {
595 QadrtConvertE2A(asciibuf, ebcdicbuf, bufsize, bufsize);
596 asciibuf[bufsize] = '\0';
577 cachestring(struct Curl_gsk_descriptor * p, const char * ebcdicbuf, int bufsize, const char * * buffer) argument
/external/curl/tests/server/
H A Dgetpart.c75 * and 'bufsize' pointers to avoid multiple buffer allocations. Buffer
76 * will be reallocated and 'bufsize' increased until whole line fits in
87 static int readline(char **buffer, size_t *bufsize, FILE *stream) argument
97 *bufsize = 128;
101 int bytestoread = curlx_uztosi(*bufsize - offset);
110 if(length < *bufsize - 1)
113 newptr = realloc(*buffer, *bufsize * 2);
117 *bufsize *= 2;
265 size_t bufsize = 0; local
287 while((error = readline(&buffer, &bufsize, strea
[all...]
H A Dtftpd.c107 size_t bufsize; /* size of the data in buffer */ member in struct:testcase
1118 test->bufsize = count; /* set total count */
1176 test->bufsize = count; /* set total count */
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/dbus/dbus/
H A Ddbus-sysdeps-unix.c3147 int bufsize = sizeof (static_buf); local
3150 len = vsnprintf (static_buf, bufsize, format, args);
3160 if (len == bufsize)
3176 bufsize *= 2;
3178 buf = dbus_malloc (bufsize);
3183 len = vsnprintf (buf, bufsize, format, args);
3189 if (len == bufsize)
H A Ddbus-sysdeps-win.c539 int bufsize; local
542 bufsize = sizeof (buf);
543 len = _vsnprintf (buf, bufsize - 1, format, args);
549 bufsize *= 2;
551 p = malloc (bufsize);
556 len = _vsnprintf (p, bufsize - 1, format, args);
/external/e2fsprogs/debugfs/
H A Ddebugfs.c1578 static errcode_t copy_file(int fd, ext2_ino_t newfile, int bufsize, int make_holes) argument
1594 retval = ext2fs_get_mem(bufsize, &buf);
1601 retval = ext2fs_get_memzero(bufsize, &zero_buf);
1609 got = read(fd, buf, bufsize);
1662 int bufsize = IO_BUFSIZE; local
1745 bufsize = statbuf.st_blksize;
1747 retval = copy_file(fd, newfile, bufsize, make_holes);
H A Dutil.c387 const char *cmd, int bufsize)
391 retval = ext2fs_read_inode_full(current_fs, ino, inode, bufsize);
415 int bufsize)
420 inode, bufsize);
386 debugfs_read_inode_full(ext2_ino_t ino, struct ext2_inode * inode, const char *cmd, int bufsize) argument
412 debugfs_write_inode_full(ext2_ino_t ino, struct ext2_inode *inode, const char *cmd, int bufsize) argument
/external/e2fsprogs/e2fsck/
H A Djournal.c71 int bufsize = sizeof(*bh) + kdev->k_ctx->fs->blocksize - local
74 bh = e2fsck_allocate_memory(kdev->k_ctx, bufsize, "block buffer");
H A Dutil.c452 struct ext2_inode *inode, int bufsize,
457 retval = ext2fs_read_inode_full(ctx->fs, ino, inode, bufsize);
466 struct ext2_inode * inode, int bufsize,
471 retval = ext2fs_write_inode_full(ctx->fs, ino, inode, bufsize);
451 e2fsck_read_inode_full(e2fsck_t ctx, unsigned long ino, struct ext2_inode *inode, int bufsize, const char *proc) argument
465 e2fsck_write_inode_full(e2fsck_t ctx, unsigned long ino, struct ext2_inode * inode, int bufsize, const char *proc) argument
/external/e2fsprogs/lib/ext2fs/
H A Dinode.c405 struct ext2_inode *inode, int bufsize)
479 memset(inode, 0, bufsize);
483 0, bufsize);
492 memset(inode, 0, bufsize);
496 0, bufsize);
498 memcpy(inode, scan->ptr, bufsize);
523 struct ext2_inode * inode, int bufsize)
536 ((bufsize == sizeof(struct ext2_inode)) ||
551 if (bufsize == sizeof(struct ext2_inode)) {
583 if (bufsize < lengt
404 ext2fs_get_next_inode_full(ext2_inode_scan scan, ext2_ino_t *ino, struct ext2_inode *inode, int bufsize) argument
522 ext2fs_read_inode_full(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode * inode, int bufsize) argument
612 0, bufsize); local
631 ext2fs_write_inode_full(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode * inode, int bufsize) argument
[all...]

Completed in 760 milliseconds

12345