Lines Matching refs:m_nAttrib
430 rAttrib = store::ntohl(e.m_nAttrib); in iterate()
539 sal_uInt32 nAttrib = store::ntohl(e.m_nAttrib); in attrib()
544 if (store::htonl(nAttrib) != e.m_nAttrib) in attrib()
550 e.m_nAttrib = store::htonl(nAttrib); in attrib()
565 rAttrib = store::ntohl(e.m_nAttrib); in attrib()
726 if (!(store::ntohl(e.m_nAttrib) & STORE_ATTRIB_ISLINK)) in rename()
759 if (!(store::ntohl(e.m_nAttrib) & STORE_ATTRIB_ISLINK)) in rename()
813 if (!(store::ntohl(e.m_nAttrib) & STORE_ATTRIB_ISLINK)) in remove()
1024 if (e.m_nAttrib & STORE_ATTRIB_ISLINK) in rebuild()
1034 e.m_nAttrib &= ~STORE_ATTRIB_ISLINK; in rebuild()
1037 if (e.m_nAttrib) in rebuild()
1041 eErrCode = attrib (e.m_aKey, 0, e.m_nAttrib, nAttrib); in rebuild()