Home
last modified time | relevance | path

Searched refs:VSTRING_SPACE (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvstring.c510 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 Ddict_file.c165 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 Dcasefold.c210 VSTRING_SPACE(dest, space_needed + 1); /* for terminator */ in casefoldx()
272 VSTRING_SPACE(buffer, 256); /* chroot/file pathname */ in main()
H A Dvstring.h72 #define VSTRING_SPACE(vp, len) ((vp)->vbuf.space(&(vp)->vbuf, (len))) macro
H A Dinet_addr_local.c284 VSTRING_SPACE(buf, vstring_avail(buf) * 2); in ial_siocglif()
388 VSTRING_SPACE(buf, vstring_avail(buf) * 2); in ial_siocgif()
H A Dvstream.c1548 VSTRING_SPACE(vp, len); in vstream_fread_buf()
1561 VSTRING_SPACE(vp, len); in vstream_fread_app()
H A Ddict_pcre.c326 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 Dmail_date.c111 VSTRING_SPACE(vp, 100); in mail_date()
126 VSTRING_SPACE(vp, vstring_avail(vp) + 100); in mail_date()
H A Dsmtp_reply_footer.c178 VSTRING_SPACE(buffer, 3); in smtp_reply_footer()
183 VSTRING_SPACE(buffer, dsn_len); in smtp_reply_footer()
H A Dmail_addr_crunch.c131 VSTRING_SPACE(intern_addr, extlen + 1); in mail_addr_crunch_opt()
H A Ddict_pgsql.c231 VSTRING_SPACE(result, buflen); in dict_pgsql_quote()
H A Dhaproxy_srvr.c717 VSTRING_SPACE(buf, sizeof(struct proxy_hdr_v2)); in convert_v1_proxy_req_to_v2()
H A Ddict_mysql.c208 VSTRING_SPACE(result, buflen); in dict_mysql_quote()
/netbsd-src/external/ibm-public/postfix/dist/src/xsasl/
H A Dxsasl_cyrus_client.c487 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 Dxsasl_cyrus_server.c491 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 Dpostscreen_expand.c134 VSTRING_SPACE(state->expand_buf, 100); in psc_expand_lookup()
/netbsd-src/external/ibm-public/postfix/dist/src/local/
H A Dresolve.c142 VSTRING_SPACE(reply.recipient, ext_len + 2); in deliver_resolve_tree()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_expand.c231 VSTRING_SPACE(state->expand_buf, 100); in smtpd_expand_lookup()
/netbsd-src/external/ibm-public/postfix/dist/src/tlsmgr/
H A Dtlsmgr.c762 VSTRING_SPACE(buffer, len); in tlsmgr_service()
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_message.c960 VSTRING_SPACE(state->stripped_buf, len + 1); in cleanup_message_headerbody()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/
H A Dsmtp-sink.c439 VSTRING_SPACE(path_buf, vstring_avail(path_buf) + 100); in exp_path_template()