Searched refs:_GetReply (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/codycam/
H A DFtpClient.cpp52 if (_GetReply(replyString, code, codeType) == true) {
72 _GetReply(replyString, code, codeType);
78 if (_GetReply(replyString, code, codeType)) {
88 if (_GetReply(replyString, code, codeType)) {
115 if (_GetReply(replyString, code, codeType) == true) {
152 if (_GetReply(replyString, code, codeType)) {
158 if (_GetReply(replyString, code, codeType)) {
169 if (_GetReply(replyString, code, codeType)) {
215 _GetReply(replyString, code, codeType);
223 if (_GetReply(replyStrin
528 FtpClient::_GetReply(string& outString, int& outCode, int& codeType) function in class:FtpClient
[all...]
H A DFtpClient.h71 bool _GetReply(string& outString, int& outCode,
/haiku/src/tests/kits/app/bmessenger/
H A DSMTarget.cpp157 CHK(_GetReply(SMRT_INIT, &initData, sizeof(smrt_init)) == B_OK);
192 CHK(_GetReply(SMRT_DELIVERY_SUCCESS_REPLY, &data,
204 // _GetReply
206 RemoteSMTarget::_GetReply(int32 expectedCode, void *buffer, size_t size) function in class:RemoteSMTarget
H A DSMTarget.h57 status_t _GetReply(int32 code, void *buffer, size_t size);

Completed in 92 milliseconds