webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
b64_struct Struct Reference

Public Attributes

int buf_len
 
int buf_off
 
int tmp_len
 
int tmp_nl
 
int encode
 
int start
 
int cont
 
EVP_ENCODE_CTX base64
 
char buf [EVP_ENCODE_LENGTH(B64_BLOCK_SIZE)+10]
 
char tmp [B64_BLOCK_SIZE]
 

Member Data Documentation

◆ base64

EVP_ENCODE_CTX b64_struct::base64

◆ buf

char b64_struct::buf[EVP_ENCODE_LENGTH(B64_BLOCK_SIZE)+10]

◆ buf_len

int b64_struct::buf_len

◆ buf_off

int b64_struct::buf_off

◆ cont

int b64_struct::cont

◆ encode

int b64_struct::encode

◆ start

int b64_struct::start

◆ tmp

char b64_struct::tmp[B64_BLOCK_SIZE]

◆ tmp_len

int b64_struct::tmp_len

◆ tmp_nl

int b64_struct::tmp_nl

The documentation for this struct was generated from the following file: