HomeSort by: relevance | last modified time | path
    Searched refs:VSTREAM (Results 1 - 25 of 264) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/external/ibm-public/postfix/dist/src/postqueue/
postqueue.h 16 extern void showq_compat(VSTREAM *);
21 extern void showq_json(VSTREAM *);
  /src/external/ibm-public/postfix/dist/src/postscreen/
postscreen_haproxy.h 16 extern void psc_endpt_haproxy_lookup(VSTREAM *, PSC_ENDPT_LOOKUP_FN);
  /src/external/ibm-public/postfix/dist/src/global/
memcache_proto.h 19 extern int memcache_get(VSTREAM *, VSTRING *, ssize_t);
20 extern int memcache_vprintf(VSTREAM *, const char *, va_list);
21 extern int PRINTFLIKE(2, 3) memcache_printf(VSTREAM *, const char *fmt,...);
22 extern int memcache_fread(VSTREAM *, VSTRING *, ssize_t);
23 extern int memcache_fwrite(VSTREAM *, const char *, ssize_t);
post_mail.h 19 #include <vstream.h>
33 typedef void (*POST_MAIL_NOTIFY) (VSTREAM *, void *);
34 extern VSTREAM *post_mail_fopen(const char *, const char *, int, int, int, VSTRING *);
35 extern VSTREAM *post_mail_fopen_nowait(const char *, const char *, int, int, int, VSTRING *);
37 extern int PRINTFLIKE(2, 3) post_mail_fprintf(VSTREAM *, const char *,...);
38 extern int post_mail_fputs(VSTREAM *, const char *);
39 extern int post_mail_buffer(VSTREAM *, const char *, int);
40 extern int post_mail_fclose(VSTREAM *);
42 extern void post_mail_fclose_async(VSTREAM *, POST_MAIL_FCLOSE_NOTIFY, void *);
smtp_stream.h 26 #include <vstream.h>
38 extern void smtp_stream_setup(VSTREAM *, int, int, int);
39 extern void PRINTFLIKE(2, 3) smtp_printf(VSTREAM *, const char *,...);
40 extern void smtp_flush(VSTREAM *);
41 extern int smtp_fgetc(VSTREAM *);
42 extern int smtp_get(VSTRING *, VSTREAM *, ssize_t, int);
43 extern int smtp_get_noexcept(VSTRING *, VSTREAM *, ssize_t, int);
44 extern void smtp_fputs(const char *, ssize_t len, VSTREAM *);
45 extern void smtp_fwrite(const char *, ssize_t len, VSTREAM *);
46 extern void smtp_fread_buf(VSTRING *, ssize_t len, VSTREAM *);
    [all...]
deliver_completed.h 19 #include <vstream.h>
24 extern void deliver_completed(VSTREAM *, long);
mark_corrupt.h 19 #include <vstream.h>
24 extern int mark_corrupt(VSTREAM *);
timed_ipc.h 19 #include <vstream.h>
24 extern void timed_ipc_setup(VSTREAM *);
clnt_stream.h 19 #include <vstream.h>
25 typedef int (*CLNT_STREAM_HANDSHAKE_FN) (VSTREAM *);
29 extern VSTREAM *clnt_stream_access(CLNT_STREAM *);
dsb_scan.h 19 #include <vstream.h>
30 extern int dsb_scan(ATTR_SCAN_COMMON_FN, VSTREAM *, int, void *);
dsn_print.h 19 #include <vstream.h>
30 extern int dsn_print(ATTR_PRINT_COMMON_FN, VSTREAM *, int, const void *);
rcpt_print.h 19 #include <vstream.h>
30 extern int rcpt_print(ATTR_SCAN_COMMON_FN, VSTREAM *, int, const void *);
rec_streamlf.h 20 #include <vstream.h>
30 extern int rec_streamlf_get(VSTREAM *, VSTRING *, int);
31 extern int rec_streamlf_put(VSTREAM *, int, const char *, int);
record.h 25 #include <vstream.h>
37 extern int rec_get_raw(VSTREAM *, VSTRING *, ssize_t, int);
38 extern int rec_put(VSTREAM *, int, const char *, ssize_t);
39 extern int rec_put_type(VSTREAM *, int, off_t);
40 extern int PRINTFLIKE(3, 4) rec_fprintf(VSTREAM *, int, const char *,...);
41 extern int rec_fputs(VSTREAM *, int, const char *);
42 extern int rec_goto(VSTREAM *, const char *);
43 extern int rec_pad(VSTREAM *, int, ssize_t);
71 extern int rec_vfprintf(VSTREAM *, int, const char *, va_list);
  /src/external/ibm-public/postfix/dist/src/util/
