Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:pWalArg

9192   void *pWalArg;
60658 rc = db->xWalCallback(db->pWalArg, db, db->aDb[i].zName, nEntry);
88965 SQLITE_PTR_TO_INT(db->pWalArg) : 0);
108559 ** is greater than sqlite3.pWalArg cast to an integer (the value configured by
108614 pRet = db->pWalArg;
108616 db->pWalArg = pArg;