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_IN
(Results
1 - 25
of
77
) sorted by relevancy
1
2
3
4
/src/external/ibm-public/postfix/dist/src/global/
recdump.c
49
while (offset = vstream_ftell(
VSTREAM_IN
),
50
((type = rec_get(
VSTREAM_IN
, buf, 0)) != REC_TYPE_EOF
rec2stream.c
45
while ((type = rec_get(
VSTREAM_IN
, buf, 0)) > 0)
stream2rec.c
45
while ((type = rec_streamlf_get(
VSTREAM_IN
, buf, 150)) > 0)
mail_addr_crunch.c
185
if (vstring_get_nonl(buf,
VSTREAM_IN
) == VSTREAM_EOF)
212
if (vstring_get_nonl(extension,
VSTREAM_IN
) == VSTREAM_EOF)
219
while (vstring_get_nonl(buf,
VSTREAM_IN
) != VSTREAM_EOF) {
addr_match_list.c
130
while (vstring_get_nonl(buf,
VSTREAM_IN
) != VSTREAM_EOF)
compat_level.c
356
while (!vstream_feof(
VSTREAM_IN
)) {
363
while (vstring_get_nonl(buf,
VSTREAM_IN
) != VSTREAM_EOF) {
377
while (vstring_get_nonl(buf,
VSTREAM_IN
) != VSTREAM_EOF) {
408
while (vstring_get_nonl(buf,
VSTREAM_IN
) != VSTREAM_EOF) {
mail_parm_split.c
116
while (vstring_fgets_nonl(vp,
VSTREAM_IN
) && VSTRING_LEN(vp) > 0) {
valid_mailhost_addr.c
144
while (vstring_fgets_nonl(buffer,
VSTREAM_IN
)) {
fold_addr.c
118
while (vstring_fgets_nonl(line_buffer,
VSTREAM_IN
)) {
off_cvt.c
146
while (vstring_fgets_nonl(buf,
VSTREAM_IN
)) {
quote_821_local.c
173
while (vstring_fgets_nonl(src,
VSTREAM_IN
)) {
mail_version.c
247
if (vstring_fgets_nonl(inbuf,
VSTREAM_IN
) <= 0)
xtext.c
183
while ((len = read_buf(
VSTREAM_IN
, unquoted)) > 0) {
/src/external/ibm-public/postfix/dist/src/util/
translit.c
81
while (vstring_fgets(buf,
VSTREAM_IN
))
ctable.c
275
if (vstring_get_nonl(data_buf,
VSTREAM_IN
) == VSTREAM_EOF)
276
vstream_longjmp(
VSTREAM_IN
, 1);
301
vstream_control(
VSTREAM_IN
, CA_VSTREAM_CTL_EXCEPT, CA_VSTREAM_CTL_END);
303
if (vstream_setjmp(
VSTREAM_IN
) == 0) {
307
if (vstring_get_nonl(key_buf,
VSTREAM_IN
) == VSTREAM_EOF)
308
vstream_longjmp(
VSTREAM_IN
, 1);
unescape.c
194
while (vstring_fgets_nonl(in,
VSTREAM_IN
)) {
200
while (vstring_fgets_nonl(in,
VSTREAM_IN
)) {
format_tv.c
144
while (vstring_get_nonl(in,
VSTREAM_IN
) > 0) {
hex_quote.c
140
while ((len = read_buf(
VSTREAM_IN
, raw)) > 0) {
host_port.c
187
while (vstring_fgets_nonl(in_buf,
VSTREAM_IN
)) {
sane_basename.c
172
while (vstring_get_nonl(buf,
VSTREAM_IN
) > 0) {
attr_scan0.c
542
if ((ret = attr_scan0(
VSTREAM_IN
,
564
if ((ret = attr_scan0(
VSTREAM_IN
,
583
if ((ret = attr_scan0(
VSTREAM_IN
,
attr_scan_plain.c
589
if ((ret = attr_scan_plain(
VSTREAM_IN
,
611
if ((ret = attr_scan_plain(
VSTREAM_IN
,
630
if ((ret = attr_scan_plain(
VSTREAM_IN
,
mac_parse.c
193
while (vstring_fgets_nonl(buf,
VSTREAM_IN
)) {
/src/external/ibm-public/postfix/dist/src/smtp/
smtp_unalias.c
134
while (vstring_fgets_nonl(addr,
VSTREAM_IN
)) {
/src/external/ibm-public/postfix/dist/src/postdrop/
postdrop.c
494
vstream_control(
VSTREAM_IN
, CA_VSTREAM_CTL_PATH("stdin"), CA_VSTREAM_CTL_END);
502
rec_type = rec_get_raw(
VSTREAM_IN
, buf, var_line_limit, REC_FLAG_NONE);
562
while ((rec_type = rec_get_raw(
VSTREAM_IN
, buf, var_line_limit,
Completed in 25 milliseconds
1
2
3
4
Indexes created Tue Aug 11 00:25:38 UTC 2026