Home
last modified time | relevance | path

Searched refs:mlr_alloc_string_from_ll (Results 1 – 9 of 9) sorted by relevance

/dports/textproc/miller/miller-5.10.2/c/lib/
H A Dmlrval.c63 return mlr_alloc_string_from_ll(pval->u.intv); in mv_alloc_format_val()
90 return mlr_alloc_string_from_ll(pval->u.intv); in mv_alloc_format_val_quoting_strings()
125 return mlr_alloc_string_from_ll(pval->u.intv); in mv_maybe_alloc_format_val()
164 rv = mlr_alloc_string_from_ll(pval->u.intv); in mv_format_val()
H A Dmlrutil.h102 char* mlr_alloc_string_from_ll(long long value);
H A Dmlrutil.c141 char* mlr_alloc_string_from_ll(long long value) { in mlr_alloc_string_from_ll() function
H A Dmvfuncs.c2026 static mv_t string_s_i(mv_t* pa) { return mv_from_string_with_free(mlr_alloc_string_from_ll(pa->u.i… in string_s_i()
/dports/textproc/miller/miller-5.10.2/c/input/
H A Dlrec_reader_gen.c70 char* value = mlr_alloc_string_from_ll(pstate->current_value); in lrec_reader_gen_process()
/dports/textproc/miller/miller-5.10.2/c/mapping/
H A Dmapper_uniq.c385 lrec_prepend(prec, pstate->output_field_name, mlr_alloc_string_from_ll(count), FREE_ENTRY_VALUE); in mapper_uniq_process_uniqify_entire_records_show_counts()
418 lrec_put(poutrec, pstate->output_field_name, mlr_alloc_string_from_ll(count), FREE_ENTRY_VALUE); in mapper_uniq_process_uniqify_entire_records_show_num_distinct_only()
460 lrec_put(poutrec, "count", mlr_alloc_string_from_ll(pf->value), FREE_ENTRY_VALUE); in mapper_uniq_process_unlashed()
H A Dmapper_count_similar.c190 char* scount = mlr_alloc_string_from_ll(*pcount); in mapper_count_similar_process()
H A Dmapper_count.c179 mlr_alloc_string_from_ll(pstate->ungrouped_count), FREE_ENTRY_VALUE); in mapper_count_process_ungrouped()
H A Dmapper_stats2.c542 char* nval = mlr_alloc_string_from_ll(pstate->count); in stats2_linreg_ols_emit()
632 char* nval = mlr_alloc_string_from_ll(pstate->pxs->size); in stats2_logireg_emit()
865 lrec_put(poutrec, keyn, mlr_alloc_string_from_ll(pstate->count), FREE_ENTRY_VALUE); in stats2_corr_cov_emit()