Lines Matching refs:numvaluesp
239 uint_t *numvaluesp) in nwam_value_get_boolean_array() argument
241 assert(value != NULL && numvaluesp != NULL && valuesp != NULL); in nwam_value_get_boolean_array()
243 *numvaluesp = value->nwv_value_numvalues; in nwam_value_get_boolean_array()
267 uint_t *numvaluesp) in nwam_value_get_int64_array() argument
269 assert(value != NULL && numvaluesp != NULL && valuesp != NULL); in nwam_value_get_int64_array()
271 *numvaluesp = value->nwv_value_numvalues; in nwam_value_get_int64_array()
295 uint_t *numvaluesp) in nwam_value_get_uint64_array() argument
297 assert(value != NULL && numvaluesp != NULL && valuesp != NULL); in nwam_value_get_uint64_array()
299 *numvaluesp = value->nwv_value_numvalues; in nwam_value_get_uint64_array()
323 uint_t *numvaluesp) in nwam_value_get_string_array() argument
325 assert(value != NULL && numvaluesp != NULL && valuesp != NULL); in nwam_value_get_string_array()
327 *numvaluesp = value->nwv_value_numvalues; in nwam_value_get_string_array()
357 nwam_value_get_numvalues(nwam_value_t value, uint_t *numvaluesp) in nwam_value_get_numvalues() argument
359 *numvaluesp = value->nwv_value_numvalues; in nwam_value_get_numvalues()