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

/haiku/src/kits/app/
H A DLinkSender.cpp46 fCurrentStatus(B_OK)
89 return fCurrentStatus = B_NO_MEMORY;
109 if (fCurrentEnd == fCurrentStart || fCurrentStatus < B_OK)
110 return fCurrentStatus;
130 fCurrentStatus = B_OK;
140 if (fCurrentStatus < B_OK)
141 return fCurrentStatus;
144 return fCurrentStatus = B_BAD_VALUE;
160 return fCurrentStatus = status;
298 if (fCurrentStatus < B_O
[all...]
/haiku/headers/private/app/
H A DLinkSender.h59 status_t fCurrentStatus; member in class:BPrivate::LinkSender

Completed in 37 milliseconds