zpmod  b19981f
High-performance Zsh module for script optimization and filesystem helpers
rh_vec Struct Reference
Collaboration diagram for rh_vec:
[legend]

Data Fields

struct rh_entryitems
 
size_t size
 
size_t cap
 

Detailed Description

Definition at line 97 of file rehash_diff.c.

Field Documentation

◆ cap

size_t rh_vec::cap

Definition at line 100 of file rehash_diff.c.

Referenced by rh_vec_free(), rh_vec_init(), and rh_vec_push().

◆ items

struct rh_entry* rh_vec::items

Definition at line 98 of file rehash_diff.c.

Referenced by rh_vec_free(), rh_vec_init(), rh_vec_push(), rh_write(), and zp_rehash_diff_core().

◆ size

size_t rh_vec::size

Definition at line 99 of file rehash_diff.c.

Referenced by rh_vec_free(), rh_vec_init(), rh_vec_push(), rh_write(), and zp_rehash_diff_core().


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