Searched refs:codeOut (Results 1 – 2 of 2) sorted by relevance
57 RetCode (*getAndClearLastError)(int32_t *codeOut, ReceiveBuffer msgOut);
89 static RetCode GetAndClearLastError(int32_t *codeOut, ReceiveBuffer msgOut) in GetAndClearLastError() argument91 if (codeOut == nullptr) { in GetAndClearLastError()95 *codeOut = g_lastErrorCode; in GetAndClearLastError()