Searched refs:int_vals (Results 1 – 1 of 1) sorted by relevance
2003 int64_t *int_vals; in str_to_nwam_value() local2041 int_vals = calloc(n, sizeof (int64_t)); in str_to_nwam_value()2042 if (int_vals == NULL) { in str_to_nwam_value()2070 int_vals[i] = (int64_t)atoi(val[i]); in str_to_nwam_value()2115 ret = nwam_value_create_int64_array(int_vals, n, &data); in str_to_nwam_value()2116 free(int_vals); in str_to_nwam_value()