ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
qmail.c File Reference
#include <unistd.h>
#include "buffer.h"
#include "readwrite.h"
#include "wait.h"
#include "env.h"
#include "str.h"
#include "exit.h"
#include "fd.h"
#include "qmail.h"
#include "auto_qmail.h"
#include "alloc.h"
#include "stralloc.h"
#include "idx.h"
Include dependency graph for qmail.c:

Go to the source code of this file.

Macros

#define WHO   "qmail"

Functions

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

Detailed Description

Author
Bruce Guenter
Date
2005-01-04 19:49:36Z

Definition in file qmail.c.

Macro Definition Documentation

◆ WHO

#define WHO   "qmail"

Definition at line 15 of file qmail.c.

Function Documentation

◆ qmail_close()

const char * qmail_close ( struct qmail * qq)

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)

Definition at line 82 of file qmail.c.

◆ qmail_from()

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

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 )

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 )

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 )

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)

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 )

Definition at line 113 of file qmail.c.

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