Home
last modified time | relevance | path

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

/PHP-5.3/ext/interbase/
H A Dphp_ibase_udf.c119 #define LOCK() do { pthread_mutex_lock(&mtx_res); } while (0) macro
122 #define LOCK() macro
154 LOCK(); in exec_php()
195 LOCK(); in call_php()
288 LOCK(); in call_php()
349 LOCK(); in call_php()
/PHP-5.3/ext/dba/tests/
H A Ddba_cdb.phpt36 --NO-LOCK--
H A Ddba_dbm.phpt31 --NO-LOCK--
H A Ddba_db1.phpt31 --NO-LOCK--
H A Ddba_db2.phpt31 --NO-LOCK--
H A Ddba_db3.phpt31 --NO-LOCK--
H A Ddba_inifile.phpt31 --NO-LOCK--
H A Ddba_ndbm.phpt31 --NO-LOCK--
H A Ddba_flatfile.phpt35 --NO-LOCK--
H A Ddba_db4_000.phpt35 --NO-LOCK--
H A Ddba_handler.inc85 echo "--NO-LOCK--\n";
/PHP-5.3/ext/pgsql/tests/
H A D80_bug14383.phpt38 --NO-LOCK--
/PHP-5.3/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.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_last_insert_id.phpt79 $db->exec('LOCK TABLE test WRITE');
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c28670 #define IOMETHODS(FINDER, METHOD, VERSION, CLOSE, LOCK, UNLOCK, CKLOCK) \
28679 LOCK, /* xLock */ \

Completed in 325 milliseconds