Home
last modified time | relevance | path

Searched refs:busyTimeout (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c306 PHP_METHOD(sqlite3, busyTimeout) argument
1943 PHP_ME(sqlite3, busyTimeout, arginfo_sqlite3_busytimeout, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c11104 int busyTimeout; /* Busy handler timeout, in msec */ member
105443 returnSingleInt(pParse, "timeout", db->busyTimeout);
129373 int timeout = db->busyTimeout;
129392 int timeout = ((sqlite3 *)ptr)->busyTimeout;
129436 db->busyTimeout = 0;
129484 db->busyTimeout = ms;
/PHP-5.5/
H A DNEWS4935 - Implemented FR#51295 (SQLite3::busyTimeout not existing). (Mark)

Completed in 405 milliseconds