Searched refs:flags (Results 1 – 5 of 5) sorted by relevance
/php-uv/examples/ |
H A D | spawn_fd.php | 13 $flags = 0; variable 19 }, $flags);
|
H A D | spawn.php | 12 $flags = 0; variable 18 }, $flags);
|
/php-uv/ |
H A D | php_uv.c | 816 zend_long flags; local 2333 zend_long flags = 0; local 2677 stdio->flags = 0; 4853 zend_long flags = 0; local 4866 flags = UV_IGNORE; 4917 stdio->flags = flags; 5128 zend_long flags = 0; local 5142 Z_PARAM_LONG(flags) 5168 stdio[x].flags = stdio_tmp->flags; 5249 options.flags = flags; [all …]
|
H A D | php_uv.h | 212 int flags; member
|
H A D | README.md | 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) 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) [all …]
|
Completed in 31 milliseconds