Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dmemory.c276 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_stream_memory_set_option()
541 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_stream_temp_set_option()
H A Dxp_socket.c404 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_sockop_set_option()
408 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_sockop_set_option()
H A Dplain_wrapper.c812 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_stdiop_set_option()
829 return PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_stdiop_set_option()
H A Dstreams.c1354 int ret = PHP_STREAM_OPTION_RETURN_NOTIMPL; in _php_stream_set_option()
1360 if (ret == PHP_STREAM_OPTION_RETURN_NOTIMPL) { in _php_stream_set_option()
H A Duserspace.c973 int ret = PHP_STREAM_OPTION_RETURN_NOTIMPL; in php_userstreamop_set_option()
/PHP-5.5/main/
H A Dphp_streams.h431 #define PHP_STREAM_OPTION_RETURN_NOTIMPL -2 /* underlying stream does not implement; streams can ha… macro

Completed in 46 milliseconds