Searched refs:ulImapNode (Results 1 – 2 of 2) sorted by relevance
43 static REDSTATUS ImapNodeBranch( uint32_t ulImapNode,45 static bool ImapNodeIsBranched( uint32_t ulImapNode );82 uint32_t ulImapNode = ulOffset / IMAPNODE_ENTRIES; in RedImapEBlockGet() local94 if( !ImapNodeIsBranched( ulImapNode ) ) in RedImapEBlockGet()146 ret = ImapNodeBranch( ulImapNode, &pImap ); in RedImapEBlockSet()197 static REDSTATUS ImapNodeBranch( uint32_t ulImapNode, in ImapNodeBranch() argument207 else if( ImapNodeIsBranched( ulImapNode ) ) in ImapNodeBranch()227 RedBitSet( gpRedMR->abEntries, ulImapNode ); in ImapNodeBranch()261 static bool ImapNodeIsBranched( uint32_t ulImapNode ) in ImapNodeIsBranched() argument288 uint32_t ulImapNode ) in RedImapNodeBlock() argument[all …]
154 uint32_t ulImapNode );
Completed in 9 milliseconds