Home
last modified time | relevance | path

Searched defs:reply_command (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.cpp142 uint8_t reply_command = exc_reply_packet.GetU8(&offset); in SetStopInfoFrom_KDP_EXCEPTION() local
H A DCommunicationKDP.cpp92 const uint8_t reply_command = reply_packet.GetU8(&offset); in SendRequestAndGetReply() local
252 uint8_t reply_command = packet.GetU8(&offset); in CheckForPacket() local
/openbsd/usr.bin/openssl/
H A Dts.c774 reply_command(CONF *conf, char *section, char *queryfile, char *passin, in reply_command() function