fCurrentStatus
status_t fCurrentStatus;
return fCurrentStatus = B_NO_MEMORY;
if (fCurrentEnd == fCurrentStart || fCurrentStatus < B_OK)
return fCurrentStatus;
fCurrentStatus = B_OK;
if (fCurrentStatus < B_OK)
return fCurrentStatus;
return fCurrentStatus = B_BAD_VALUE;
return fCurrentStatus = status;
if (fCurrentStatus < B_OK)
return fCurrentStatus;