logwriter.h 19 #include <vstream.h>
24 extern VSTREAM *logwriter_open_or_die(const char *);
25 extern int logwriter_write(VSTREAM *, const char *, ssize_t);
26 extern int logwriter_close(VSTREAM *);
netstring.h 20 #include <vstream.h>
30 extern void netstring_except(VSTREAM *, int);
31 extern void netstring_setup(VSTREAM *, int);
32 extern ssize_t netstring_get_length(VSTREAM *);
33 extern VSTRING *netstring_get_data(VSTREAM *, VSTRING *, ssize_t);
34 extern void netstring_get_terminator(VSTREAM *);
35 extern VSTRING *netstring_get(VSTREAM *, VSTRING *, ssize_t);
36 extern void netstring_put(VSTREAM *, const char *, ssize_t);
37 extern void netstring_put_multi(VSTREAM *,...);
38 extern void netstring_fflush(VSTREAM *);
    [all...]
load_file.h 19 typedef void (*LOAD_FILE_FN) (VSTREAM *, void *);
msg_vstream.h 10 /* direct diagnostics to VSTREAM
18 #include <vstream.h>
23 extern void msg_vstream_init(const char *, VSTREAM *);
argv_attr.h 22 #include <vstream.h>
31 extern int argv_attr_print(ATTR_PRINT_COMMON_FN, VSTREAM *, int, const void *);
32 extern int argv_attr_scan(ATTR_SCAN_COMMON_FN, VSTREAM *, int, void *);
attr_clnt.h 30 typedef int (*ATTR_CLNT_PRINT_FN) (VSTREAM *, int, va_list);
31 typedef int (*ATTR_CLNT_SCAN_FN) (VSTREAM *, int, va_list);
32 typedef int (*ATTR_CLNT_HANDSHAKE_FN) (VSTREAM *);
open_lock.h 24 #include <vstream.h>
30 extern VSTREAM *open_lock(const char *, int, mode_t, VSTRING *);
open_as.h 20 #include <vstream.h>
25 extern VSTREAM *vstream_fopen_as(const char *, int, mode_t, uid_t, gid_t);
  /src/external/ibm-public/postfix/dist/src/bounce/
bounce_service.h 86 VSTREAM *orig_fp; /* open queue file */
103 extern int bounce_header(VSTREAM *, BOUNCE_INFO *, const char *, int);
104 extern int bounce_boilerplate(VSTREAM *, BOUNCE_INFO *);
105 extern int bounce_recipient_log(VSTREAM *, BOUNCE_INFO *);
106 extern int bounce_diagnostic_log(VSTREAM *, BOUNCE_INFO *, int);
107 extern int bounce_header_dsn(VSTREAM *, BOUNCE_INFO *);
108 extern int bounce_recipient_dsn(VSTREAM *, BOUNCE_INFO *);
109 extern int bounce_diagnostic_dsn(VSTREAM *, BOUNCE_INFO *, int);
110 extern int bounce_original(VSTREAM *, BOUNCE_INFO *, int);
bounce_template.h 19 #include <vstream.h>
55 typedef int PRINTFPTRLIKE(2, 3) (*BOUNCE_XP_PRN_FN) (VSTREAM *, const char *,...);
56 typedef int (*BOUNCE_XP_PUT_FN) (VSTREAM *, const char *);
61 extern void bounce_template_headers(BOUNCE_XP_PRN_FN, VSTREAM *, BOUNCE_TEMPLATE *, const char *, int);
62 extern void bounce_template_expand(BOUNCE_XP_PUT_FN, VSTREAM *, BOUNCE_TEMPLATE *);
63 extern void bounce_template_dump(VSTREAM *, BOUNCE_TEMPLATE *);
81 void bounce_templates_load(VSTREAM *, BOUNCE_TEMPLATES *);
82 void bounce_templates_expand(VSTREAM *, BOUNCE_TEMPLATES *);
83 void bounce_templates_dump(VSTREAM *, BOUNCE_TEMPLATES *);
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_proxy.h 17 #include <vstream.h>
24 typedef int PRINTFPTRLIKE(3, 4) (*SMTPD_PROXY_REC_FPRINTF_FN) (VSTREAM *, int, const char *,...);
25 typedef int (*SMTPD_PROXY_REC_PUT_FN) (VSTREAM *, int, const char *, ssize_t);
29 VSTREAM *stream;
37 VSTREAM *service_stream;

Completed in 77 milliseconds

1 2 3 4 5 6 7 8 91011