Searched defs:pBlocker (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dnotify.c196 ** until connection pBlocker concludes its current transaction.
198 void sqlite3ConnectionBlocked(sqlite3 *db, sqlite3 *pBlocker){ argument
203 db->pBlockingConnection = pBlocker;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c110114 sqlite3ConnectionBlocked(sqlite3 *db, sqlite3 *pBlocker) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c125821 sqlite3ConnectionBlocked(sqlite3 *db, sqlite3 *pBlocker) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c125841 sqlite3ConnectionBlocked(sqlite3 *db, sqlite3 *pBlocker) argument
[all...]

Completed in 456 milliseconds