Lines Matching refs:ret
68 REDSTATUS ret; in RedImapEBlockGet() local
77 ret = -RED_EINVAL; in RedImapEBlockGet()
101 …ret = RedBufferGet( RedImapNodeBlock( bMRToRead, ulImapNode ), BFLAG_META_IMAP, CAST_VOID_PTR_PTR(… in RedImapEBlockGet()
103 if( ret == 0 ) in RedImapEBlockGet()
111 return ret; in RedImapEBlockGet()
131 REDSTATUS ret; in RedImapEBlockSet() local
138 ret = -RED_EINVAL; in RedImapEBlockSet()
146 ret = ImapNodeBranch( ulImapNode, &pImap ); in RedImapEBlockSet()
148 if( ret == 0 ) in RedImapEBlockSet()
160 ret = -RED_EFUBAR; in RedImapEBlockSet()
175 return ret; in RedImapEBlockSet()
200 REDSTATUS ret; in ImapNodeBranch() local
205 ret = -RED_EINVAL; in ImapNodeBranch()
211 …ret = RedBufferGet( RedImapNodeBlock( gpRedCoreVol->bCurMR, ulImapNode ), BFLAG_META_IMAP | BFLAG_… in ImapNodeBranch()
233 ret = RedBufferDiscardRange( ulBlockCurrent, 1U ); in ImapNodeBranch()
238 if( ret == 0 ) in ImapNodeBranch()
240 ret = RedBufferGet( ulBlockOld, BFLAG_META_IMAP, CAST_VOID_PTR_PTR( ppImap ) ); in ImapNodeBranch()
242 if( ret == 0 ) in ImapNodeBranch()
249 return ret; in ImapNodeBranch()