Home
last modified time | relevance | path

Searched defs:enable_coroutine (Results 1 – 7 of 7) sorted by relevance

/dports/devel/pecl-swoole/swoole-4.8.5/
H A Dphp_swoole.h51 zend_bool enable_coroutine; variable
/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dphp_swoole_cxx.cc75 …call_info_cache *fci_cache, uint32_t argc, zval *argv, zval *retval, const bool enable_coroutine) { in call()
H A Dphp_swoole_cxx.h389 bool enable_coroutine; variable
391 Process(enum PipeType pipe_type, bool enable_coroutine) in Process()
H A Dswoole_process_pool.cc30 bool enable_coroutine; member
293 zend_bool enable_coroutine = 0; in PHP_METHOD() local
H A Dswoole_process.cc356 zend_bool enable_coroutine = false; in PHP_METHOD() local
/dports/devel/pecl-swoole/swoole-4.8.5/tests/include/
H A Dfunctions.php623 …ol $redirect_stdin_and_stdout = false, int $pipe_type = SOCK_DGRAM, bool $enable_coroutine = false)
/dports/devel/pecl-swoole/swoole-4.8.5/include/
H A Dswoole_server.h829 bool enable_coroutine = true; variable