Lines Matching refs:xStream
347 uno::Reference< io::XInputStream > xStream; in GET() local
361 xStream = m_xSession->GET( getRequestURI(), in GET()
378 return xStream; in GET()
429 uno::Reference< io::XInputStream > xStream; in GET() local
443 xStream = m_xSession->GET( getRequestURI(), in GET()
462 return xStream; in GET()
475 uno::Reference< io::XInputStream > xStream; in GET() local
488 xStream = m_xSession->GET( getRequestURI(), in GET()
507 return xStream; in GET()
653 uno::Reference< io::XInputStream > xStream; in POST() local
672 xStream = m_xSession->POST( getRequestURI(), in POST()
698 return xStream; in POST()