|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| u_int | uc_size |
| cache_ptr * | uc_entries |
| cache_ptr * | uc_fifo |
| u_int | uc_nextvictim |
| rpcprog_t | uc_prog |
| rpcvers_t | uc_vers |
| rpcproc_t | uc_proc |
| cache_ptr* cl_cache::uc_entries |
Definition at line 359 of file svc_dg.c.
Referenced by cache_get(), cache_set(), and svc_dg_enablecache().
| cache_ptr* cl_cache::uc_fifo |
Definition at line 360 of file svc_dg.c.
Referenced by cache_set(), and svc_dg_enablecache().
| u_int cl_cache::uc_nextvictim |
Definition at line 361 of file svc_dg.c.
Referenced by cache_set(), and svc_dg_enablecache().
| rpcproc_t cl_cache::uc_proc |
Definition at line 364 of file svc_dg.c.
Referenced by cache_get(), and cache_set().
| rpcprog_t cl_cache::uc_prog |
Definition at line 362 of file svc_dg.c.
Referenced by cache_get(), and cache_set().
| u_int cl_cache::uc_size |
Definition at line 358 of file svc_dg.c.
Referenced by cache_set(), and svc_dg_enablecache().
| rpcvers_t cl_cache::uc_vers |
Definition at line 363 of file svc_dg.c.
Referenced by cache_get(), and cache_set().