Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/menu/cbs/
H A Dmenu_cbs_ok.c4491 char url_path_encoded[PATH_MAX_LENGTH]; in generic_action_ok_network() local
4503 url_path_encoded[0] = '\0'; in generic_action_ok_network()
4562 net_http_urlencode_full(url_path_encoded, url_path, sizeof(url_path_encoded)); in generic_action_ok_network()
4563 task_push_http_transfer_file(url_path_encoded, suppress_msg, url_label, callback, transf); in generic_action_ok_network()