Searched defs:rcOther (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp2276 * @returns @a rcOther or RTDWARCURSOR::rc.
2278 * @param rcOther Other error code to be returned if it indicates
2281 static int rtDwarfCursor_Delete(PRTDWARFCURSOR pCursor, int rcOther) argument
2288 if (RT_FAILURE(pCursor->rc) && RT_SUCCESS(rcOther))
2289 rcOther = pCursor->rc;
2291 return rcOther;

Completed in 49 milliseconds