ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
qmail.h File Reference
#include "buffer.h"
#include "stralloc.h"
Include dependency graph for qmail.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  qmail

Macros

#define BUFFER_QMAIL   8192

Functions

int qmail_open (struct qmail *, const stralloc *)
void qmail_put (struct qmail *, const char *, int)
void qmail_puts (struct qmail *, const char *)
void qmail_from (struct qmail *, const char *)
void qmail_to (struct qmail *, const char *)
void qmail_fail (struct qmail *)
const char * qmail_close (struct qmail *)
unsigned long qmail_qp (struct qmail *)

Macro Definition Documentation

◆ BUFFER_QMAIL

#define BUFFER_QMAIL   8192

Definition at line 7 of file qmail.h.

Function Documentation

◆ qmail_close()

const char * qmail_close ( struct qmail * qq)
extern

Definition at line 120 of file qmail.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ qmail_fail()

void qmail_fail ( struct qmail * qq)
extern

Definition at line 82 of file qmail.c.

◆ qmail_from()

void qmail_from ( struct qmail * qq,
const char * s )
extern

Definition at line 103 of file qmail.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ qmail_open()

int qmail_open ( struct qmail * qq,
const stralloc * sa )
extern

Definition at line 25 of file qmail.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ qmail_put()

void qmail_put ( struct qmail * qq,
const char * s,
int len )
extern

Definition at line 87 of file qmail.c.

Here is the caller graph for this function:

◆ qmail_puts()

void qmail_puts ( struct qmail * qq,
const char * s )
extern

Definition at line 94 of file qmail.c.

Here is the caller graph for this function:

◆ qmail_qp()

unsigned long qmail_qp ( struct qmail * qq)
extern

Definition at line 77 of file qmail.c.

Here is the caller graph for this function:

◆ qmail_to()

void qmail_to ( struct qmail * qq,
const char * s )
extern

Definition at line 113 of file qmail.c.

Here is the call graph for this function:
Here is the caller graph for this function: