Home
last modified time | relevance | path

Searched refs:LOCK (Results 1 – 17 of 17) sorted by relevance

/PHP-5.5/ext/interbase/
H A Dphp_ibase_udf.c117 #define LOCK() do { pthread_mutex_lock(&mtx_res); } while (0) macro
120 #define LOCK() macro
152 LOCK(); in exec_php()
193 LOCK(); in call_php()
286 LOCK(); in call_php()
347 LOCK(); in call_php()
/PHP-5.5/ext/dba/tests/
H A Ddba_cdb.phpt36 --NO-LOCK--
H A Ddba_db1.phpt33 --NO-LOCK--
H A Ddba_db2.phpt33 --NO-LOCK--
H A Ddba_db3.phpt33 --NO-LOCK--
H A Ddba_db4_000.phpt37 --NO-LOCK--
H A Ddba_dbm.phpt33 --NO-LOCK--
H A Ddba_flatfile.phpt37 --NO-LOCK--
H A Ddba_inifile.phpt33 --NO-LOCK--
H A Ddba_ndbm.phpt33 --NO-LOCK--
H A Ddba_tcadb.phpt37 --NO-LOCK--
H A Ddba_handler.inc93 echo "--NO-LOCK--\n";
/PHP-5.5/ext/pgsql/tests/
H A D80_bug14383.phpt38 --NO-LOCK--
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_change_user_locks_temporary.phpt19 if (!mysqli_query($link, 'LOCK TABLE test WRITE'))
H A Dmysqli_insert_id.phpt51 if (mysqli_query($link, "LOCK TABLE test WRITE")) {
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_last_insert_id.phpt79 $db->exec('LOCK TABLE test WRITE');
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c30432 #define IOMETHODS(FINDER,METHOD,VERSION,CLOSE,LOCK,UNLOCK,CKLOCK,SHMMAP) \
30441 LOCK, /* xLock */ \

Completed in 403 milliseconds