Home
last modified time | relevance | path

Searched refs:onError (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/common/
H A DTraceSessionFileParser.cpp157 auto onError = [&]() { in ParseCommonSessionFile() local
167 onError(); in ParseCommonSessionFile()
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c117159 pIndex->onError = (u8)onError;
117334 if( pIdx->onError!=pIndex->onError ){
117347 pIdx->onError = pIndex->onError;
125758 assert( onError==OE_Rollback || onError==OE_Abort || onError==OE_Fail
125759 || onError==OE_Ignore || onError==OE_Replace );
126220 onError = pIdx->onError;
126329 assert( onError==OE_Rollback || onError==OE_Abort || onError==OE_Fail
126330 || onError==OE_Ignore || onError==OE_Replace || onError==OE_Update );
126710 if( pDest->onError!=pSrc->onError ){
126806 if( onError==OE_Default ) onError = OE_Abort;
[all …]