Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_streams.h411 #define PHP_STREAM_OPTION_LOCKING 6 macro
416 …_stream_supports_lock(stream) (_php_stream_set_option((stream), PHP_STREAM_OPTION_LOCKING, 0, (voi…
417 #define php_stream_lock(stream, mode) _php_stream_set_option((stream), PHP_STREAM_OPTION_LOCKING, …
/PHP-7.4/main/streams/
H A Duserspace.c954 case PHP_STREAM_OPTION_LOCKING: in php_userstreamop_set_option()
H A Dplain_wrapper.c691 case PHP_STREAM_OPTION_LOCKING: in php_stdiop_set_option()

Completed in 16 milliseconds