Home
last modified time | relevance | path

Searched refs:PHP_LOCK_NB (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/standard/
H A Dflock_compat.h49 #define PHP_LOCK_NB 4 macro
H A Dfile_arginfo.h12 REGISTER_LONG_CONSTANT("LOCK_NB", PHP_LOCK_NB, CONST_PERSISTENT); in register_file_symbols()
H A Dfile.c213 act = flock_values[act - 1] | (operation & PHP_LOCK_NB ? LOCK_NB : 0); in php_flock_common()
/php-src/main/streams/
H A Duserspace.c895 Z_LVAL_P(&args[0]) |= PHP_LOCK_NB; in php_userstreamop_set_option()

Completed in 13 milliseconds