Searched refs:_GetLine (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/private/netservices/
H A DNetworkRequest.h39 status_t _GetLine(BString& destString);
/haiku/src/preferences/joysticks/
H A DJoyWin.h60 bool _GetLine(BString& string);
/haiku/src/kits/network/libnetservices/
H A DNetworkRequest.cpp94 BNetworkRequest::_GetLine(BString& destString) function in class:BNetworkRequest
H A DHttpRequest.cpp752 if (_GetLine(chunkHeader) == B_ERROR) {
883 if (_GetLine(statusLine) == B_ERROR)
907 while (_GetLine(currentHeader) != B_ERROR) {
H A DGopherRequest.cpp441 while (_GetLine(line) == B_OK) {

Completed in 70 milliseconds