|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| void | GHOST_URL_decode (char *buf_dst, int buf_dst_size, const char *buf_src, int buf_src_len) |
| char * | GHOST_URL_decode_alloc (const char *buf_src, int buf_src_len) |
Decode URL (i.e. converts file:///a%20b/test to file:///a b/test)
| buf_dst | Buffer for decoded URL. |
| buf_dst_maxlen | Size of output buffer. |
| buf_src | Input encoded buffer to be decoded. |
| buf_src_len | The length of buf_src to use. |
Definition at line 28 of file GHOST_PathUtils.cc.
References GHOST_ASSERT, and state.
Referenced by GHOST_URL_decode_alloc().
| char * GHOST_URL_decode_alloc | ( | const char * | buf_src, |
| int | buf_src_len ) |
A version of GHOST_URL_decode that allocates the string & returns it.
| buf_src | Input encoded buffer to be decoded. |
Definition at line 90 of file GHOST_PathUtils.cc.
References free(), and GHOST_URL_decode().
Referenced by data_device_handle_drop().