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

/vbox/src/VBox/Runtime/common/net/
H A Dnetaddrstr.cpp1037 * @param pszAddrOut The char[] that will hold the result
1042 DECLHIDDEN(int) rtStrToIpAddr6Str(const char *psz, char *pszAddrOut, size_t addrOutSize, char *pszPortOut, size_t portOutSize, bool followRfc) argument
1052 if (!psz || !pszAddrOut)
1096 pOut = (char *)pszAddrOut;

Completed in 1192 milliseconds