Home
last modified time | relevance | path

Searched refs:objError (Results 1 – 25 of 117) sorted by relevance

12345

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qt/
H A Dexecrpccommand.cpp83 catch (UniValue& objError) in exec() local
87 int code = find_value(objError, "code").get_int(); in exec()
88 std::string message = find_value(objError, "message").get_str(); in exec()
93 errorMessage = QString::fromStdString(objError.write()); in exec()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/
H A Dhttprpc.cpp69 static void JSONErrorReply(HTTPRequest* req, const UniValue& objError, const UniValue& id) in JSONErrorReply() argument
73 int code = find_value(objError, "code").get_int(); in JSONErrorReply()
80 std::string strReply = JSONRPCReply(NullUniValue, objError, id); in JSONErrorReply()
200 } catch (const UniValue& objError) { in HTTPReq_JSONRPC() local
201 JSONErrorReply(req, objError, jreq.id); in HTTPReq_JSONRPC()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/
H A Dhttprpc.cpp69 static void JSONErrorReply(HTTPRequest* req, const UniValue& objError, const UniValue& id) in JSONErrorReply() argument
73 int code = find_value(objError, "code").get_int(); in JSONErrorReply()
80 std::string strReply = JSONRPCReply(NullUniValue, objError, id); in JSONErrorReply()
200 } catch (const UniValue& objError) { in HTTPReq_JSONRPC() local
201 JSONErrorReply(req, objError, jreq.id); in HTTPReq_JSONRPC()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/
H A Dhttprpc.cpp69 static void JSONErrorReply(HTTPRequest* req, const UniValue& objError, const UniValue& id) in JSONErrorReply() argument
73 int code = find_value(objError, "code").get_int(); in JSONErrorReply()
80 std::string strReply = JSONRPCReply(NullUniValue, objError, id); in JSONErrorReply()
200 } catch (const UniValue& objError) { in HTTPReq_JSONRPC() local
201 JSONErrorReply(req, objError, jreq.id); in HTTPReq_JSONRPC()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/
H A Dhttprpc.cpp70 static void JSONErrorReply(HTTPRequest* req, const UniValue& objError, const UniValue& id) in JSONErrorReply() argument
74 int code = find_value(objError, "code").get_int(); in JSONErrorReply()
81 std::string strReply = JSONRPCReply(NullUniValue, objError, id); in JSONErrorReply()
205 } catch (const UniValue& objError) { in HTTPReq_JSONRPC() local
206 JSONErrorReply(req, objError, jreq.id); in HTTPReq_JSONRPC()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/
H A Dhttprpc.cpp70 static void JSONErrorReply(HTTPRequest* req, const UniValue& objError, const UniValue& id) in JSONErrorReply() argument
74 int code = find_value(objError, "code").get_int(); in JSONErrorReply()
81 std::string strReply = JSONRPCReply(NullUniValue, objError, id); in JSONErrorReply()
205 } catch (const UniValue& objError) { in HTTPReq_JSONRPC() local
206 JSONErrorReply(req, objError, jreq.id); in HTTPReq_JSONRPC()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/
H A Dhttprpc.cpp70 static void JSONErrorReply(HTTPRequest* req, const UniValue& objError, const UniValue& id) in JSONErrorReply() argument
74 int code = find_value(objError, "code").get_int(); in JSONErrorReply()
81 std::string strReply = JSONRPCReply(NullUniValue, objError, id); in JSONErrorReply()
205 } catch (const UniValue& objError) { in HTTPReq_JSONRPC() local
206 JSONErrorReply(req, objError, jreq.id); in HTTPReq_JSONRPC()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Dhttprpc.cpp77 static void JSONErrorReply(HTTPRequest* req, const UniValue& objError, const UniValue& id) in JSONErrorReply() argument
81 int code = find_value(objError, "code").get_int(); in JSONErrorReply()
88 std::string strReply = JSONRPCReply(NullUniValue, objError, id); in JSONErrorReply()
232 } catch (const UniValue& objError) { in HTTPReq_JSONRPC() local
233 JSONErrorReply(req, objError, jreq.id); in HTTPReq_JSONRPC()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Dhttprpc.cpp77 static void JSONErrorReply(HTTPRequest* req, const UniValue& objError, const UniValue& id) in JSONErrorReply() argument
81 int code = find_value(objError, "code").get_int(); in JSONErrorReply()
88 std::string strReply = JSONRPCReply(NullUniValue, objError, id); in JSONErrorReply()
232 } catch (const UniValue& objError) { in HTTPReq_JSONRPC() local
233 JSONErrorReply(req, objError, jreq.id); in HTTPReq_JSONRPC()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dhttprpc.cpp76 static void JSONErrorReply(HTTPRequest* req, const UniValue& objError, const UniValue& id) in JSONErrorReply() argument
80 int code = find_value(objError, "code").get_int(); in JSONErrorReply()
87 std::string strReply = JSONRPCReply(NullUniValue, objError, id); in JSONErrorReply()
249 } catch (const UniValue& objError) { in HTTPReq_JSONRPC() local
250 JSONErrorReply(req, objError, jreq.id); in HTTPReq_JSONRPC()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Dhttprpc.cpp75 static void JSONErrorReply(HTTPRequest* req, const UniValue& objError, const UniValue& id) in JSONErrorReply() argument
79 int code = find_value(objError, "code").get_int(); in JSONErrorReply()
86 std::string strReply = JSONRPCReply(NullUniValue, objError, id); in JSONErrorReply()
237 } catch (const UniValue& objError) { in HTTPReq_JSONRPC() local
238 JSONErrorReply(req, objError, jreq.id); in HTTPReq_JSONRPC()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Dhttprpc.cpp75 static void JSONErrorReply(HTTPRequest* req, const UniValue& objError, const UniValue& id) in JSONErrorReply() argument
79 int code = find_value(objError, "code").get_int(); in JSONErrorReply()
86 std::string strReply = JSONRPCReply(NullUniValue, objError, id); in JSONErrorReply()
237 } catch (const UniValue& objError) { in HTTPReq_JSONRPC() local
238 JSONErrorReply(req, objError, jreq.id); in HTTPReq_JSONRPC()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Dhttprpc.cpp75 static void JSONErrorReply(HTTPRequest* req, const UniValue& objError, const UniValue& id) in JSONErrorReply() argument
79 int code = find_value(objError, "code").get_int(); in JSONErrorReply()
86 std::string strReply = JSONRPCReply(NullUniValue, objError, id); in JSONErrorReply()
237 } catch (const UniValue& objError) { in HTTPReq_JSONRPC() local
238 JSONErrorReply(req, objError, jreq.id); in HTTPReq_JSONRPC()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Dhttprpc.cpp77 static void JSONErrorReply(HTTPRequest* req, const UniValue& objError, const UniValue& id) in JSONErrorReply() argument
81 int code = find_value(objError, "code").get_int(); in JSONErrorReply()
88 std::string strReply = JSONRPCReply(NullUniValue, objError, id); in JSONErrorReply()
232 } catch (const UniValue& objError) { in HTTPReq_JSONRPC() local
233 JSONErrorReply(req, objError, jreq.id); in HTTPReq_JSONRPC()
/dports/print/hplip/hplip-3.20.6/prnt/hpcups/
H A Ddbuscomm.cpp52 DBusError objError; in initDBusComm() local
53 DBusError * pDBusError=&objError; in initDBusComm()
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/xpdf/
H A DObject.h59 objError, // error return from Lexer enumerator
105 { initObj(objError); return this; } in initError()
133 GBool isError() { return type == objError; } in isError()
/dports/textproc/pdftohtml/pdftohtml-0.40a/xpdf/
H A DObject.h59 objError, // error return from Lexer enumerator
105 { initObj(objError); return this; } in initError()
133 GBool isError() { return type == objError; } in isError()
/dports/graphics/xpdf3/xpdf-3.04/xpdf/
H A DObject.h60 objError, // error return from Lexer enumerator
106 { initObj(objError); return this; } in initError()
134 GBool isError() { return type == objError; } in isError()
/dports/graphics/xpdf4/xpdf-4.03/xpdf/
H A DObject.h63 objError, // error return from Lexer enumerator
113 { initObj(objError); return this; } in initError()
141 GBool isError() { return type == objError; } in isError()
/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A DObject.h63 objError, // error return from Lexer enumerator
113 { initObj(objError); return this; } in initError()
141 GBool isError() { return type == objError; } in isError()
/dports/devel/tex-web2c/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DObject.h60 objError, // error return from Lexer enumerator
106 { initObj(objError); return this; } in initError()
134 GBool isError() { return type == objError; } in isError()
/dports/japanese/tex-ptex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DObject.h60 objError, // error return from Lexer enumerator
106 { initObj(objError); return this; } in initError()
134 GBool isError() { return type == objError; } in isError()
/dports/print/tex-basic-engines/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DObject.h60 objError, // error return from Lexer enumerator
106 { initObj(objError); return this; } in initError()
134 GBool isError() { return type == objError; } in isError()
/dports/print/tex-aleph/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DObject.h60 objError, // error return from Lexer enumerator
106 { initObj(objError); return this; } in initError()
134 GBool isError() { return type == objError; } in isError()
/dports/print/tex-luatex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DObject.h60 objError, // error return from Lexer enumerator
106 { initObj(objError); return this; } in initError()
134 GBool isError() { return type == objError; } in isError()

12345