Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF  4.3.0
API Reference
 
Loading...
Searching...
No Matches
MCACHE Struct Reference

#include <hdf/src/mcache_priv.h>

Data Structures

struct  _hqh
 
struct  _lhqh
 
struct  _lqh
 

Data Fields

struct MCACHE::_lqh lqh
 
struct MCACHE::_hqh hqh [128]
 
struct MCACHE::_lhqh lhqh [128]
 
int32 curcache
 
int32 maxcache
 
int32 npages
 
int32 pagesize
 
int32 object_id
 
int32 object_size
 
int32(* pgin )(void *cookie, int32 pgno, void *page)
 
int32(* pgout )(void *cookie, int32 pgno, const void *page)
 
void * pgcookie
 

Field Documentation

◆ curcache

int32 curcache

◆ hqh

struct MCACHE::_hqh hqh[ 128 ]

◆ lhqh

struct MCACHE::_lhqh lhqh[ 128 ]

◆ lqh

struct MCACHE::_lqh lqh

◆ maxcache

int32 maxcache

◆ npages

int32 npages

◆ object_id

int32 object_id

◆ object_size

int32 object_size

◆ pagesize

int32 pagesize

◆ pgcookie

void* pgcookie

◆ pgin

int32(* pgin) (void *cookie, int32 pgno, void *page)

◆ pgout

int32(* pgout) (void *cookie, int32 pgno, const void *page)

The documentation for this struct was generated from the following file: