Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 4 of 4) sorted by relevance

/php-uv/
H A DREADME.md2264 *resource $handle*: uv loop handle
2287 *resource $handle*: uv loop handle
2308 *resource $handle*: uv loop handle
2331 *resource $handle*: uv loop handle
2354 *resource $handle*: uv loop handle
2375 *resource $handle*: uv loop handle
2396 *resource $handle*: uv loop handle
2420 *resource $handle*: uv loop handle
2446 *resource $handle*: uv loop handle
2471 *resource $handle*: uv loop handle
[all …]
H A Dphp_uv.c2268 if (handle->repeat) {
2636 uv->uv.handle.data = uv;
2978 ZEND_ARG_INFO(0, handle)
2982 ZEND_ARG_INFO(0, handle)
2986 ZEND_ARG_INFO(0, handle)
3607 uv_ref(&uv->uv.handle);
4700 zval *handle; local
4852 zval *handle; local
4865 if (handle == NULL || Z_TYPE_P(handle) == IS_NULL) {
4868 fd = Z_LVAL_P(handle);
[all …]
H A DTODO.md11 * UV_EXTERN int uv_write2(uv_write_t* req, uv_stream_t* handle, uv_buf_t bufs[],int bufcnt, uv_stre…
12 * UV_EXTERN int uv_is_closing(const uv_handle_t* handle);
H A Dphp_uv.h161 uv_handle_t handle; member

Completed in 31 milliseconds