Home
last modified time | relevance | path

Searched refs:PHP_STREAM_OPTION_LOCKING (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/main/
H A Dphp_streams.h422 #define PHP_STREAM_OPTION_LOCKING 6 macro
427 …_stream_supports_lock(stream) (_php_stream_set_option((stream), PHP_STREAM_OPTION_LOCKING, 0, (voi…
428 #define php_stream_lock(stream, mode) _php_stream_set_option((stream), PHP_STREAM_OPTION_LOCKING, …
/PHP-8.2/main/streams/
H A Dplain_wrapper.c728 case PHP_STREAM_OPTION_LOCKING: in php_stdiop_set_option()
H A Duserspace.c918 case PHP_STREAM_OPTION_LOCKING: in php_userstreamop_set_option()

Completed in 19 milliseconds