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

#include <str_locl.h>

Public Attributes

char * name
 
STORE_INITIALISE_FUNC_PTR init
 
STORE_CLEANUP_FUNC_PTR clean
 
STORE_GENERATE_OBJECT_FUNC_PTR generate_object
 
STORE_GET_OBJECT_FUNC_PTR get_object
 
STORE_STORE_OBJECT_FUNC_PTR store_object
 
STORE_MODIFY_OBJECT_FUNC_PTR modify_object
 
STORE_HANDLE_OBJECT_FUNC_PTR revoke_object
 
STORE_HANDLE_OBJECT_FUNC_PTR delete_object
 
STORE_START_OBJECT_FUNC_PTR list_object_start
 
STORE_NEXT_OBJECT_FUNC_PTR list_object_next
 
STORE_END_OBJECT_FUNC_PTR list_object_end
 
STORE_END_OBJECT_FUNC_PTR list_object_endp
 
STORE_GENERIC_FUNC_PTR update_store
 
STORE_GENERIC_FUNC_PTR lock_store
 
STORE_GENERIC_FUNC_PTR unlock_store
 
STORE_CTRL_FUNC_PTR ctrl
 

Detailed Description

Definition at line 69 of file str_locl.h.

Member Data Documentation

STORE_CLEANUP_FUNC_PTR store_method_st::clean

Definition at line 79 of file str_locl.h.

STORE_CTRL_FUNC_PTR store_method_st::ctrl

Definition at line 108 of file str_locl.h.

STORE_HANDLE_OBJECT_FUNC_PTR store_method_st::delete_object

Definition at line 93 of file str_locl.h.

STORE_GENERATE_OBJECT_FUNC_PTR store_method_st::generate_object

Definition at line 81 of file str_locl.h.

STORE_GET_OBJECT_FUNC_PTR store_method_st::get_object

Definition at line 85 of file str_locl.h.

STORE_INITIALISE_FUNC_PTR store_method_st::init

Definition at line 77 of file str_locl.h.

STORE_END_OBJECT_FUNC_PTR store_method_st::list_object_end

Definition at line 98 of file str_locl.h.

STORE_END_OBJECT_FUNC_PTR store_method_st::list_object_endp

Definition at line 99 of file str_locl.h.

STORE_NEXT_OBJECT_FUNC_PTR store_method_st::list_object_next

Definition at line 97 of file str_locl.h.

STORE_START_OBJECT_FUNC_PTR store_method_st::list_object_start

Definition at line 96 of file str_locl.h.

STORE_GENERIC_FUNC_PTR store_method_st::lock_store

Definition at line 103 of file str_locl.h.

STORE_MODIFY_OBJECT_FUNC_PTR store_method_st::modify_object

Definition at line 89 of file str_locl.h.

char* store_method_st::name

Definition at line 71 of file str_locl.h.

STORE_HANDLE_OBJECT_FUNC_PTR store_method_st::revoke_object

Definition at line 91 of file str_locl.h.

STORE_STORE_OBJECT_FUNC_PTR store_method_st::store_object

Definition at line 87 of file str_locl.h.

STORE_GENERIC_FUNC_PTR store_method_st::unlock_store

Definition at line 105 of file str_locl.h.

STORE_GENERIC_FUNC_PTR store_method_st::update_store

Definition at line 101 of file str_locl.h.


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