Home
last modified time | relevance | path

Searched refs:PHP_SSH2_CHANNEL_STREAM_NAME (Results 1 – 2 of 2) sorted by last modified time

/dports/security/pecl-ssh2/ssh2-1.3.1/
H A Dssh2_fopen_wrappers.c222 PHP_SSH2_CHANNEL_STREAM_NAME,
1413 php_error_docref(NULL, E_WARNING, "Provided stream is not of type " PHP_SSH2_CHANNEL_STREAM_NAME); in PHP_FUNCTION()
1463 php_error_docref(NULL, E_WARNING, "Provided stream is not of type " PHP_SSH2_CHANNEL_STREAM_NAME); in PHP_FUNCTION()
H A Dphp_ssh2.h45 #define PHP_SSH2_CHANNEL_STREAM_NAME "SSH2 Channel" macro