Home
last modified time | relevance | path

Searched refs:mlr_try_int_from_string (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/miller/miller-5.10.2/c/lib/
H A Dmlrval.c289 } else if (!mlr_try_int_from_string(pval->u.strv, &intv)) { in mv_set_int_nullable()
337 } else if (mlr_try_int_from_string(string, &intv)) { in mv_scan_number_nullable()
391 if (mlr_try_int_from_string(string, &intv)) { in mv_ref_type_infer_string_or_float_or_int()
409 if (mlr_try_int_from_string(string, &intv)) { in mv_copy_type_infer_string_or_float_or_int()
H A Dmlrutil.h114 int mlr_try_int_from_string(char* string, long long* pval);
H A Dmlrutil.c206 if (!mlr_try_int_from_string(string, &i)) { in mlr_int_from_string_or_die()
214 int mlr_try_int_from_string(char* string, long long* pval) { in mlr_try_int_from_string() function
H A Dmvfuncs.c1901 if (!mlr_try_int_from_string(pa->u.strv, &retval.u.intv)) { in int_i_s()
/dports/textproc/miller/miller-5.10.2/c/mapping/
H A Dmapper_format_values.c137 int is_int = mlr_try_int_from_string(string_value, &int_value); in mapper_format_values_process()
H A Dmapper_repeat.c168 int ok = mlr_try_int_from_string(repeat_count_field_svalue, &repeat_count); in mapper_repeat_process_by_field_name()
/dports/textproc/miller/miller-5.10.2/c/dsl/
H A Drval_expr_evaluators.c566 if (mlr_try_int_from_string(string, &intv)) { in rval_evaluator_alloc_from_numeric_literal()
1172 if (mlr_try_int_from_string(pentry->value, &intv)) { in get_copy_srec_value_string_float_int_aux()