• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/webdavfs-367/mount.tproj/

Lines Matching refs:URI

48 									 const xmlChar *URI,
57 const xmlChar *URI,
66 const xmlChar *URI,
75 const xmlChar *URI,
84 const xmlChar *URI,
97 const xmlChar *URI);
101 const xmlChar *URI);
105 const xmlChar *URI);
109 const xmlChar *URI);
113 const xmlChar *URI);
117 const xmlChar *URI);
121 const xmlChar *URI);
288 const xmlChar *URI)
290 #pragma unused(localname,prefix,URI)
299 const xmlChar *URI)
301 #pragma unused(ctx,localname,prefix,URI)
308 const xmlChar *URI)
310 #pragma unused(localname,prefix,URI)
319 const xmlChar *URI)
321 #pragma unused(localname,prefix,URI)
330 const xmlChar *URI)
332 #pragma unused(localname,prefix,URI)
341 const xmlChar *URI)
343 #pragma unused(localname,prefix,URI)
352 const xmlChar *URI)
354 #pragma unused(localname,prefix,URI)
381 const xmlChar *URI,
388 #pragma unused(prefix,URI,nb_namespaces,namespaces,nb_attributes,nb_defaulted,attributes)
656 const xmlChar *URI,
663 #pragma unused(prefix,URI,nb_namespaces,namespaces,nb_attributes,nb_defaulted,attributes)
681 const xmlChar *URI,
688 #pragma unused(prefix,URI,nb_namespaces,namespaces,nb_attributes,nb_defaulted,attributes)
731 const xmlChar *URI,
738 #pragma unused(prefix,URI,nb_namespaces,namespaces,nb_attributes,nb_defaulted,attributes)
778 const xmlChar *URI,
785 #pragma unused(prefix,URI,nb_namespaces,namespaces,nb_attributes,nb_defaulted,attributes)
819 const xmlChar *URI,
826 #pragma unused(prefix,URI,nb_namespaces,namespaces,nb_attributes,nb_defaulted,attributes)
853 const xmlChar *URI,
860 #pragma unused(prefix,URI,nb_namespaces,namespaces,nb_attributes,nb_defaulted,attributes)
1015 debug_string("URI too long");
1348 debug_string("URI too long");
1453 * GetComponentName determines if the URI combined with the parent URL is a
1457 * GetComponentName returns TRUE if the URI is for a child, or returns FALSE if
1458 * the URI is the parent itself. The componentName buffer will contain the child's
1464 static Boolean GetComponentName( /* <- TRUE if http URI was not parent and component name was returned */
1467 char *uri, /* -> the http URI from the WebDAV server */
1468 char *componentName) /* <-> point to buffer of MAXNAMLEN + 1 bytes where URI's LastPathComponent is returned if result it TRUE */
1471 CFStringRef uriString; /* URI as CFString */
1472 CFURLRef uriURL; /* URI converted to full URL */
1473 CFStringRef uriName; /* URI's LastPathComponent as CFString */
1477 /* create a CFString from the c-string containing URI */
1481 /* create a CFURL from the URI CFString and the parent URL */
1490 CFStringRef unEscapedString; /* URI as CFString with un-escaped chars */
1491 CFStringRef reEscapedString; /* URI as CFString with re-escaped chars */
1600 * The elements returned by PROPFIND contain http URI. So, give a parent URL of