s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
Functions
qmail.c File Reference
#include <unistd.h>
#include "readwrite.h"
#include "buffer.h"
#include "wait.h"
#include "exit.h"
#include "fd.h"
#include "qmail.h"
#include "auto_qmail.h"
#include "env.h"
Include dependency graph for qmail.c:

Go to the source code of this file.

Functions

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

Function Documentation

◆ qmail_close()

char * qmail_close ( struct qmail qq)

Definition at line 90 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 58 of file qmail.c.

Here is the caller graph for this function:

◆ qmail_from()

void qmail_from ( struct qmail qq,
char *  s 
)

Definition at line 73 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)

Definition at line 21 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,
char *  s,
int  len 
)

Definition at line 63 of file qmail.c.

Here is the caller graph for this function:

◆ qmail_puts()

void qmail_puts ( struct qmail qq,
char *  s 
)

Definition at line 68 of file qmail.c.

Here is the caller graph for this function:

◆ qmail_qp()

unsigned long qmail_qp ( struct qmail qq)

Definition at line 53 of file qmail.c.

Here is the caller graph for this function:

◆ qmail_to()

void qmail_to ( struct qmail qq,
char *  s 
)

Definition at line 83 of file qmail.c.

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