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

◆ base64_encode_block()

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.

◆ base64_encode_blockend()

int base64_encode_blockend ( char *  code_out,
base64_encodestate state_in 
)

Definition at line 89 of file cencode.c.

◆ base64_encode_value()

char base64_encode_value ( char  value_in)

Definition at line 19 of file cencode.c.

◆ base64_init_encodestate()

void base64_init_encodestate ( base64_encodestate state_in)

Definition at line 12 of file cencode.c.

Variable Documentation

◆ CHARS_PER_LINE

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, Dirk Thomas , Jacob Perron
autogenerated on Thu Nov 23 2023 04:01:41