Home
last modified time | relevance | path

Searched refs:locked (Results 1 – 10 of 10) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dos.c487 id->locked = 0; in sqliteOsOpenReadWrite()
518 id->locked = 0; in sqliteOsOpenReadWrite()
567 id->locked = 0; in sqliteOsOpenReadWrite()
609 id->locked = 0; in sqliteOsOpenExclusive()
638 id->locked = 0; in sqliteOsOpenExclusive()
664 id->locked = 0; in sqliteOsOpenExclusive()
695 id->locked = 0; in sqliteOsOpenReadOnly()
713 id->locked = 0; in sqliteOsOpenReadOnly()
738 id->locked = 0; in sqliteOsOpenReadOnly()
1590 id->locked = 0;
[all …]
H A Dos.h111 int locked; /* True if this instance holds the lock */ member
128 int locked; /* 0: unlocked, <0: write lock, >0: read lock */ member
151 int locked; /* 0: unlocked, <0: write lock, >0: read lock */ member
H A Dsqlite.h.in133 ** locked or busy, then this function returns SQLITE_BUSY. (This
153 #define SQLITE_BUSY 5 /* The database file is locked */
154 #define SQLITE_LOCKED 6 /* A table in the database is locked */
265 ** currently locked by another process or thread. If the busy callback
267 ** it finds a locked table. If the busy callback is not NULL, then
269 ** second argument is the name of the locked table and the third
288 ** table is locked. The handler will sleep multiple times until
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_change_user_get_lock.phpt39 …ive transactions, closes and drops all temporary tables, and unlocks all locked tables. Session sy…
/PHP-5.3/
H A DTODO108 locked individually.
H A DNEWS4569 - Fixed bug #40897 (error_log file not locked). (Ilia)
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c41410 if( rc==SQLITE_OK && !locked ){
47254 assert( p->locked==0 );
47260 p->locked = 1;
47269 assert( p->locked==1 );
47275 p->locked = 0;
47320 if( p->locked ) return;
47328 p->locked = 1;
47341 if( pLater->locked ){
47379 return (p->sharable==0 || p->locked);
47485 return p->sharable==0 || p->locked==1;
[all …]
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic2171 >5 leshort &0x4000 \b, locked
3363 >2 leshort &0x0001 \b, locked
7517 >>>>>>>&0 ubelong x \b, locked if idle for %u seconds
7518 >>>>>>&16 ubelong ^1 \b, not locked if idle
10003 # >73 byte&0x10 0x80 \b, locked
10162 >0x40a beshort &0x8000 (locked)
10172 #>0x40a beshort &0x8000 (locked)
10190 >&2 belong &0x00008000 (locked)
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog1510 locked it out (using PCRE's PCRE_NOTEMPTY option). By experiment, this
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt1453 and the longest match is then "locked in" for the rest of the overall

Completed in 563 milliseconds