Searched refs:pUnlockArg (Results 1 – 2 of 2) sorted by relevance
163 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()
1671 void *pUnlockArg; /* Argument to xUnlockNotify */ member