Searched refs:netstring_except (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | netstring.c | 194 void netstring_except(VSTREAM *stream, int exception) in netstring_except() function 211 netstring_except(stream, vstream_ftimeout(stream) ? in netstring_get_length() 219 netstring_except(stream, NETSTRING_ERR_FORMAT); in netstring_get_length() 223 netstring_except(stream, NETSTRING_ERR_SIZE); in netstring_get_length() 240 netstring_except(stream, vstream_ftimeout(stream) ? in netstring_get_data() 258 netstring_except(stream, NETSTRING_ERR_FORMAT); in netstring_get_terminator() 269 netstring_except(stream, NETSTRING_ERR_SIZE); in netstring_get() 328 netstring_except(stream, vstream_ftimeout(stream) ? in netstring_put_multi() 340 netstring_except(stream, vstream_ftimeout(stream) ? in netstring_fflush()
|
H A D | netstring.h | 30 extern void netstring_except(VSTREAM *, int);
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/ |
H A D | qmqp-sink.c | 131 netstring_except(state->stream, vstream_ftimeout(state->stream) ? in read_data()
|