ucspi-ssl  0.99e
TLS encryption for IPv6 communication
Macros | Typedefs | Functions
seek.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define seek_begin(fd)   (seek_set((fd),(seek_pos) 0))
 

Typedefs

typedef unsigned long seek_pos
 

Functions

seek_pos seek_cur (int)
 
int seek_set (int, seek_pos)
 
int seek_end (int)
 
int seek_trunc (int, seek_pos)
 

Macro Definition Documentation

◆ seek_begin

#define seek_begin (   fd)    (seek_set((fd),(seek_pos) 0))

Definition at line 15 of file seek.h.

Typedef Documentation

◆ seek_pos

typedef unsigned long seek_pos

Definition at line 6 of file seek.h.

Function Documentation

◆ seek_cur()

seek_pos seek_cur ( int  )

◆ seek_end()

int seek_end ( int  )

◆ seek_set()

int seek_set ( int  ,
seek_pos   
)

Definition at line 9 of file seek_set.c.

◆ seek_trunc()

int seek_trunc ( int  ,
seek_pos   
)