Home
last modified time | relevance | path

Searched defs:VC_URI_PARTS_T (Results 1 – 2 of 2) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/core/
H A Dcontainers_uri.c44 struct VC_URI_PARTS_T struct
46 char *scheme; /**< Unescaped scheme */
47 char *userinfo; /**< Unescaped userinfo */
48 char *host; /**< Unescaped host name/IP address */
49 char *port; /**< Unescaped port */
50 char *path; /**< Unescaped path */
51 char *path_extension; /**< Unescaped path extension */
52 char *fragment; /**< Unescaped fragment */
53 VC_URI_QUERY_T *queries; /**< Array of queries */
54 uint32_t num_queries; /**< Number of queries in array */
H A Dcontainers_uri.h41 typedef struct VC_URI_PARTS_T VC_URI_PARTS_T; typedef