OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vstream_fread_buf
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
hex_quote.c
129
len =
vstream_fread_buf
(fp, buf, BUFLEN);
dict_stream.c
232
if ((act_len =
vstream_fread_buf
(fp, act_cont, 2 * exp_len)) < 0) {
netstring.c
243
if (
vstream_fread_buf
(stream, buf, len) != len)
vstream.h
139
extern ssize_t
vstream_fread_buf
(VSTREAM *, struct VSTRING *, ssize_t);
vstream.c
91
/* ssize_t
vstream_fread_buf
(stream, buf, len)
305
/*
vstream_fread_buf
() resets the buffer write position,
310
/* NOTE: do not skip calling
vstream_fread_buf
() when len == 0.
315
/* vstream_fread_app() is like
vstream_fread_buf
() but appends
1582
/*
vstream_fread_buf
- unformatted read to VSTRING */
1584
ssize_t
vstream_fread_buf
(VSTREAM *fp, VSTRING *vp, ssize_t len)
function
/src/external/ibm-public/postfix/dist/src/global/
memcache_proto.c
153
if (
vstream_fread_buf
(stream, buf, todo) != todo
xtext.c
161
len =
vstream_fread_buf
(fp, buf, BUFLEN);
record.c
292
if (
vstream_fread_buf
(stream, buf, len) != len) {
smtp_stream.c
126
/* smtp_fread_buf() invokes
vstream_fread_buf
() to read the
524
* calling
vstream_fread_buf
() including resetting the buffer write
534
err = (
vstream_fread_buf
(stream, vp, todo) != todo);
uxtext.c
240
len =
vstream_fread_buf
(fp, buf, BUFLEN);
/src/external/ibm-public/postfix/dist/src/milter/
milter8.c
682
if (
vstream_fread_buf
(milter->fp, buf, *data_len)
Completed in 36 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026