cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Functions
stream.c File Reference
#include <stdio.h>
#include <stdarg.h>
#include "io/stream_int.h"

Go to the source code of this file.

Functions

CHECK_RETVAL STDC_NONNULL_ARG ((1, 2, 4))
 
CHECK_RETVAL STDC_NONNULL_ARG ((1))
 
 CHECK_RETVAL_RANGE (MAX_ERROR, 0xFF)
 
CHECK_RETVAL STDC_NONNULL_ARG ((1, 2))
 
int sflush (STREAM *stream)
 
 CHECK_RETVAL_RANGE (0, MAX_INTLENGTH)
 
CHECK_RETVAL STDC_NONNULL_ARG ((1, 2, 3))
 

Function Documentation

CHECK_RETVAL_RANGE ( MAX_ERROR  ,
0xFF   
)

Definition at line 356 of file stream.c.

CHECK_RETVAL_RANGE ( ,
MAX_INTLENGTH   
)

Definition at line 1089 of file stream.c.

int sflush ( STREAM stream)

Definition at line 894 of file stream.c.

CHECK_RETVAL STDC_NONNULL_ARG ( (1, 2, 4)  )

Definition at line 18 of file stream.c.

CHECK_RETVAL STDC_NONNULL_ARG ( (1)  )

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Definition at line 184 of file stream.c.

CHECK_RETVAL STDC_NONNULL_ARG ( (1, 2)  )

Definition at line 408 of file stream.c.

CHECK_RETVAL STDC_NONNULL_ARG ( (1, 2, 3)  )

Definition at line 1565 of file stream.c.