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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp1869 * @param pszErrValue What to return if the string isn't terminated
1872 static const char *rtDwarfCursor_GetSZ(PRTDWARFCURSOR pCursor, const char *pszErrValue) argument
1880 return pszErrValue;
3053 * @param pszErrValue What to return on failure (@a
3056 static const char *rtDwarfDecodeHlp_GetStrp(PRTDBGMODDWARF pThis, PRTDWARFCURSOR pCursor, const char *pszErrValue) argument
3060 return pszErrValue;
3066 return pszErrValue;
3076 return pszErrValue;

Completed in 380 milliseconds