Lines Matching refs:url
14 processURL(XML_Parser parser, IMoniker *baseMoniker, const XML_Char *url);
306 const XML_Char *url; member
312 winPerror(const XML_Char *url, HRESULT hr) in winPerror() argument
332 _ftprintf(stderr, _T("%s: %s"), url, buf); in winPerror()
337 _ftprintf(stderr, _T("%s: error %x\n"), url, hr); in winPerror()
364 const XML_Char *url) in processURL() argument
368 qi.url = url; in processURL()
370 XML_SetBase(parser, url); in processURL()
371 HRESULT hr = openStream(parser, baseMoniker, url, threadQuit, &qi); in processURL()
373 winPerror(url, hr); in processURL()
377 winPerror(url, qi.hr); in processURL()
391 const XML_Char *url, in XML_ProcessURL() argument
394 return processURL(parser, 0, url); in XML_ProcessURL()