Home
last modified time | relevance | path

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

/php-uv/
H A Dphp_uv.c224 #define PHP_UV_FS_ASYNC(loop, func, ...) \ argument
225 error = uv_fs_##func(&loop->loop, (uv_fs_t*)&uv->uv.fs, __VA_ARGS__, php_uv_fs_cb); \
228 php_error_docref(NULL, E_WARNING, "uv_" #func " failed"); \

Completed in 27 milliseconds