Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cs_base64_ctx Struct Reference

#include <rcdaq/blob/master/mongoose.h>

Public Attributes

cs_base64_putc_t b64_putc
 
unsigned char chunk [3]
 
int chunk_size
 
void * user_data
 

Detailed Description

Definition at line 1012 of file mongoose.h.

View newest version in sPHENIX GitHub at line 1012 of file mongoose.h

Member Data Documentation

cs_base64_putc_t cs_base64_ctx::b64_putc

Definition at line 1014 of file mongoose.h.

View newest version in sPHENIX GitHub at line 1014 of file mongoose.h

Referenced by cs_base64_emit_code(), cs_base64_finish(), and cs_base64_init().

unsigned char cs_base64_ctx::chunk[3]

Definition at line 1015 of file mongoose.h.

View newest version in sPHENIX GitHub at line 1015 of file mongoose.h

Referenced by cs_base64_emit_chunk(), cs_base64_finish(), and cs_base64_update().

int cs_base64_ctx::chunk_size

Definition at line 1016 of file mongoose.h.

View newest version in sPHENIX GitHub at line 1016 of file mongoose.h

Referenced by cs_base64_emit_chunk(), cs_base64_finish(), cs_base64_init(), and cs_base64_update().

void* cs_base64_ctx::user_data

Definition at line 1017 of file mongoose.h.

View newest version in sPHENIX GitHub at line 1017 of file mongoose.h

Referenced by cs_base64_emit_code(), cs_base64_finish(), and cs_base64_init().


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