Searched refs:read_buf (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10/postfix-255/postfix/src/postscreen/
H A Dpostscreen_haproxy.c84 char read_buf[HAPROXY_MAX_LEN]; local
104 read_buf, sizeof(read_buf) - 1, MSG_PEEK)) > 0
105 && ((cp = memchr(read_buf, '\n', read_len)) != 0)) {
106 read_len = cp - read_buf + 1;
H A Dpostscreen_early.c102 char read_buf[PSC_READ_BUF_SIZE]; local
225 read_buf, sizeof(read_buf) - 1, MSG_PEEK)) <= 0) {
236 read_buf[read_count] = 0;
237 escape(psc_escape_buf, read_buf, read_count);
/macosx-10.10/postfix-255/postfix/src/util/
H A Dnbbio.h32 char *read_buf; /* start of buffer */ member in struct:__anon11895
59 #define NBBIO_READ_BUF(np) ((np)->read_buf + 0) /* Read-only */
H A Dhex_quote.c118 static ssize_t read_buf(VSTREAM *fp, VSTRING *buf) function
135 while ((len = read_buf(VSTREAM_IN, raw)) > 0) {
H A Dvstream.c639 VSTREAM_SAVE_STATE(stream, read_buf, read_fd);
785 VSTREAM_SAVE_STATE(stream, read_buf, read_fd);
794 VSTREAM_RESTORE_STATE(stream, read_buf, read_fd);
819 || stream->read_buf.cnt >= 0)
829 VSTREAM_RESTORE_STATE(stream, read_buf, read_fd);
936 VSTREAM_SAVE_STATE(stream, read_buf, read_fd);
991 VSTREAM_SAVE_STATE(stream, read_buf, read_fd);
1066 VSTREAM_MAYBE_PURGE_READ(direction, &stream->read_buf);
1069 VSTREAM_MAYBE_PURGE_READ(direction, &stream->read_buf);
1287 vstream_buf_wipe(&stream->read_buf);
[all...]
H A Dnbbio.c173 count = read(np->fd, np->read_buf + np->read_pend,
352 np->read_buf = mymalloc(bufsize);
368 myfree(np->read_buf);
H A Dvstream.h53 VBUF read_buf; /* read buffer (double-buffered) */ member in struct:VSTREAM
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_read_support_compression_bzip2.c214 const char *read_buf; local
275 read_buf =
277 if (read_buf == NULL)
279 state->stream.next_in = (char *)(uintptr_t)read_buf;
293 state->stream.next_in - read_buf);
H A Darchive_read.c575 const void *read_buf; local
585 read_buf = a->read_data_block;
586 r = archive_read_data_block(&a->archive, &read_buf,
588 a->read_data_block = read_buf;
/macosx-10.10/postfix-255/postfix/src/global/
H A Dxtext.c150 static ssize_t read_buf(VSTREAM *fp, VSTRING *buf) function
167 while ((len = read_buf(VSTREAM_IN, unquoted)) > 0) {
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A Deaptls_plugin.c441 memoryBufferRef read_buf = &context->read_buffer; local
579 if (read_buf->data == NULL) {
580 memoryBufferAllocate(read_buf, tls_message_length);
582 if (memoryBufferAddData(read_buf, in_data_ptr, in_data_length)
587 if (memoryBufferIsComplete(read_buf) == FALSE) {
H A DEAPTLSUtil.h120 memoryIOInit(memoryIORef mem_io, memoryBufferRef read_buf,
H A Dpeap_plugin.c796 memoryBufferRef read_buf = &context->read_buffer; local
811 memoryBufferClear(read_buf);
822 read_buf->offset = 0;
1167 memoryBufferRef read_buf = &context->read_buffer; local
1313 if (read_buf->data == NULL) {
1314 memoryBufferAllocate(read_buf, tls_message_length);
1316 if (memoryBufferAddData(read_buf, in_data_ptr, in_data_length)
1322 if (memoryBufferIsComplete(read_buf) == FALSE) {
H A Deapttls_plugin.c1002 memoryBufferRef read_buf = &context->read_buffer; local
1007 memoryBufferClear(read_buf);
1156 memoryBufferRef read_buf = &context->read_buffer; local
1308 if (read_buf->data == NULL) {
1309 memoryBufferAllocate(read_buf, tls_message_length);
1311 if (memoryBufferAddData(read_buf, in_data_ptr, in_data_length)
1318 if (memoryBufferIsComplete(read_buf) == FALSE) {
H A DEAPTLSUtil.c582 memoryIOInit(memoryIORef mem_io, memoryBufferRef read_buf, argument
586 memoryBufferInit(read_buf);
588 mem_io->read = read_buf;
/macosx-10.10/curl-83.1.2/curl/lib/vtls/
H A Daxtls.c605 uint8_t *read_buf; local
611 ret = ssl_read(connssl->ssl, &read_buf);
615 memcpy(buf, read_buf,
/macosx-10.10/rsync-45/rsync/
H A Dtoken.c107 read_buf(f,buf,n);
348 read_buf(f, cbuf, n);
H A Dsender.c103 read_buf(f, s->sums[i].sum2, s->s2length);
H A Dio.c897 void read_buf(int f,char *buf,size_t len) function
1321 read_buf(f, buf, 1);
H A Dproto.h120 void read_buf(int f,char *buf,size_t len);
/macosx-10.10/rsync-45/rsync/zlib/
H A Ddeflate.c54 #define read_buf dread_buf macro
87 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
532 * (See also read_buf()).
958 local int read_buf(strm, buf, size) function
1344 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);
/macosx-10.10/emacs-93/emacs/src/
H A Dfileio.c3747 unsigned char read_buf[READ_BUF_SIZE];
3930 nread = emacs_read (fd, read_buf, 1024 * 4);
3933 nread = emacs_read (fd, read_buf, 1024);
3939 nread += emacs_read (fd, read_buf + nread, 1024 * 3);
3969 insert_1_both (read_buf, nread, nread, 0, 0, 0);
4252 unsigned char *destination = read_buf + unprocessed;
4289 result = decode_coding (&coding, read_buf,
4295 bcopy (read_buf + coding.consumed, read_buf, unprocessed);
3728 unsigned char read_buf[READ_BUF_SIZE]; variable
/macosx-10.10/sudo-73/src/zlib/
H A Ddeflate.c87 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
344 s->wrap = 0; /* avoid computing Adler-32 in read_buf */
638 * (See also read_buf()).
1074 local int read_buf(strm, buf, size) function
1465 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Ddeflate.c112 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
559 * (See also read_buf()).
985 local int read_buf(strm, buf, size) function
1371 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);
/macosx-10.10/zlib-55/zlib/
H A Ddeflate.c87 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
560 * (See also read_buf()).
992 local int read_buf(strm, buf, size) function
1380 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);

Completed in 170 milliseconds

12