Lines Matching defs:nwam_value_t

196 typedef struct nwam_value *nwam_value_t;
199 extern nwam_error_t nwam_value_create_boolean(boolean_t, nwam_value_t *);
201 nwam_value_t *);
202 extern nwam_error_t nwam_value_create_int64(int64_t, nwam_value_t *);
204 nwam_value_t *);
205 extern nwam_error_t nwam_value_create_uint64(uint64_t, nwam_value_t *);
207 nwam_value_t *);
208 extern nwam_error_t nwam_value_create_string(char *, nwam_value_t *);
210 nwam_value_t *);
212 extern nwam_error_t nwam_value_get_boolean(nwam_value_t, boolean_t *);
213 extern nwam_error_t nwam_value_get_boolean_array(nwam_value_t, boolean_t **,
215 extern nwam_error_t nwam_value_get_int64(nwam_value_t, int64_t *);
216 extern nwam_error_t nwam_value_get_int64_array(nwam_value_t, int64_t **,
218 extern nwam_error_t nwam_value_get_uint64(nwam_value_t, uint64_t *);
219 extern nwam_error_t nwam_value_get_uint64_array(nwam_value_t, uint64_t **,
221 extern nwam_error_t nwam_value_get_string(nwam_value_t, char **);
222 extern nwam_error_t nwam_value_get_string_array(nwam_value_t, char ***,
225 extern nwam_error_t nwam_value_get_type(nwam_value_t, nwam_value_type_t *);
226 extern nwam_error_t nwam_value_get_numvalues(nwam_value_t, uint_t *);
228 extern void nwam_value_free(nwam_value_t);
229 extern nwam_error_t nwam_value_copy(nwam_value_t, nwam_value_t *);
596 int (*)(const char *, nwam_value_t, void *),
603 nwam_value_t *);
605 nwam_value_t, uint64_t);
607 nwam_value_t);
673 int (*)(const char *, nwam_value_t, void *), void *, uint64_t, int *);
682 nwam_value_t *);
684 nwam_value_t, uint64_t);
686 nwam_value_t);
772 int (*)(const char *, nwam_value_t, void *),
789 nwam_value_t *);
791 nwam_value_t, uint64_t);
794 nwam_value_t);
856 nwam_value_t);
867 nwam_value_t *);
869 nwam_value_t, uint64_t);
885 int (*)(const char *, nwam_value_t, void *),
949 int (*)(const char *, nwam_value_t, void *),
956 const char *, nwam_value_t *);
958 const char *, nwam_value_t, uint64_t);
960 const char *, nwam_value_t);