ESP-IDF + 0/1 examples
SourceVu will show references to example_uri_encode() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

uint32_t the count of escaped characters

Notes

Please allocate the destination buffer keeping in mind that encoding a special character will take up 3 bytes (for '%' and two hex digits). In the worst-case scenario, the destination buffer will have to be 3 times that of the source string.

References

from examples