Home
last modified time | relevance | path

Searched refs:PHP_STREAM_OPTION_RETURN_NOTIMPL (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/main/streams/
H A Dmemory.c246 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_stream_memory_set_option()
525 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_stream_temp_set_option()
H A Dxp_socket.c316 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_sockop_set_option()
460 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_sockop_set_option()
H A Dplain_wrapper.c919 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_stdiop_set_option()
977 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_stdiop_set_option()
998 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_stdiop_set_option()
H A Dstreams.c1377 int ret = PHP_STREAM_OPTION_RETURN_NOTIMPL; in _php_stream_set_option()
1383 if (ret == PHP_STREAM_OPTION_RETURN_NOTIMPL) { in _php_stream_set_option()
H A Duserspace.c900 int ret = PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_userstreamop_set_option()
/PHP-8.1/main/
H A Dphp_streams.h462 #define PHP_STREAM_OPTION_RETURN_NOTIMPL -2 /* underlying stream does not implement; streams can ha… macro

Completed in 28 milliseconds