Searched refs:locked (Results 1 – 8 of 8) sorted by relevance
/PHP-7.1/ext/opcache/ |
H A D | zend_shared_alloc.c | 227 ZCG(locked) = 1; /* no need to perform a real lock at this point */ in zend_shared_alloc_startup() 254 ZCG(locked) = 0; in zend_shared_alloc_startup() 314 if (!ZCG(locked)) { in zend_shared_alloc() 369 if (ZCG(locked)) { in zend_shared_alloc_safe_unlock() 408 ZCG(locked) = 1; in zend_shared_alloc_lock() 413 ZCG(locked) = 0; in zend_shared_alloc_unlock()
|
H A D | ZendAccelerator.h | 226 zend_bool locked; /* thread obtained exclusive lock */ member
|
/PHP-7.1/ext/mysqli/tests/ |
H A D | mysqli_change_user_get_lock.phpt | 39 …ive transactions, closes and drops all temporary tables, and unlocks all locked tables. Session sy…
|
/PHP-7.1/ext/fileinfo/tests/ |
H A D | magic | 2683 >5 leshort &0x4000 \b, locked 4184 >2 leshort &0x0001 \b, locked 9789 >>>>>>>&0 ubelong x \b, locked if idle for %u seconds 9790 >>>>>>&16 ubelong ^1 \b, not locked if idle 13404 # >73 byte&0x10 0x80 \b, locked 13566 >0x40a beshort &0x8000 (locked) 13589 >>>0x40a beshort &0x8000 (locked) 13612 >&2 belong &0x00008000 (locked)
|
H A D | magic私はガラスを食べられます | 2683 >5 leshort &0x4000 \b, locked 4184 >2 leshort &0x0001 \b, locked 9789 >>>>>>>&0 ubelong x \b, locked if idle for %u seconds 9790 >>>>>>&16 ubelong ^1 \b, not locked if idle 13404 # >73 byte&0x10 0x80 \b, locked 13566 >0x40a beshort &0x8000 (locked) 13589 >>>0x40a beshort &0x8000 (locked) 13612 >&2 belong &0x00008000 (locked)
|
/PHP-7.1/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 55671 if( rc==SQLITE_OK && !locked ){ 62905 assert( p->locked==0 ); 62911 p->locked = 1; 62920 assert( p->locked==1 ); 62926 p->locked = 0; 62972 if( p->locked ) return; 62991 p->locked = 1; 63004 if( pLater->locked ){ 63044 return (p->sharable==0 || p->locked); 63138 return p->sharable==0 || p->locked==1; [all …]
|
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | ChangeLog | 922 original change locked out all matches of empty strings. This has been 2446 locked it out (using PCRE's PCRE_NOTEMPTY option). By experiment, this
|
/PHP-7.1/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1496 and the longest match is then "locked in" for the rest of the overall
|
Completed in 585 milliseconds