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_peek
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
netstring.c
444
} while (
vstream_peek
(VSTREAM_IN) > 0);
467
} while (
vstream_peek
(child_stream) > 0);
vstream.h
234
extern ssize_t
vstream_peek
(VSTREAM *);
245
#define
vstream_peek
(vp) vstream_bufstat((vp), VSTREAM_BST_IN_PEND)
macro
vstream.c
137
/* ssize_t
vstream_peek
(stream)
460
/*
vstream_peek
() returns the number of characters that can be
465
/* that exist according to
vstream_peek
(), or null if no unread
1839
#undef
vstream_peek
/* API binary compatibility. */
macro
1841
/*
vstream_peek
- peek at a stream */
1843
ssize_t
vstream_peek
(VSTREAM *vp)
function
/src/external/ibm-public/postfix/dist/src/smtpstone/
qmqp-sink.c
139
if ((count =
vstream_peek
(state->stream)) > 0) {
smtp-sink.c
357
if (
vstream_peek
(fp) <= 0 && readable(vstream_fileno(fp)) <= 0) \
968
if (
vstream_peek
(state->stream) <= 0
1210
if (PUSH_BACK_PEEK(state) == 0 &&
vstream_peek
(state->stream) <= 0
1303
} while (PUSH_BACK_PEEK(state) != 0 ||
vstream_peek
(state->stream) > 0);
/src/external/ibm-public/postfix/dist/src/smtp/
smtp_session.c
376
|| (tls->level == TLS_LEV_MAY &&
vstream_peek
(mp) > 0))
smtp_proto.c
1979
&& (
vstream_peek
(session->stream) > 0
/src/external/ibm-public/postfix/dist/src/scache/
scache.c
467
} while (
vstream_peek
(client_stream) > 0);
/src/external/ibm-public/postfix/dist/src/postscreen/
postscreen_smtpd.c
192
&&
vstream_peek
((state)->smtp_client_stream) <= 0)
197
vstream_peek
((state)->smtp_client_stream)
/src/external/ibm-public/postfix/dist/src/smtpd/
smtpd.c
5739
if (
vstream_peek
(state->client) == 0
5742
if (
vstream_peek
(state->client) > 0) {
5746
vstream_peek
(state->client) < 100 ?
5747
vstream_peek
(state->client) : 100);
6210
(long) (state->act_size +
vstream_peek
(state->client)),
Completed in 30 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026