Home
last modified time | relevance | path

Searched refs:pUnlockArg (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dnotify.c163 db->pUnlockArg = 0; in sqlite3_unlock_notify()
179 db->pUnlockArg = pArg; in sqlite3_unlock_notify()
297 aArg[nArg++] = p->pUnlockArg; in sqlite3ConnectionUnlocked()
301 p->pUnlockArg = 0; in sqlite3ConnectionUnlocked()
H A DsqliteInt.h1671 void *pUnlockArg; /* Argument to xUnlockNotify */ member