Searched refs:eOp (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrInfo.td | 618 // eOp: Supported ARIPD operand 620 MxOperand eOp, ComplexPattern ePat, 655 MxOperand EOp = eOp;
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 13440 int eOp,
|
| H A D | sqlite3.c | 13761 int eOp, 78304 int eOp, /* 0 -> copy from page, 1 -> copy to page */ argument 78307 if( eOp ){ 78355 int eOp /* zero to read. non-zero to write. */ argument 78367 assert( eOp==0 || eOp==1 ); 78394 rc = copyPayload(&aPayload[offset], pBuf, a, eOp, pPage->pDbPage); 78502 if( eOp==0 /* (1) */ 78521 (eOp==0 ? PAGER_GET_READONLY : 0) 78524 if( eOp!=0 78532 rc = copyPayload(&aPayload[offset+4], pBuf, a, eOp, pDbPage); [all …]
|
| H A D | shell.c | 14876 int eOp; /* SQLITE_UPDATE, DELETE or INSERT */ member 16025 int eOp, in idxAuthCallback() argument 16034 if( eOp==SQLITE_INSERT || eOp==SQLITE_UPDATE || eOp==SQLITE_DELETE ){ in idxAuthCallback() 16044 if( pWrite->pTab==pTab && pWrite->eOp==eOp ) break; in idxAuthCallback() 16050 pWrite->eOp = eOp; in idxAuthCallback() 16098 switch( pWrite->eOp ){ in idxProcessOneTrigger() 16119 assert( pWrite->eOp==SQLITE_DELETE ); in idxProcessOneTrigger()
|