Home
last modified time | relevance | path

Searched refs:net_http_urlencode (Results 1 – 19 of 19) sorted by relevance

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/include/net/
H A Dnet_http.h72 void net_http_urlencode(char **dest, const char *source);
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/include/net/
H A Dnet_http.h72 void net_http_urlencode(char **dest, const char *source);
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/include/net/
H A Dnet_http.h72 void net_http_urlencode(char **dest, const char *source);
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/include/net/
H A Dnet_http.h72 void net_http_urlencode(char **dest, const char *source);
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/include/net/
H A Dnet_http.h74 void net_http_urlencode(char **dest, const char *source);
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/include/net/
H A Dnet_http.h74 void net_http_urlencode(char **dest, const char *source);
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/include/net/
H A Dnet_http.h74 void net_http_urlencode(char **dest, const char *source);
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/include/net/
H A Dnet_http.h74 void net_http_urlencode(char **dest, const char *source);
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/include/net/
H A Dnet_http.h76 void net_http_urlencode(char **dest, const char *source);
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/net/
H A Dnet_http.c107 void net_http_urlencode(char **dest, const char *source) in net_http_urlencode() function
167 net_http_urlencode(&tmp, url_path); in net_http_urlencode_full()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/net/
H A Dnet_http.c108 void net_http_urlencode(char **dest, const char *source) in net_http_urlencode() function
168 net_http_urlencode(&tmp, url_path); in net_http_urlencode_full()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/net/
H A Dnet_http.c92 void net_http_urlencode(char **dest, const char *source) in net_http_urlencode() function
407 net_http_urlencode(&tmp, url_path); in net_http_urlencode_full()
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/net/
H A Dnet_http.c92 void net_http_urlencode(char **dest, const char *source) in net_http_urlencode() function
407 net_http_urlencode(&tmp, url_path); in net_http_urlencode_full()
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/net/
H A Dnet_http.c108 void net_http_urlencode(char **dest, const char *source) in net_http_urlencode() function
168 net_http_urlencode(&tmp, url_path); in net_http_urlencode_full()
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/net/
H A Dnet_http.c92 void net_http_urlencode(char **dest, const char *source) in net_http_urlencode() function
407 net_http_urlencode(&tmp, url_path); in net_http_urlencode_full()
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/net/
H A Dnet_http.c108 void net_http_urlencode(char **dest, const char *source) in net_http_urlencode() function
168 net_http_urlencode(&tmp, url_path); in net_http_urlencode_full()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/net/
H A Dnet_http.c92 void net_http_urlencode(char **dest, const char *source) in net_http_urlencode() function
407 net_http_urlencode(&tmp, url_path); in net_http_urlencode_full()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/net/
H A Dnet_http.c92 void net_http_urlencode(char **dest, const char *source) in net_http_urlencode() function
407 net_http_urlencode(&tmp, url_path); in net_http_urlencode_full()
/dports/games/retroarch/RetroArch-1.9.7/
H A Dretroarch.c7686 net_http_urlencode(&gamename, buf); in netplay_announce()
7687 net_http_urlencode(&subsystemname, path_get(RARCH_PATH_SUBSYSTEM)); in netplay_announce()
7694 net_http_urlencode(&gamename, in netplay_announce()
7697 net_http_urlencode(&subsystemname, "N/A"); in netplay_announce()
7711 net_http_urlencode(&username, discord_get_own_username(p_rarch)); in netplay_announce()
7714 net_http_urlencode(&username, settings->paths.username); in netplay_announce()
7715 net_http_urlencode(&corename, system->library_name); in netplay_announce()
7716 net_http_urlencode(&coreversion, system->library_version); in netplay_announce()
7717 net_http_urlencode(&frontend_ident, frontend_architecture); in netplay_announce()