s/qmail  3.3.23
Next generation secure email transport
Functions
substdi.c File Reference
#include "substdio.h"
#include "byte.h"
#include "error.h"
Include dependency graph for substdi.c:

Go to the source code of this file.

Functions

int substdio_feed (register substdio *s)
 
int substdio_bget (register substdio *s, register char *buf, register int len)
 
int substdio_get (register substdio *s, register char *buf, register int len)
 
char * substdio_peek (register substdio *s)
 
void substdio_seek (register substdio *s, register int len)
 

Function Documentation

◆ substdio_bget()

int substdio_bget ( register substdio s,
register char *  buf,
register int  len 
)

Definition at line 45 of file substdi.c.

◆ substdio_feed()

int substdio_feed ( register substdio s)

Definition at line 29 of file substdi.c.

Here is the caller graph for this function:

◆ substdio_get()

int substdio_get ( register substdio s,
register char *  buf,
register int  len 
)

Definition at line 55 of file substdi.c.

Here is the caller graph for this function:

◆ substdio_peek()

char* substdio_peek ( register substdio s)

Definition at line 65 of file substdi.c.

◆ substdio_seek()

void substdio_seek ( register substdio s,
register int  len 
)

Definition at line 70 of file substdi.c.

Here is the caller graph for this function: