Lines Matching refs:store
44 using namespace store;
306 rKey.m_nLow = store::htonl(rtl_crc32 (0, pName->buffer, pName->length)); in namei()
307 rKey.m_nHigh = store::htonl(rtl_crc32 (0, pPath->buffer, pPath->length)); in namei()
341 aKey.m_nLow = store::htonl(rtl_crc32 (store::ntohl(aKey.m_nLow), "/", 1)); in iget()
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()
737 aDstKey.m_nLow = store::htonl(rtl_crc32 (store::ntohl(aDstKey.m_nLow), "/", 1)); 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()