Home | History | Annotate | Download | only in dist

Lines Matching refs:eType

214   int eType;
729 return pCb->xData(pCb->pCtx, pCb->eType, azArg[0]);
749 rc = pCb->xData(pCb->pCtx, pCb->eType, zDel);
1029 cb.eType = GENFKEY_ERROR;
1037 cb.eType = GENFKEY_DROPTRIGGER;
1045 cb.eType
2104 static int genfkeyCmdCb(void *pCtx, int eType, const char *z){
2106 if( eType==GENFKEY_ERROR && !p->isIgnoreErrors ){
2112 (eType==GENFKEY_CREATETRIGGER)
2113 || (eType==GENFKEY_DROPTRIGGER && !p->isNoDrop)