Lines Matching defs:valuep
73 nwam_value_t *valuep) in nwam_value_create()
183 nwam_value_t *valuep) in nwam_value_create_boolean_array()
190 nwam_value_create_boolean(boolean_t value, nwam_value_t *valuep) in nwam_value_create_boolean()
197 nwam_value_t *valuep) in nwam_value_create_int64_array()
204 nwam_value_create_int64(int64_t value, nwam_value_t *valuep) in nwam_value_create_int64()
211 nwam_value_t *valuep) in nwam_value_create_uint64_array()
218 nwam_value_create_uint64(uint64_t value, nwam_value_t *valuep) in nwam_value_create_uint64()
225 nwam_value_t *valuep) in nwam_value_create_string_array()
232 nwam_value_create_string(char *value, nwam_value_t *valuep) in nwam_value_create_string()
249 nwam_value_get_boolean(nwam_value_t value, boolean_t *valuep) in nwam_value_get_boolean()
277 nwam_value_get_int64(nwam_value_t value, int64_t *valuep) in nwam_value_get_int64()
305 nwam_value_get_uint64(nwam_value_t value, uint64_t *valuep) in nwam_value_get_uint64()
333 nwam_value_get_string(nwam_value_t value, char **valuep) in nwam_value_get_string()
494 nwam_value_t *valuep) in nwam_next_object_prop()
512 nwam_get_prop_value(void *list, const char *name, nwam_value_t *valuep) in nwam_get_prop_value()