|
zpmod
b19981f
High-performance Zsh module for script optimization and filesystem helpers
|
Data Fields | |
| struct zp_cc_entry * | items |
| size_t | size |
| size_t | cap |
Definition at line 140 of file compaudit_cache.c.
| size_t zp_cc_vec::cap |
Definition at line 143 of file compaudit_cache.c.
Referenced by zp_cc_vec_free(), zp_cc_vec_init(), and zp_cc_vec_push().
| struct zp_cc_entry* zp_cc_vec::items |
Definition at line 141 of file compaudit_cache.c.
Referenced by zp_cc_incremental_update(), zp_cc_rebuild(), zp_cc_validate_cache(), zp_cc_vec_free(), zp_cc_vec_init(), zp_cc_vec_push(), and zp_compaudit_cache_core().
| size_t zp_cc_vec::size |
Definition at line 142 of file compaudit_cache.c.
Referenced by zp_cc_incremental_update(), zp_cc_rebuild(), zp_cc_validate_cache(), zp_cc_vec_free(), zp_cc_vec_init(), zp_cc_vec_push(), and zp_compaudit_cache_core().