freebsd-dev/sys/contrib/libnv
Mariusz Zaborski 5ef231f6f7 Add cnv API.
cnv API is a set of functions for managing name/value pairs by cookie.
The cookie can be obtained by nvlist_next(), nvlist_get_parent() or
nvlist_get_pararr() function. This patch also includes unit tests.

Submitted by:	Adam Starak <starak.adam@gmail.com>
2016-08-27 13:37:30 +00:00
..
cnvlist.c Add cnv API. 2016-08-27 13:37:30 +00:00
dnvlist.c
nv_impl.h
nvlist_impl.h Add cnv API. 2016-08-27 13:37:30 +00:00
nvlist.c Add cnv API. 2016-08-27 13:37:30 +00:00
nvpair_impl.h
nvpair.c