#include <php_stream_transport.h>
Definition at line 123 of file php_stream_transport.h.
◆ anonymous enum
Enumerator |
---|
STREAM_XPORT_OP_BIND | |
STREAM_XPORT_OP_CONNECT | |
STREAM_XPORT_OP_LISTEN | |
STREAM_XPORT_OP_ACCEPT | |
STREAM_XPORT_OP_CONNECT_ASYNC | |
STREAM_XPORT_OP_GET_NAME | |
STREAM_XPORT_OP_GET_PEER_NAME | |
STREAM_XPORT_OP_RECV | |
STREAM_XPORT_OP_SEND | |
STREAM_XPORT_OP_SHUTDOWN | |
Definition at line 124 of file php_stream_transport.h.
◆ addr
struct sockaddr* _php_stream_xport_param::addr |
◆ addrlen
◆ backlog
int _php_stream_xport_param::backlog |
◆ buf
char* _php_stream_xport_param::buf |
◆ buflen
size_t _php_stream_xport_param::buflen |
◆ client
◆ error_code
int _php_stream_xport_param::error_code |
◆ error_text
◆ flags
int _php_stream_xport_param::flags |
◆ how
unsigned int _php_stream_xport_param::how |
◆ [struct]
struct { ... } _php_stream_xport_param::inputs |
◆ name
char* _php_stream_xport_param::name |
◆ namelen
size_t _php_stream_xport_param::namelen |
◆ []
enum { ... } _php_stream_xport_param::op |
◆ [struct]
struct { ... } _php_stream_xport_param::outputs |
◆ returncode
int _php_stream_xport_param::returncode |
◆ textaddr
◆ timeout
struct timeval* _php_stream_xport_param::timeout |
◆ want_addr
unsigned int _php_stream_xport_param::want_addr |
◆ want_errortext
unsigned int _php_stream_xport_param::want_errortext |
◆ want_textaddr
unsigned int _php_stream_xport_param::want_textaddr |
The documentation for this struct was generated from the following file: