Home
last modified time | relevance | path

Searched defs:onError (Results 1 - 12 of 12) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-listen-fd-ebadf.js44 function onError(ex) { function
H A Dtest-dgram-send-cb-quelches-error.js34 function onError(err) { function
/third_party/node/test/fixtures/snapshot/
H A Ddns-resolve.js11 function onError(err) { function
H A Ddns-lookup.js11 function onError(err) { function
/third_party/node/test/sequential/
H A Dtest-net-connect-local-error.js25 function onError(err, options) { function
/third_party/node/deps/undici/src/lib/
H A Dclient.js
/third_party/node/lib/internal/streams/
H A Dpipeline.js
/third_party/node/lib/
H A D_http_incoming.js442 function onError(self, error, cb) { function
H A D_http_outgoing.js840 function onError(msg, err, callback) { function
H A Ddgram.js946 function onError(nread, handle, error) { function
/third_party/node/deps/npm/node_modules/jsonparse/
H A Djsonparse.js
/third_party/sqlite/src/
H A Dsqlite3.c18101 u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */ member
32394 sqlite3TreeViewInsert( const With *pWith, const SrcList *pTabList, const IdList *pColumnList, const Select *pSelect, const ExprList *pExprList, int onError, const Upsert *pUpsert, const Trigger *pTrigger ) sqlite3TreeViewInsert() argument
32464 sqlite3TreeViewUpdate( const With *pWith, const SrcList *pTabList, const ExprList *pChanges, const Expr *pWhere, int onError, const ExprList *pOrderBy, const Expr *pLimit, const Upsert *pUpsert, const Trigger *pTrigger ) sqlite3TreeViewUpdate() argument
83559 sqlite3VdbeVerifyAbortable(Vdbe *p, int onError) global() argument
119080 sqlite3AddNotNull(Parse *pParse, int onError) global() argument
119304 sqlite3AddPrimaryKey( Parse *pParse, ExprList *pList, int onError, int autoInc, int sortOrder ) global() argument
121373 sqlite3CreateIndex( Parse *pParse, Token *pName1, Token *pName2, SrcList *pTblName, ExprList *pList, int onError, Token *pStart, Expr *pPIWhere, int sortOrder, int ifNotExist, u8 idxType ) global() argument
122787 sqlite3HaltConstraint( Parse *pParse, int errCode, int onError, char *p4, i8 p4type, u8 p5Errmsg ) global() argument
122809 sqlite3UniqueConstraint( Parse *pParse, int onError, Index *pIdx ) global() argument
122845 sqlite3RowidConstraint( Parse *pParse, int onError, Table *pTab ) global() argument
129285 sqlite3Insert( Parse *pParse, SrcList *pTabList, Select *pSelect, IdList *pColumn, int onError, Upsert *pUpsert ) global() argument
130290 int onError; /* Conflict resolution strategy */ global() local
131382 xferOptimization( Parse *pParse, Table *pDest, Select *pSelect, int onError, int iDbDest ) global() argument
147478 onErrorText(int onError) global() argument
148124 sqlite3Update( Parse *pParse, SrcList *pTabList, ExprList *pChanges, Expr *pWhere, int onError, ExprList *pOrderBy, Expr *pLimit, Upsert *pUpsert ) global() argument
[all...]

Completed in 153 milliseconds