Assimp  v4.1. (December 2018)
cencode.c File Reference

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 
)

◆ base64_encode_blockend()

int base64_encode_blockend ( char *  code_out,
base64_encodestate state_in 
)

◆ base64_encode_value()

char base64_encode_value ( char  value_in)

◆ base64_init_encodestate()

void base64_init_encodestate ( base64_encodestate state_in)

Variable Documentation

◆ CHARS_PER_LINE

const int CHARS_PER_LINE = 72