Lines Matching refs:port
63 func Ch_communicate(port) argument
68 let handle = ch_open(s:localhost . a:port, s:chopt)
80 call assert_equal(a:port, string(dict.port))
260 func Ch_two_channels(port) argument
261 let handle = ch_open(s:localhost . a:port, s:chopt)
270 let newhandle = ch_open(s:localhost . a:port, s:chopt)
296 func Ch_server_crash(port) argument
297 let handle = ch_open(s:localhost . a:port, s:chopt)
325 func Ch_channel_handler(port) argument
326 let handle = ch_open(s:localhost . a:port, s:chopt)
369 func Ch_channel_zero(port) argument
370 let handle = (s:localhost .. a:port)->ch_open(s:chopt)
438 func Ch_raw_one_time_callback(port) argument
439 let handle = ch_open(s:localhost . a:port, s:chopt)
467 " Test that trying to connect to a non-existing port fails quickly.
475 " Oops, port does exists.
489 " Oops, port does exists.
1395 func Ch_unlet_handle(port) argument
1396 let s:channelfd = ch_open(s:localhost . a:port, s:chopt)
1419 func Ch_close_handle(port) argument
1420 let s:channelfd = ch_open(s:localhost . a:port, s:chopt)
1436 func Ch_open_ipv6(port) argument
1437 let handle = ch_open('[::1]:' .. a:port, s:chopt)
1474 func Ch_open_delay(port) argument
1475 " Wait up to a second for the port to open.
1477 let channel = ch_open(s:localhost . a:port, s:chopt)
1487 " The server will wait half a second before creating the port.
1502 function Ch_test_call(port) argument
1503 let handle = ch_open(s:localhost . a:port, s:chopt)
1534 function Ch_test_exit_callback(port) argument
1602 function Ch_test_close_callback(port) argument
1603 let handle = ch_open(s:localhost . a:port, s:chopt)
1623 function Ch_test_close_partial(port) argument
1624 let handle = ch_open(s:localhost . a:port, s:chopt)
1917 function Ch_test_close_lambda(port) argument
1918 let handle = ch_open(s:localhost . a:port, s:chopt)