Lines Matching refs:check
547 * check passed ip address is valid.
548 * check port number is valid
577 * check passed ip address is valid.
578 * check port number is valid
1589 check implmentation
2017 setup check resource
2030 $check = uv_check_init(uv_default_loop());
2038 stats check loop callback. (after loop callback)
2042 *resource $handle*: uv resource handle (check)
2044 *callable $callback*: this callback parameter expects (resource $check, long $status).
2054 $check = uv_check_init($loop);
2069 uv_check_start($check, function($check, $status){
2071 uv_check_stop($check);
2082 stop check callback
2086 *resource $check*: uv resource handle (check)