ucspi-ssl  0.99e
TLS encryption for IPv6 communication
Functions
buffer_put.c File Reference
#include "buffer.h"
#include "str.h"
#include "byte.h"
#include "error.h"
Include dependency graph for buffer_put.c:

Go to the source code of this file.

Functions

int buffer_flush (buffer *s)
 
int buffer_putalign (buffer *s, const char *buf, unsigned int len)
 
int buffer_put (buffer *s, const char *buf, unsigned int len)
 
int buffer_putflush (buffer *s, const char *buf, unsigned int len)
 
int buffer_putsalign (buffer *s, const char *buf)
 
int buffer_puts (buffer *s, const char *buf)
 
int buffer_putsflush (buffer *s, const char *buf)
 

Function Documentation

◆ buffer_flush()

int buffer_flush ( buffer s)

Definition at line 25 of file buffer_put.c.

Here is the caller graph for this function:

◆ buffer_put()

int buffer_put ( buffer s,
const char *  buf,
unsigned int  len 
)

Definition at line 49 of file buffer_put.c.

Here is the caller graph for this function:

◆ buffer_putalign()

int buffer_putalign ( buffer s,
const char *  buf,
unsigned int  len 
)

Definition at line 35 of file buffer_put.c.

Here is the caller graph for this function:

◆ buffer_putflush()

int buffer_putflush ( buffer s,
const char *  buf,
unsigned int  len 
)

Definition at line 71 of file buffer_put.c.

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

◆ buffer_puts()

int buffer_puts ( buffer s,
const char *  buf 
)

Definition at line 82 of file buffer_put.c.

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

◆ buffer_putsalign()

int buffer_putsalign ( buffer s,
const char *  buf 
)

Definition at line 77 of file buffer_put.c.

Here is the call graph for this function:

◆ buffer_putsflush()

int buffer_putsflush ( buffer s,
const char *  buf 
)

Definition at line 87 of file buffer_put.c.

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