Classes | Macros | Enumerations | Functions
cencode.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  base64_encodestate
 

Macros

#define BASE64_CENCODE_H
 

Enumerations

enum  base64_encodestep { step_A, step_B, step_C }
 

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)
 

Macro Definition Documentation

#define BASE64_CENCODE_H

Definition at line 10 of file encode.h.

Enumeration Type Documentation

Enumerator
step_A 
step_B 
step_C 

Definition at line 11 of file cencode.h.

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.



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