MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / V_URLEncodeFullPath

Function V_URLEncodeFullPath

src/vrcore/strtools_public.cpp:508–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506}
507
508void V_URLEncodeFullPath( char *pchDest, int nDestLen, const char *pchSource, int nSourceLen )
509{
510 return V_URLEncodeInternal( pchDest, nDestLen, pchSource, nSourceLen, false, CharNeedsEscape_FullPath );
511}
512
513//-----------------------------------------------------------------------------
514// Purpose: Decodes a string (or binary data) from URL encoding format, see rfc1738 section 2.2.

Callers 1

Path_FilePathToUrlFunction · 0.85

Calls 1

V_URLEncodeInternalFunction · 0.70

Tested by

no test coverage detected