Searched refs:outMsg (Results 1 – 2 of 2) sorted by relevance
319 auto outMsg = reinterpret_cast<const char *>(suite.recv.data); in TEST_F() local320 auto checkOutMsg = strstr(outMsg, suite.expOutMsg) != nullptr; in TEST_F()321 … ASSERT_TRUE(checkOutMsg) << "Unexpected output message at index " << index << ": " << outMsg; in TEST_F()
457 static int32_t RecvSSL(SSL *socketSSL, char **outMsg) in RecvSSL() argument468 *outMsg = respData; in RecvSSL()821 static int32_t BuildHttpsMsg(char *header, char *body, char **outMsg) in BuildHttpsMsg() argument823 if (header == NULL || body == NULL || outMsg == NULL) { in BuildHttpsMsg()858 *outMsg = msg; in BuildHttpsMsg()