Blender
V5.0
intern
uriconvert
uri_convert.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2024 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
5
#pragma once
6
10
25
bool
url_encode
(
const
char
*
str
,
char
*dst,
size_t
dst_size);
str
#define str(s)
Definition
ffmpeg_codecs.cc:103
url_encode
bool url_encode(const char *str, char *dst, size_t dst_size)
Encodes a string into URL format by converting special characters into percent-encoded sequences.
Definition
uri_convert.cc:10
Generated on
for Blender by
doxygen
1.16.1