Searched refs:netstring_get (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | netstring.c | 263 VSTRING *netstring_get(VSTREAM *stream, VSTRING *buf, ssize_t limit) in netstring_get() function 450 netstring_get(child_stream, child_read_buf, 10000); in child_read_event()
|
H A D | netstring.h | 35 extern VSTRING *netstring_get(VSTREAM *, VSTRING *, ssize_t);
|
H A D | dict_sockmap.c | 217 netstring_get(fp, dp->rdwr_buf, dict_sockmap_max_reply); in dict_sockmap_lookup()
|
/netbsd-src/external/ibm-public/postfix/dist/src/qmqpd/ |
H A D | qmqpd.c | 303 netstring_get(state->client, state->message, var_message_limit); in qmqpd_read_content() 323 netstring_get(state->client, state->buf, var_line_limit); in qmqpd_copy_sender() 410 netstring_get(state->client, state->buf, var_line_limit); in qmqpd_copy_recipients()
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/ |
H A D | qmqp-source.c | 426 netstring_get(session->stream, buffer, var_line_limit); in receive_reply()
|