Lines Matching refs:flags
358 set Nagel's flags for specified tcp resource.
1010 ### void uv_udp_bind(resource $resource, resource $address, long $flags)
1022 *long $flags*: unused.
1054 ### void uv_udp_bind6(resource $resource, resource $address, long $flags)
1066 *long $flags*: Should be 0 or UV::UDP_IPV6ONLY
1683 ### resource uv_stdio_new(zval $fd, long $flags)
1685 …rray $stdio, string $cwd, array $env = array(), callable $callback [,long $flags, array $options])
2582 ### void uv_fs_symlink(resource $loop, string $from, string $to, long $flags, callable $callback)
2596 *long $flags*:
2694 ### uv_fs_readdir(resource $loop, string $path, long $flags, callable $callback)
2706 *long $flags*:
2744 ### resource uv_fs_event_init(resource $loop, string $path, callable $callback, long $flags = 0)
2856 *long $events*: UV::READBLE and UV::WRITABLE flags.