Lines Matching refs:pArg
87 void *pArg /* Client data */
89 void *pArg; /* Third argument to the xCallback() */ member
234 if( pGroup->xDestroy ) pGroup->xDestroy(pGroup->pArg); in quotaGroupDeref()
585 pGroup->pArg); in quotaWrite()
673 static int quotaFileControl(sqlite3_file *pConn, int op, void *pArg){ in quotaFileControl() argument
675 int rc = pSubOpen->pMethods->xFileControl(pSubOpen, op, pArg); in quotaFileControl()
678 *(char**)pArg = sqlite3_mprintf("quota/%z", *(char**)pArg); in quotaFileControl()
845 void *pArg /* Client data */ in sqlite3_quota_set() argument
847 void *pArg, /* client data passed thru to callback */ in sqlite3_quota_set()
877 if( pGroup->xDestroy && pGroup->pArg!=pArg ){ in sqlite3_quota_set()
878 pGroup->xDestroy(pGroup->pArg); in sqlite3_quota_set()
880 pGroup->pArg = pArg; in sqlite3_quota_set()
1020 pGroup->pArg); in sqlite3_quota_fwrite()
1309 void *pArg /* Client data */ in tclQuotaCallback() argument
1317 p = (TclQuotaCallback *)pArg; in tclQuotaCallback()