Home
last modified time | relevance | path

Searched refs:httpReq (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/media/plugins/http_streamer/
H A DHTTPMediaIO.cpp169 BHttpRequest* httpReq = dynamic_cast<BHttpRequest*>(fReq); in Open() local
170 if (httpReq != NULL) in Open()
171 httpReq->SetStopOnError(true); in Open()