Home
last modified time | relevance | path

Searched refs:uri_encode (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/gpxe/src/core/
Duri.c263 used += uri_encode ( field, buf + used, in unparse_uri()
435 size_t uri_encode ( const char *raw_string, char *buf, ssize_t len, in uri_encode() function
Dsettings.c1088 return uri_encode ( raw_buf, buf, len, URI_FRAGMENT ); in fetchf_uristring()
/external/syslinux/gpxe/src/include/gpxe/
Duri.h178 extern size_t uri_encode ( const char *raw_string, char *buf, ssize_t len,
/external/syslinux/gpxe/src/usr/
Dautoboot.c85 uri_encode ( filename, buf + strlen ( buf ), in boot_next_server_and_filename()