Home
last modified time | relevance | path

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

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

Completed in 37 milliseconds