Functions | Variables
cencode.c File Reference
#include <b64/cencode.h>
Include dependency graph for cencode.c:

Go to the source code of this file.

Functions

int base64_encode_block (const char *plaintext_in, int length_in, char *code_out, base64_encodestate *state_in)
 
int base64_encode_blockend (char *code_out, base64_encodestate *state_in)
 
char base64_encode_value (char value_in)
 
void base64_init_encodestate (base64_encodestate *state_in)
 

Variables

const int CHARS_PER_LINE = 72
 

Function Documentation

int base64_encode_block ( const char *  plaintext_in,
int  length_in,
char *  code_out,
base64_encodestate state_in 
)

Definition at line 26 of file cencode.c.

int base64_encode_blockend ( char *  code_out,
base64_encodestate state_in 
)

Definition at line 89 of file cencode.c.

char base64_encode_value ( char  value_in)

Definition at line 19 of file cencode.c.

void base64_init_encodestate ( base64_encodestate state_in)

Definition at line 12 of file cencode.c.

Variable Documentation

const int CHARS_PER_LINE = 72

Definition at line 10 of file cencode.c.



xmlrpcpp
Author(s): Chris Morley, Konstantin Pilipchuk, Morgan Quigley, Austin Hendrix
autogenerated on Sun Feb 3 2019 03:29:51