Home
last modified time | relevance | path

Searched refs:SW_INPUT_BUFFER_SIZE (Results 1 – 9 of 9) sorted by relevance

/dports/devel/pecl-swoole/swoole-4.8.5/include/
H A Dswoole_config.h150 #define SW_INPUT_BUFFER_SIZE (2 * 1024 * 1024) macro
H A Dswoole_coroutine_socket.h470 protocol.package_max_length = SW_INPUT_BUFFER_SIZE; in init_options()
H A Dswoole_server.h857 uint32_t input_buffer_size = SW_INPUT_BUFFER_SIZE;
/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dswoole_process_pool.cc337 pool->set_protocol(0, SW_INPUT_BUFFER_SIZE); in PHP_METHOD()
H A Dswoole_client.cc440 cli->protocol.package_max_length = SW_INPUT_BUFFER_SIZE; in php_swoole_client_check_setting()
H A Dswoole_socket_coro.cc1058 sock->protocol.package_max_length = SW_INPUT_BUFFER_SIZE; in php_swoole_socket_set_protocol()
/dports/devel/pecl-swoole/swoole-4.8.5/src/server/
H A Dport.cc40 protocol.package_max_length = SW_INPUT_BUFFER_SIZE; in get_packet_buffer()
/dports/devel/pecl-swoole/swoole-4.8.5/core-tests/src/_lib/
H A Dhttp.cpp47 proto.package_max_length = SW_INPUT_BUFFER_SIZE; in Recv()
/dports/devel/pecl-swoole/swoole-4.8.5/src/network/
H A Dclient.cc106 protocol.package_max_length = SW_INPUT_BUFFER_SIZE;