Searched refs:parseURL (Results 1 - 4 of 4) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFURL.c1885 // It is the caller's responsibility to guarantee that if URLString is absolute, base is NULL. This is necessary to avoid duplicate processing for file system URLs, which had to decide whether to compute the cwd for the base; we don't want to duplicate that work. If parseURL is false, the caller is responsible for parsing the URL.
1886 static void _CFURLInit(struct __CFURL *url, CFStringRef URLString, CFURLRef base, Boolean parseURL) { argument
1897 if ( parseURL ) {
/macosx-10.9.5/bless-98/
H A DmodeNetboot.c51 static int parseURL(BLContextPtr context,
93 ret = parseURL(context,
108 ret = parseURL(context,
154 ret = parseURL(context,
255 ret = parseURL(context,
280 ret = parseURL(context,
304 ret = parseURL(context,
358 static int parseURL(BLContextPtr context, function
/macosx-10.9.5/tidy-15.12/tidy/experimental/
H A Dhttpio.c39 int parseURL( HTTPInputSource *pHttp, tmbstr url ) function
123 parseURL( in, pUrl );
H A Dhttpio.h42 int parseURL( HTTPInputSource* source, tmbstr pUrl );

Completed in 362 milliseconds