OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
err_state_st Struct Reference

#include <err.h>

Public Attributes

CRYPTO_THREADID tid
 
int err_flags [ERR_NUM_ERRORS]
 
unsigned long err_buffer [ERR_NUM_ERRORS]
 
char * err_data [ERR_NUM_ERRORS]
 
int err_data_flags [ERR_NUM_ERRORS]
 
const char * err_file [ERR_NUM_ERRORS]
 
int err_line [ERR_NUM_ERRORS]
 
int top
 
int bottom
 

Detailed Description

Definition at line 148 of file err.h.

Member Data Documentation

int err_state_st::bottom

Definition at line 157 of file err.h.

unsigned long err_state_st::err_buffer

Definition at line 152 of file err.h.

char * err_state_st::err_data

Definition at line 153 of file err.h.

int err_state_st::err_data_flags

Definition at line 154 of file err.h.

const char * err_state_st::err_file

Definition at line 155 of file err.h.

int err_state_st::err_flags

Definition at line 151 of file err.h.

int err_state_st::err_line

Definition at line 156 of file err.h.

CRYPTO_THREADID err_state_st::tid

Definition at line 150 of file err.h.

int err_state_st::top

Definition at line 157 of file err.h.


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