Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dxp_socket.c314 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_sockop_set_option()
454 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_sockop_set_option()
458 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_sockop_set_option()
H A Dmemory.c260 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_stream_memory_set_option()
556 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_stream_temp_set_option()
H A Dplain_wrapper.c882 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_stdiop_set_option()
948 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_stdiop_set_option()
H A Dstreams.c1379 int ret = PHP_STREAM_OPTION_RETURN_NOTIMPL; in _php_stream_set_option()
1385 if (ret == PHP_STREAM_OPTION_RETURN_NOTIMPL) { in _php_stream_set_option()
H A Duserspace.c935 int ret = PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_userstreamop_set_option()
/PHP-7.4/main/
H A Dphp_streams.h447 #define PHP_STREAM_OPTION_RETURN_NOTIMPL -2 /* underlying stream does not implement; streams can ha… macro

Completed in 25 milliseconds