Lines Matching defs:pCtx
213 void *pCtx;
729 return pCb->xData(pCb->pCtx, pCb->eType, azArg[0]);
749 rc = pCb->xData(pCb->pCtx, pCb->eType, zDel);
880 void *pCtx, /* Context pointer to pass to xData */
1009 cb.pCtx = pCtx;
2104 static int genfkeyCmdCb(void *pCtx, int eType, const char *z){
2105 GenfkeyCmd *p = (GenfkeyCmd *)pCtx;