Home
last modified time | relevance | path

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

/PHP-7.2/main/streams/
H A Dxp_socket.c304 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_sockop_set_option()
444 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_sockop_set_option()
448 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_sockop_set_option()
H A Dmemory.c264 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_stream_memory_set_option()
537 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_stream_temp_set_option()
H A Dplain_wrapper.c842 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_stdiop_set_option()
877 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_stdiop_set_option()
H A Dstreams.c1321 int ret = PHP_STREAM_OPTION_RETURN_NOTIMPL; in _php_stream_set_option()
1327 if (ret == PHP_STREAM_OPTION_RETURN_NOTIMPL) { in _php_stream_set_option()
H A Duserspace.c923 int ret = PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_userstreamop_set_option()
/PHP-7.2/main/
H A Dphp_streams.h447 #define PHP_STREAM_OPTION_RETURN_NOTIMPL -2 /* underlying stream does not implement; streams can ha… macro

Completed in 38 milliseconds