Searched refs:stopOnError (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/network/libnetservices2/
H A DHttpRequest.cpp170 bool stopOnError = false; member in struct:BHttpRequest::Data
276 return fData->stopOnError;
377 BHttpRequest::SetStopOnError(bool stopOnError) argument
381 fData->stopOnError = stopOnError;
/haiku/headers/private/netservices2/
H A DHttpRequest.h117 void SetStopOnError(bool stopOnError);

Completed in 34 milliseconds