|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php.h>#include "php_sockets.h"#include "sendrecvmsg.h"#include "conversions.h"#include <limits.h>#include <Zend/zend_llist.h>Go to the source code of this file.
Macros | |
| #define | MAX_USER_BUFF_SIZE ((size_t)(100*1024*1024)) |
| #define | DEFAULT_BUFF_SIZE 8192 |
| #define | MAX_ARRAY_KEY_SIZE 128 |
| #define | LONG_CHECK_VALID_INT(l, arg_pos) |
| #define | PUT_ENTRY(sizev, var_size, calc, from, to, level, type) |
Functions | |
| ancillary_reg_entry * | get_ancillary_reg_entry (int cmsg_level, int msg_type) |
| PHP_FUNCTION (socket_sendmsg) | |
| PHP_FUNCTION (socket_recvmsg) | |
| PHP_FUNCTION (socket_cmsg_space) | |
| void | php_socket_sendrecvmsg_init (INIT_FUNC_ARGS) |
| void | php_socket_sendrecvmsg_shutdown (SHUTDOWN_FUNC_ARGS) |
| #define DEFAULT_BUFF_SIZE 8192 |
Definition at line 32 of file sendrecvmsg.c.
| #define LONG_CHECK_VALID_INT | ( | l, | |
| arg_pos ) |
Definition at line 71 of file sendrecvmsg.c.
| #define MAX_ARRAY_KEY_SIZE 128 |
Definition at line 33 of file sendrecvmsg.c.
| #define MAX_USER_BUFF_SIZE ((size_t)(100*1024*1024)) |
Definition at line 31 of file sendrecvmsg.c.
| ancillary_reg_entry * get_ancillary_reg_entry | ( | int | cmsg_level, |
| int | msg_type ) |
Definition at line 156 of file sendrecvmsg.c.
| PHP_FUNCTION | ( | socket_cmsg_space | ) |
Definition at line 284 of file sendrecvmsg.c.
| PHP_FUNCTION | ( | socket_recvmsg | ) |
Definition at line 219 of file sendrecvmsg.c.
| PHP_FUNCTION | ( | socket_sendmsg | ) |
Definition at line 178 of file sendrecvmsg.c.
| void php_socket_sendrecvmsg_init | ( | INIT_FUNC_ARGS | ) |
Definition at line 423 of file sendrecvmsg.c.
| void php_socket_sendrecvmsg_shutdown | ( | SHUTDOWN_FUNC_ARGS | ) |
Definition at line 430 of file sendrecvmsg.c.
| HashTable ht |
Definition at line 81 of file sendrecvmsg.c.
| int initialized |
Definition at line 80 of file sendrecvmsg.c.