Home | History | Annotate | Download | only in xmlwf

Lines Matching refs:qi

343   QuitInfo *qi = (QuitInfo *)p;
344 qi->hr = hr;
345 qi->stop = 1;
366 QuitInfo qi;
367 qi.stop = 0;
368 qi.url = url;
371 HRESULT hr = openStream(parser, baseMoniker, url, threadQuit, &qi);
376 else if (FAILED(qi.hr)) {
377 winPerror(url, qi.hr);
381 while (!qi.stop && GetMessage (&msg, NULL, 0, 0)) {