Home
last modified time | relevance | path

Searched refs:slab_ptr (Results 1 – 1 of 1) sorted by relevance

/src/contrib/bc/src/
H A Dvector.c566 BcSlab* slab_ptr; in bc_slabvec_strdup() local
590 slab_ptr = bc_vec_top(v); in bc_slabvec_strdup()
591 s = bc_slab_add(slab_ptr, str, len); in bc_slabvec_strdup()
596 slab_ptr = bc_vec_pushEmpty(v); in bc_slabvec_strdup()
597 bc_slab_init(slab_ptr); in bc_slabvec_strdup()
599 s = bc_slab_add(slab_ptr, str, len); in bc_slabvec_strdup()