Lines Matching full:path
47 char *path;
140 return g_path_get_basename (dummy->decoded_uri->path);
172 g_strcmp0 (dummy->decoded_uri->path, "/") == 0)
175 dirname = g_path_get_dirname (dummy->decoded_uri->path);
184 new_decoded_uri.path = dirname;
249 match_prefix (const char *path,
255 if (strncmp (path, prefix, prefix_len) != 0)
257 return path + prefix_len;
273 remainder = match_prefix (descendant_dummy->decoded_uri->path,
274 parent_dummy->decoded_uri->path);
314 remainder = match_prefix (descendant_dummy->decoded_uri->path,
315 parent_dummy->decoded_uri->path);
365 new_decoded_uri.path = g_strdup (relative_path);
367 new_decoded_uri.path = g_build_filename (new_decoded_uri.path, relative_path, NULL);
370 g_free (new_decoded_uri.path);
510 g_free (decoded->path);
604 hier-part = "//" authority path-abempty
605 / path-absolute
606 / path-rootless
607 / path-empty
662 decoded->path = unescape_string (hier_part_start, hier_part_end, "/");
664 if (decoded->path == NULL)
746 g_string_append_encoded (uri, decoded->path, SUB_DELIM_CHARS ":@/");