Home
last modified time | relevance | path

Searched refs:php_stream_supports_lock (Results 1 – 5 of 5) sorted by last modified time

/PHP-7.1/main/
H A Dphp_streams.h412 #define php_stream_supports_lock(stream) _php_stream_set_option((stream), PHP_STREAM_OPTION_LOCKING… macro
/PHP-7.1/ext/standard/
H A Dstreamsfuncs.c1570 if (!php_stream_supports_lock(stream)) { in PHP_FUNCTION()
H A Dfile.c615 if (flags & LOCK_EX && (!php_stream_supports_lock(stream) || php_stream_lock(stream, LOCK_EX))) { in PHP_FUNCTION()
/PHP-7.1/ext/dba/
H A Ddba.c895 if (!php_stream_supports_lock(info->lock.fp)) { in php_dba_open()
/PHP-7.1/
H A DREADME.STREAMS161 PHPAPI int php_stream_supports_lock(php_stream * stream);

Completed in 36 milliseconds