Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/test/
H A Dtest_uri.c318 str = vc_uri_path(uri); in dump_uri()
396 if (vc_uri_path( NULL )) in check_null_uri_pointer()
481 if (vc_uri_path( uri )) in check_get_defaults()
560 str = vc_uri_path(uri); in check_accessors()
565 if (vc_uri_path(uri)) in check_accessors()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/io/
H A Dio_file.c116 if(vc_uri_path(p_ctx->uri_parts)) in vc_container_io_file_open()
117 uri = vc_uri_path(p_ctx->uri_parts); in vc_container_io_file_open()
H A Dio_pktfile.c174 path = vc_uri_path(ctx->uri_parts); in open_file()
H A Dio_http.c505 vc_uri_path(p_ctx->uri_parts), vc_uri_host(p_ctx->uri_parts)); in io_http_send_get_request()
746 vc_uri_path(p_ctx->uri_parts), vc_uri_host(p_ctx->uri_parts)); in io_http_send_head_request()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/binary/
H A Dbinary_reader.c203 if(!extension || !vc_uri_path(p_ctx->priv->uri)) in binary_reader_open()
219 if(!strstr(vc_uri_path(p_ctx->priv->uri), bin_extension_to_format_table[i].ext) && in binary_reader_open()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/core/
H A Dcontainers_uri.h110 const char *vc_uri_path( const VC_URI_PARTS_T *p_uri );
H A Dcontainers_uri.c602 const char *base_path = vc_uri_path(base_uri); in vc_uri_copy_base_path()
891 const char *vc_uri_path( const VC_URI_PARTS_T *p_uri ) in vc_uri_path() function
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/simple/
H A Dsimple_writer.c195 const char *uri = vc_uri_path(ctx->priv->uri); in simple_write_add_track()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/rtsp/
H A Drtsp_reader.c1231 rtsp_path = vc_uri_path(rtsp_uri); in rtsp_open_file_reader()