mess822x 1.27
mess822x
Loading...
Searching...
No Matches
Data Structures | Functions
qmail.h File Reference
#include "buffer.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
 

Functions

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

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:

◆ qmail_fail()

void qmail_fail ( struct qmail qq)

Definition at line 58 of file qmail.c.

◆ 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:

◆ qmail_open()

int qmail_open ( struct qmail qq)

Definition at line 21 of file qmail.c.

◆ 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.

◆ 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: