Home
last modified time | relevance | path

Searched defs:respond (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Tools/scripts/
Dserve.py13 def app(environ, respond): argument
/third_party/rust/crates/clap/examples/
Drepl.rs29 fn respond(line: &str) -> Result<bool, String> { in respond() function
/third_party/node/test/parallel/
Dtest-http2-respond-errors.js14 Http2Stream.prototype.respond = () => 1; method in Http2Stream
Dtest-http2-respond-nghttperrors.js44 Http2Stream.prototype.respond = () => currentError.ngError; method in Http2Stream
Dtest-http2-respond-with-fd-errors.js51 Http2Stream.prototype.respond = () => currentError.ngError; method in Http2Stream
/third_party/node/deps/npm/node_modules/promzard/test/
Dbuffer.js60 function respond () { function
Dbasic.js61 function respond () { function
/third_party/skia/third_party/externals/swiftshader/src/Main/
DSwiftConfig.cpp171 void SwiftConfig::respond(Socket *clientSocket, const char *request) in respond() function in sw::SwiftConfig
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCUtils.h411 Error respond(ChannelT &C, const FunctionIdT &ResponseId, in respond() function
421 Error respond(ChannelT &C, const FunctionIdT &ResponseId, SequenceNumberT SeqNo, in respond() function
/third_party/libcoap/src/
Dnet.c2491 enum respond_t respond = RESPONSE_DEFAULT; in handle_request() local
/third_party/node/lib/internal/http2/
Dcore.js2672 respond(headers, options) { method in ServerHttp2Stream