Searched refs:termination_message (Results 1 – 2 of 2) sorted by relevance
394 const unsigned char* termination_message, in GraphTerminationCallbackFunction() argument402 if (termination_message != nullptr && termination_message_size > 0) { in GraphTerminationCallbackFunction()403 std::string(termination_message, termination_message + termination_message_size); in GraphTerminationCallbackFunction()
106 void (*terminationCallback)(void* cookie, const unsigned char* termination_message,