Classes | Macros | Enumerations | Functions
cdecode.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_decodestate
 

Macros

#define BASE64_CDECODE_H
 

Enumerations

enum  base64_decodestep { step_a, step_b, step_c, step_d }
 

Functions

int base64_decode_block (const char *code_in, const int length_in, char *plaintext_out, base64_decodestate *state_in)
 
int base64_decode_value (char value_in)
 
void base64_init_decodestate (base64_decodestate *state_in)
 

Macro Definition Documentation

◆ BASE64_CDECODE_H

#define BASE64_CDECODE_H

Definition at line 10 of file decode.h.

Enumeration Type Documentation

◆ base64_decodestep

Enumerator
step_a 
step_b 
step_c 
step_d 

Definition at line 11 of file cdecode.h.

Function Documentation

◆ base64_decode_block()

int base64_decode_block ( const char *  code_in,
const int  length_in,
char *  plaintext_out,
base64_decodestate state_in 
)

Definition at line 26 of file cdecode.c.

◆ base64_decode_value()

int base64_decode_value ( char  value_in)

Definition at line 10 of file cdecode.c.

◆ base64_init_decodestate()

void base64_init_decodestate ( base64_decodestate state_in)

Definition at line 20 of file cdecode.c.



xmlrpcpp
Author(s): Chris Morley, Konstantin Pilipchuk, Morgan Quigley, Austin Hendrix, Dirk Thomas
autogenerated on Mon Feb 28 2022 23:33:22