| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | vstring.c | 510 VSTRING_SPACE(vp, len); in vstring_memcpy() 520 VSTRING_SPACE(vp, len); in vstring_memcat() 557 VSTRING_SPACE(vp, len); in vstring_insert() 582 VSTRING_SPACE(vp, len); in vstring_prepend() 680 VSTRING_SPACE(vp, old_len); in vstring_sprintf_prepend()
|
| H A D | dict_file.c | 165 VSTRING_SPACE(dict->file_b64, helper * 4); in dict_file_to_b64() 181 VSTRING_SPACE(dict->file_buf, helper * 3); in dict_file_from_b64()
|
| H A D | casefold.c | 210 VSTRING_SPACE(dest, space_needed + 1); /* for terminator */ in casefoldx() 272 VSTRING_SPACE(buffer, 256); /* chroot/file pathname */ in main()
|
| H A D | vstring.h | 72 #define VSTRING_SPACE(vp, len) ((vp)->vbuf.space(&(vp)->vbuf, (len))) macro
|
| H A D | inet_addr_local.c | 284 VSTRING_SPACE(buf, vstring_avail(buf) * 2); in ial_siocglif() 388 VSTRING_SPACE(buf, vstring_avail(buf) * 2); in ial_siocgif()
|
| H A D | vstream.c | 1548 VSTRING_SPACE(vp, len); in vstream_fread_buf() 1561 VSTRING_SPACE(vp, len); in vstream_fread_app()
|
| H A D | dict_pcre.c | 326 VSTRING_SPACE(buf, DICT_PCRE_GET_ERROR_BUF_LEN); in dict_pcre_get_error()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | mail_date.c | 111 VSTRING_SPACE(vp, 100); in mail_date() 126 VSTRING_SPACE(vp, vstring_avail(vp) + 100); in mail_date()
|
| H A D | smtp_reply_footer.c | 178 VSTRING_SPACE(buffer, 3); in smtp_reply_footer() 183 VSTRING_SPACE(buffer, dsn_len); in smtp_reply_footer()
|
| H A D | mail_addr_crunch.c | 131 VSTRING_SPACE(intern_addr, extlen + 1); in mail_addr_crunch_opt()
|
| H A D | dict_pgsql.c | 231 VSTRING_SPACE(result, buflen); in dict_pgsql_quote()
|
| H A D | haproxy_srvr.c | 717 VSTRING_SPACE(buf, sizeof(struct proxy_hdr_v2)); in convert_v1_proxy_req_to_v2()
|
| H A D | dict_mysql.c | 208 VSTRING_SPACE(result, buflen); in dict_mysql_quote()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/xsasl/ |
| H A D | xsasl_cyrus_client.c | 487 VSTRING_SPACE(init_resp, enc_length); in xsasl_cyrus_client_first() 524 VSTRING_SPACE(client->decoded, serverinlen); in xsasl_cyrus_client_next() 552 VSTRING_SPACE(client_reply, enc_length); in xsasl_cyrus_client_next()
|
| H A D | xsasl_cyrus_server.c | 491 VSTRING_SPACE(reply, enc_length); in xsasl_cyrus_server_auth_response() 548 VSTRING_SPACE(server->decoded, reply_len); in xsasl_cyrus_server_first() 595 VSTRING_SPACE(server->decoded, request_len); in xsasl_cyrus_server_next()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/postscreen/ |
| H A D | postscreen_expand.c | 134 VSTRING_SPACE(state->expand_buf, 100); in psc_expand_lookup()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/local/ |
| H A D | resolve.c | 142 VSTRING_SPACE(reply.recipient, ext_len + 2); in deliver_resolve_tree()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/smtpd/ |
| H A D | smtpd_expand.c | 231 VSTRING_SPACE(state->expand_buf, 100); in smtpd_expand_lookup()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/tlsmgr/ |
| H A D | tlsmgr.c | 762 VSTRING_SPACE(buffer, len); in tlsmgr_service()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/cleanup/ |
| H A D | cleanup_message.c | 960 VSTRING_SPACE(state->stripped_buf, len + 1); in cleanup_message_headerbody()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/ |
| H A D | smtp-sink.c | 439 VSTRING_SPACE(path_buf, vstring_avail(path_buf) + 100); in exp_path_template()
|