Home
last modified time | relevance | path

Searched refs:php_stream_supports_lock (Results 1 – 5 of 5) sorted by relevance

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

Completed in 29 milliseconds