| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
| Data Fields | |
| int | exclusive_input | 
| int | fd | 
| char | rbuf [2048] | 
| char * | rbufhead | 
| int | rbuflen | 
| char * | sni_hostname | 
| SSL * | ssl | 
| struct timeval | start | 
| int | timeout | 
| int | timeout_reset | 
Definition at line 39 of file iostream.c.
| int exclusive_input | 
Definition at line 45 of file iostream.c.
Referenced by ast_iostream_set_exclusive_input(), and iostream_read().
| int fd | 
Definition at line 42 of file iostream.c.
Referenced by ast_iostream_close(), ast_iostream_from_fd(), ast_iostream_get_fd(), ast_iostream_nonblock(), ast_iostream_read(), ast_iostream_start_tls(), ast_iostream_wait_for_input(), ast_iostream_write(), iostream_dtor(), and iostream_read().
| char rbuf[2048] | 
Definition at line 48 of file iostream.c.
Referenced by ast_iostream_gets().
| char* rbufhead | 
Definition at line 47 of file iostream.c.
Referenced by ast_iostream_gets(), and ast_iostream_read().
| int rbuflen | 
Definition at line 46 of file iostream.c.
Referenced by ast_iostream_gets(), and ast_iostream_read().
| char* sni_hostname | 
Definition at line 49 of file iostream.c.
Referenced by ast_iostream_set_sni_hostname(), ast_iostream_start_tls(), and iostream_dtor().
| SSL* ssl | 
Definition at line 40 of file iostream.c.
Referenced by ast_iostream_close(), ast_iostream_get_ssl(), ast_iostream_start_tls(), ast_iostream_wait_for_input(), ast_iostream_write(), and iostream_read().
| struct timeval start | 
Definition at line 41 of file iostream.c.
Referenced by ast_iostream_set_timeout_idle_inactivity(), ast_iostream_set_timeout_inactivity(), ast_iostream_set_timeout_sequence(), ast_iostream_start_tls(), ast_iostream_write(), astman_append(), iostream_dtor(), iostream_read(), and send_string().
| int timeout | 
Definition at line 43 of file iostream.c.
Referenced by ast_iostream_from_fd(), ast_iostream_set_timeout_disable(), ast_iostream_set_timeout_idle_inactivity(), ast_iostream_set_timeout_inactivity(), ast_iostream_set_timeout_sequence(), ast_iostream_write(), and iostream_read().
| int timeout_reset | 
Definition at line 44 of file iostream.c.
Referenced by ast_iostream_from_fd(), ast_iostream_set_timeout_disable(), ast_iostream_set_timeout_idle_inactivity(), ast_iostream_set_timeout_inactivity(), ast_iostream_set_timeout_sequence(), and iostream_read().