Home
last modified time | relevance | path

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

/PHP-5.5/ext/interbase/
H A Dphp_ibase_udf.c118 #define UNLOCK() do { pthread_mutex_unlock(&mtx_res); } while (0) macro
121 #define UNLOCK() macro
170 UNLOCK(); in exec_php()
200 UNLOCK(); in call_php()
291 UNLOCK(); in call_php()
295 UNLOCK(); in call_php()
349 UNLOCK(); in call_php()
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_last_insert_id.phpt104 @$db->exec('UNLOCK TABLE test');
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_insert_id.phpt112 mysqli_query($link, "UNLOCK TABLE test");
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c30432 #define IOMETHODS(FINDER,METHOD,VERSION,CLOSE,LOCK,UNLOCK,CKLOCK,SHMMAP) \
30442 UNLOCK, /* xUnlock */ \

Completed in 724 milliseconds