Searched refs:kvec_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/libucl/klib/
H A Dkvec.h31 kvec_t(int) array;
57 #define kvec_t(type) struct { size_t n, m; type *a; } macro
/freebsd-13-stable/contrib/libucl/src/
H A Ducl_hash.c40 kvec_t(const ucl_object_t *) ar;
H A Ducl_util.c48 typedef kvec_t(ucl_object_t *) ucl_array_t;

Completed in 75 milliseconds