Searched refs:VSTRING (Results 1 - 25 of 322) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dxtext.h24 extern VSTRING *xtext_quote(VSTRING *, const char *, const char *);
25 extern VSTRING *xtext_quote_append(VSTRING *, const char *, const char *);
26 extern VSTRING *xtext_unquote(VSTRING *, const char *);
H A Dcanon_addr.h24 extern VSTRING *canon_addr_external(VSTRING *, const char *);
25 extern VSTRING *canon_addr_internal(VSTRING *, const char *);
H A Ddata_redirect.h19 char *data_redirect_file(VSTRING *, const char *);
20 char *data_redirect_map(VSTRING *, const char *);
H A Dquote_822_local.h29 extern VSTRING *quote_822_local_flags(VSTRING *, const char *, int);
30 extern VSTRING *unquote_822_local(VSTRING *, const char *);
H A Drewrite_clnt.h32 extern VSTRING *rewrite_clnt(const char *, const char *, VSTRING *);
33 extern VSTRING *rewrite_clnt_internal(const char *, const char *, VSTRING *);
H A Doff_cvt.h26 extern VSTRING *off_cvt_number(VSTRING *, off_t);
H A Ddb_common.h23 typedef void (*db_quote_callback_t)(DICT *, const char *, VSTRING *);
29 const char *, VSTRING *, db_quote_callback_t);
32 extern void db_common_sql_build_query(VSTRING *query, CFG_PARSER *parser);
H A Dquote_821_local.h26 extern VSTRING *quote_821_local_flags(VSTRING *, const char *, int);
H A Dverp_sender.h29 extern VSTRING *verp_sender(VSTRING *, const char *, const char *, const RECIPIENT *);
H A Dcanon_addr.c11 /* VSTRING *canon_addr_external(result, address)
12 /* VSTRING *result;
15 /* VSTRING *canon_addr_internal(result, address)
16 /* VSTRING *result;
59 VSTRING *canon_addr_external(VSTRING *result, const char *addr)
66 VSTRING *canon_addr_internal(VSTRING *result, const char *addr)
H A Ddeliver_flock.h25 extern int deliver_flock(int, int, VSTRING *);
H A Ddot_lockfile.h24 extern int dot_lockfile(const char *, VSTRING *);
H A Dsmtp_reply_footer.h25 extern int smtp_reply_footer(VSTRING *, ssize_t, char *, const char *,
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dhex_quote.h24 extern VSTRING *hex_quote(VSTRING *, const char *);
25 extern VSTRING *hex_unquote(VSTRING *, const char *);
H A Dbase64_code.h24 extern VSTRING *base64_encode(VSTRING *, const char *, ssize_t);
25 extern VSTRING *base64_decode(VSTRING *, const char *, ssize_t);
H A Dhex_code.h24 extern VSTRING *hex_encode(VSTRING *, const char *, ssize_t);
25 extern VSTRING *hex_decode(VSTRING *, const char *, ssize_t);
H A Dformat_tv.h24 extern VSTRING *format_tv(VSTRING *, int, int, int, int);
H A Dip_match.h24 extern char *ip_match_parse(VSTRING *, char *);
25 extern char *ip_match_save(const VSTRING *);
26 extern char *ip_match_dump(VSTRING *, const char *);
H A Dreadlline.h25 extern VSTRING *readlline(VSTRING *, VSTREAM *, int *);
H A Dvstring.h30 typedef struct VSTRING { struct
33 } VSTRING; typedef in typeref:struct:VSTRING
35 extern VSTRING *vstring_alloc(ssize_t);
36 extern void vstring_ctl(VSTRING *,...);
37 extern VSTRING *vstring_truncate(VSTRING *, ssize_t);
38 extern VSTRING *vstring_free(VSTRING *);
39 extern VSTRING *vstring_strcpy(VSTRING *, cons
[all...]
H A Dstringops.h37 extern char *sane_basename(VSTRING *, const char *);
38 extern char *sane_dirname(VSTRING *, const char *);
39 extern VSTRING *unescape(VSTRING *, const char *);
40 extern VSTRING *escape(VSTRING *, const char *, ssize_t);
H A Dnetstring.h33 extern VSTRING *netstring_get_data(VSTREAM *, VSTRING *, ssize_t);
35 extern VSTRING *netstring_get(VSTREAM *, VSTRING *, ssize_t);
39 extern VSTRING *netstring_memcpy(VSTRING *, const char *, ssize_t);
40 extern VSTRING *netstring_memcat(VSTRING *, const char *, ssize_t);
H A Ddir_forest.h24 extern char *dir_forest(VSTRING *, const char *, int);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_expand.h23 VSTRING *smtpd_expand_filter;
26 int smtpd_expand(SMTPD_STATE *, VSTRING *, const char *, int);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/trivial-rewrite/
H A Dtransport.h33 VSTRING *wildcard_channel;
34 VSTRING *wildcard_nexthop;
41 extern int transport_lookup(TRANSPORT_INFO *, const char *, const char *, VSTRING *, VSTRING *);

Completed in 85 milliseconds

1234567891011>>