|
LibreOffice Module store (master) 1
|
Page Access (control). More...
#include <storbios.hxx>
Public Member Functions | |
| Ace () | |
| ~Ace () | |
Static Public Member Functions | |
| static int SAL_CALL | constructor (void *obj, void *arg) |
| static Ace * | find (Ace *head, sal_uInt32 addr) |
| static void | insert (Ace *head, Ace *entry) |
Public Attributes | |
| Ace * | m_next |
| Ace * | m_prev |
| sal_uInt32 | m_addr |
| sal_uInt32 | m_used |
Page Access (control).
Definition at line 116 of file storbios.hxx.
| OStorePageBIOS::Ace::Ace | ( | ) |
Definition at line 349 of file storbios.cxx.
| OStorePageBIOS::Ace::~Ace | ( | ) |
Definition at line 353 of file storbios.cxx.
|
static |
Definition at line 360 of file storbios.cxx.
References m_next, and m_prev.
Referenced by store::OStorePageBIOS::AceCache::AceCache().
|
static |
Definition at line 369 of file storbios.cxx.
References m_addr, and m_next.
Referenced by store::OStorePageBIOS::acquirePage(), and store::OStorePageBIOS::releasePage().
|
static |
Definition at line 381 of file storbios.cxx.
References m_next, and m_prev.
Referenced by store::OStorePageBIOS::acquirePage().
| sal_uInt32 store::OStorePageBIOS::Ace::m_addr |
Definition at line 121 of file storbios.hxx.
Referenced by store::OStorePageBIOS::acquirePage(), store::OStorePageBIOS::AceCache::create(), find(), and store::OStorePageBIOS::releasePage().
| Ace* store::OStorePageBIOS::Ace::m_next |
Definition at line 118 of file storbios.hxx.
Referenced by store::OStorePageBIOS::cleanup_Impl(), constructor(), store::OStorePageBIOS::AceCache::create(), store::OStorePageBIOS::AceCache::destroy(), find(), and insert().
| Ace* store::OStorePageBIOS::Ace::m_prev |
Definition at line 119 of file storbios.hxx.
Referenced by constructor(), store::OStorePageBIOS::AceCache::create(), store::OStorePageBIOS::AceCache::destroy(), and insert().
| sal_uInt32 store::OStorePageBIOS::Ace::m_used |
Definition at line 122 of file storbios.hxx.
Referenced by store::OStorePageBIOS::acquirePage(), store::OStorePageBIOS::cleanup_Impl(), store::OStorePageBIOS::AceCache::create(), and store::OStorePageBIOS::releasePage().