Lines Matching defs:vp
66 npfvar_t *vp = ecalloc(1, sizeof(*vp)); in npfvar_create() local
90 npfvar_add(npfvar_t *vp, const char *name) in npfvar_add()
100 npfvar_t *vp = npfvar_create(); in npfvar_create_element() local
111 npfvar_add_element(npfvar_t *vp, unsigned type, const void *data, size_t len) in npfvar_add_element()
132 npfvar_add_elements(npfvar_t *vp, npfvar_t *vp2) in npfvar_add_elements()
168 npfvar_destroy(npfvar_t *vp) in npfvar_destroy()
177 npfvar_expand_string(const npfvar_t *vp) in npfvar_expand_string()
187 npfvar_get_count(const npfvar_t *vp) in npfvar_get_count()
193 npfvar_get_element(const npfvar_t *vp, size_t idx, size_t level) in npfvar_get_element()
232 npfvar_get_type(const npfvar_t *vp, size_t idx) in npfvar_get_type()
239 npfvar_get_data(const npfvar_t *vp, unsigned type, size_t idx) in npfvar_get_data()