Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_iostream Struct Reference

Data Fields

int exclusive_input
 
int fd
 
char rbuf [2048]
 
char * rbufhead
 
int rbuflen
 
SSLssl
 
struct timeval start
 
int timeout
 
int timeout_reset
 

Detailed Description

Definition at line 39 of file iostream.c.

Field Documentation

◆ exclusive_input

int exclusive_input

Definition at line 45 of file iostream.c.

Referenced by ast_iostream_set_exclusive_input(), and iostream_read().

◆ fd

int fd

◆ rbuf

char rbuf[2048]

Definition at line 48 of file iostream.c.

Referenced by ast_iostream_gets().

◆ rbufhead

char* rbufhead

Definition at line 47 of file iostream.c.

Referenced by ast_iostream_gets(), and ast_iostream_read().

◆ rbuflen

int rbuflen

Definition at line 46 of file iostream.c.

Referenced by ast_iostream_gets(), and ast_iostream_read().

◆ ssl

SSL* ssl

◆ start

struct timeval start

◆ timeout

int timeout

◆ timeout_reset

int timeout_reset

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