cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Macros | Enumerations | Functions
int_attr.c File Reference
#include "crypt.h"

Go to the source code of this file.

Macros

#define MIN_ATTRLIST_SIZE
 

Enumerations

enum  CURSOR_MOVE_TYPE {
  CURSOR_MOVE_NONE, CURSOR_MOVE_START, CURSOR_MOVE_PREV, CURSOR_MOVE_NEXT,
  CURSOR_MOVE_END, CURSOR_MOVE_LAST
}
 

Functions

CHECK_RETVAL_PTR STDC_NONNULL_ARG ((2))
 
CHECK_RETVAL_PTR STDC_NONNULL_ARG ((1, 2))
 

Macro Definition Documentation

#define MIN_ATTRLIST_SIZE
Value:
( ( 7 * sizeof( int ) ) + \
( 2 * sizeof( void * ) ) )

Definition at line 19 of file int_attr.c.

Enumeration Type Documentation

Enumerator:
CURSOR_MOVE_NONE 
CURSOR_MOVE_START 
CURSOR_MOVE_PREV 
CURSOR_MOVE_NEXT 
CURSOR_MOVE_END 
CURSOR_MOVE_LAST 

Definition at line 24 of file int_attr.c.

Function Documentation

CHECK_RETVAL_PTR STDC_NONNULL_ARG ( (2)  )

Definition at line 42 of file int_attr.c.

CHECK_RETVAL_PTR STDC_NONNULL_ARG ( (1, 2)  )

Definition at line 334 of file int_attr.c.