Searched refs:netstring_except (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dnetstring.h30 extern void netstring_except(VSTREAM *, int);
H A Dnetstring.c15 /* void netstring_except(stream, exception)
77 /* netstring_except() raises the specified exception on the
192 /* netstring_except - process netstring stream exception */
194 void netstring_except(VSTREAM *stream, int exception) function
211 netstring_except(stream, vstream_ftimeout(stream) ?
219 netstring_except(stream, NETSTRING_ERR_FORMAT);
223 netstring_except(stream, NETSTRING_ERR_SIZE);
240 netstring_except(stream, vstream_ftimeout(stream) ?
258 netstring_except(stream, NETSTRING_ERR_FORMAT);
269 netstring_except(strea
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/smtpstone/
H A Dqmqp-sink.c131 netstring_except(state->stream, vstream_ftimeout(state->stream) ?

Completed in 136 milliseconds