Searched refs:errorAction (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Error.java | 128 * @param errorAction integer that identifies the error-inducing 145 int errorAction, int errorOffset, String faultName, 151 action = errorAction; 144 Error(ProbeDescription pdesc, int enabledProbeID, int errorCPU, int errorAction, int errorOffset, String faultName, long faultAddress, String errorMessage) argument
|
/osnet-11/usr/src/lib/libsqlite/src/ |
H A D | vdbeInt.h | 274 int errorAction; /* Recovery action to do in case of an error */ member in struct:Vdbe
|
H A D | vdbeaux.c | 642 p->errorAction = OE_Abort; 857 switch( p->errorAction ){
|
H A D | vdbe.c | 676 p->errorAction = pOp->p2;
|
Completed in 36 milliseconds