Home
last modified time | relevance | path

Searched refs:poutrecs (Results 1 – 25 of 30) sorted by relevance

12

/dports/textproc/miller/miller-5.10.2/c/unit_test/
H A Dtest_mlhmmv.c219 sllv_t* poutrecs = NULL; in test_mlhmmv_to_lrecs() local
222 poutrecs = sllv_alloc(); in test_mlhmmv_to_lrecs()
231 sllv_free(poutrecs); in test_mlhmmv_to_lrecs()
242 sllv_free(poutrecs); in test_mlhmmv_to_lrecs()
254 sllv_free(poutrecs); in test_mlhmmv_to_lrecs()
265 sllv_free(poutrecs); in test_mlhmmv_to_lrecs()
276 sllv_free(poutrecs); in test_mlhmmv_to_lrecs()
288 sllv_free(poutrecs); in test_mlhmmv_to_lrecs()
299 sllv_free(poutrecs); in test_mlhmmv_to_lrecs()
310 sllv_free(poutrecs); in test_mlhmmv_to_lrecs()
[all …]
/dports/textproc/miller/miller-5.10.2/c/dsl/
H A Dmlr_dsl_cst_output_statements.c479 sllv_free(poutrecs); in handle_emitf_to_stdfp()
505 sllv_free(poutrecs); in handle_emitf_to_file()
544 sllv_t* poutrecs,
579 sllv_t* poutrecs,
585 sllv_t* poutrecs,
821 sllv_free(poutrecs); in handle_emit_to_stdfp()
847 sllv_free(poutrecs); in handle_emit_to_file()
997 sllv_free(poutrecs); in handle_emit_all_to_stdfp()
1026 sllv_free(poutrecs); in handle_emit_all_to_file()
1246 sllv_free(poutrecs); in handle_emit_lashed_to_stdfp()
[all …]
/dports/textproc/miller/miller-5.10.2/c/mapping/
H A Dmapper_uniq.c386 sllv_append(poutrecs, prec); in mapper_uniq_process_uniqify_entire_records_show_counts()
389 sllv_append(poutrecs, NULL); in mapper_uniq_process_uniqify_entire_records_show_counts()
391 return poutrecs; in mapper_uniq_process_uniqify_entire_records_show_counts()
420 sllv_append(poutrecs, NULL); in mapper_uniq_process_uniqify_entire_records_show_num_distinct_only()
421 return poutrecs; in mapper_uniq_process_uniqify_entire_records_show_num_distinct_only()
464 sllv_append(poutrecs, NULL); in mapper_uniq_process_unlashed()
465 return poutrecs; in mapper_uniq_process_unlashed()
500 sllv_append(poutrecs, NULL); in mapper_uniq_process_num_distinct_only()
501 return poutrecs; in mapper_uniq_process_num_distinct_only()
548 sllv_append(poutrecs, NULL); in mapper_uniq_process_with_counts()
[all …]
H A Dmapper_repeat.c144 sllv_t* poutrecs = sllv_alloc(); in mapper_repeat_process_by_positive_count() local
147 sllv_append(poutrecs, pinrec); in mapper_repeat_process_by_positive_count()
149 sllv_append(poutrecs, lrec_copy(pinrec)); in mapper_repeat_process_by_positive_count()
151 return poutrecs; in mapper_repeat_process_by_positive_count()
174 sllv_t* poutrecs = sllv_alloc(); in mapper_repeat_process_by_field_name() local
177 sllv_append(poutrecs, pinrec); in mapper_repeat_process_by_field_name()
179 sllv_append(poutrecs, lrec_copy(pinrec)); in mapper_repeat_process_by_field_name()
181 return poutrecs; in mapper_repeat_process_by_field_name()
H A Dmapper_bootstrap.c116 sllv_t* poutrecs = sllv_alloc(); in mapper_bootstrap_process() local
120 sllv_append(poutrecs, NULL); in mapper_bootstrap_process()
121 return poutrecs; in mapper_bootstrap_process()
145 sllv_append(poutrecs, prec); in mapper_bootstrap_process()
158 sllv_append(poutrecs, NULL); in mapper_bootstrap_process()
159 return poutrecs; in mapper_bootstrap_process()
H A Dmapper_reshape.c299 sllv_t* poutrecs = sllv_alloc(); in mapper_reshape_wide_to_long_no_regex_process() local
317 sllv_append(poutrecs, pinrec); in mapper_reshape_wide_to_long_no_regex_process()
323 sllv_append(poutrecs, poutrec); in mapper_reshape_wide_to_long_no_regex_process()
329 return poutrecs; in mapper_reshape_wide_to_long_no_regex_process()
339 sllv_t* poutrecs = sllv_alloc(); in mapper_reshape_wide_to_long_regex_process() local
359 sllv_append(poutrecs, pinrec); in mapper_reshape_wide_to_long_regex_process()
365 sllv_append(poutrecs, poutrec); in mapper_reshape_wide_to_long_regex_process()
372 return poutrecs; in mapper_reshape_wide_to_long_regex_process()
414 sllv_t* poutrecs = sllv_alloc(); in mapper_reshape_long_to_wide_process() local
431 sllv_append(poutrecs, NULL); in mapper_reshape_long_to_wide_process()
[all …]
H A Dmapper_shuffle.c94 sllv_t* poutrecs = sllv_alloc(); in mapper_shuffle_process() local
130 sllv_append(poutrecs, record_array[images[i]]); in mapper_shuffle_process()
137 sllv_append(poutrecs, NULL); in mapper_shuffle_process()
138 return poutrecs; in mapper_shuffle_process()
H A Dmapper_count.c214 sllv_t* poutrecs = sllv_alloc(); in mapper_count_process_grouped() local
223 sllv_append(poutrecs, poutrec); in mapper_count_process_grouped()
240 sllv_append(poutrecs, poutrec); in mapper_count_process_grouped()
244 sllv_append(poutrecs, NULL); in mapper_count_process_grouped()
245 return poutrecs; in mapper_count_process_grouped()
H A Dmapper_put_or_filter.c598 sllv_t* poutrecs = sllv_alloc(); in mapper_put_or_filter_process() local
622 .poutrecs = poutrecs, in mapper_put_or_filter_process()
653 .poutrecs = poutrecs, in mapper_put_or_filter_process()
661 sllv_append(poutrecs, NULL); in mapper_put_or_filter_process()
662 return poutrecs; in mapper_put_or_filter_process()
688 .poutrecs = poutrecs, in mapper_put_or_filter_process()
717 sllv_append(poutrecs, variables.pinrec); in mapper_put_or_filter_process()
721 return poutrecs; in mapper_put_or_filter_process()
H A Dmapper_nest.c339 sllv_t* poutrecs = sllv_alloc(); in mapper_nest_explode_values_across_records() local
347 sllv_append(poutrecs, poutrec); in mapper_nest_explode_values_across_records()
350 return poutrecs; in mapper_nest_explode_values_across_records()
391 sllv_t* poutrecs = sllv_alloc(); in mapper_nest_implode_values_across_records() local
407 sllv_append(poutrecs, poutrec); in mapper_nest_implode_values_across_records()
411 sllv_append(poutrecs, NULL); in mapper_nest_implode_values_across_records()
412 return poutrecs; in mapper_nest_implode_values_across_records()
461 sllv_t* poutrecs = sllv_alloc(); in mapper_nest_explode_pairs_across_records() local
482 sllv_append(poutrecs, poutrec); in mapper_nest_explode_pairs_across_records()
486 return poutrecs; in mapper_nest_explode_pairs_across_records()
H A Dmapper_histogram.c203 sllv_t* poutrecs = sllv_alloc(); in mapper_histogram_emit() local
245 sllv_append(poutrecs, poutrec); in mapper_histogram_emit()
250 sllv_append(poutrecs, NULL); in mapper_histogram_emit()
251 return poutrecs; in mapper_histogram_emit()
323 sllv_t* poutrecs = sllv_alloc(); in mapper_histogram_emit_auto() local
356 sllv_append(poutrecs, poutrec); in mapper_histogram_emit_auto()
358 sllv_append(poutrecs, NULL); in mapper_histogram_emit_auto()
361 return poutrecs; in mapper_histogram_emit_auto()
H A Dmapper_count_similar.c177 sllv_t* poutrecs = sllv_alloc(); in mapper_count_similar_process() local
192 sllv_append(poutrecs, poutrec); in mapper_count_similar_process()
195 sllv_append(poutrecs, NULL); in mapper_count_similar_process()
196 return poutrecs; in mapper_count_similar_process()
H A Dmapper_seqgen.c134 sllv_t* poutrecs = sllv_alloc(); in mapper_seqgen_process() local
144 sllv_append(poutrecs, poutrec); in mapper_seqgen_process()
146 sllv_append(poutrecs, NULL); in mapper_seqgen_process()
148 return poutrecs; in mapper_seqgen_process()
H A Dmapper_unsparsify.c134 sllv_t* poutrecs = sllv_alloc(); in mapper_unsparsify_non_streaming_process() local
148 sllv_append(poutrecs, poutrec); in mapper_unsparsify_non_streaming_process()
153 sllv_append(poutrecs, NULL); in mapper_unsparsify_non_streaming_process()
154 return poutrecs; in mapper_unsparsify_non_streaming_process()
H A Dmapper_sample.c139 sllv_t* poutrecs = sllv_alloc(); in mapper_sample_process() local
144 sllv_append(poutrecs, pbucket->plrecs[i]); in mapper_sample_process()
149 sllv_append(poutrecs, NULL); in mapper_sample_process()
150 return poutrecs; in mapper_sample_process()
H A Dmapper_tail.c181 sllv_t* poutrecs = sllv_alloc(); in mapper_tail_process_from_count() local
185 sllv_transfer(poutrecs, precord_list_for_group); in mapper_tail_process_from_count()
187 sllv_append(poutrecs, NULL); in mapper_tail_process_from_count()
188 return poutrecs; in mapper_tail_process_from_count()
H A Dmapper_top.c234 sllv_t* poutrecs = sllv_alloc(); in mapper_top_emit() local
248 sllv_append(poutrecs, ptop_keeper_for_group->top_precords[i]); in mapper_top_emit()
284 sllv_append(poutrecs, poutrec); in mapper_top_emit()
289 sllv_append(poutrecs, NULL); in mapper_top_emit()
290 return poutrecs; in mapper_top_emit()
H A Dmapper_grep.c126 sllv_t* poutrecs = NULL; in mapper_grep_process() local
128 poutrecs = sllv_single(pinrec); in mapper_grep_process()
133 return poutrecs; in mapper_grep_process()
H A Dmapper_fraction.c203 sllv_t* poutrecs = sllv_alloc(); in mapper_fraction_process() local
251 sllv_append(poutrecs, poutrec); in mapper_fraction_process()
254 sllv_append(poutrecs, NULL); in mapper_fraction_process()
255 return poutrecs; in mapper_fraction_process()
H A Dmapper_most_or_least_frequent.c205 sllv_t* poutrecs = sllv_alloc(); in mapper_most_or_least_frequent_process() local
219 sllv_append(poutrecs, poutrec); in mapper_most_or_least_frequent_process()
221 sllv_append(poutrecs, NULL); in mapper_most_or_least_frequent_process()
224 return poutrecs; in mapper_most_or_least_frequent_process()
H A Dmapper_stats1.c611 sllv_t* poutrecs = sllv_alloc(); in mapper_stats1_emit_all_without_group_by_regexes() local
633 sllv_append(poutrecs, poutrec); in mapper_stats1_emit_all_without_group_by_regexes()
635 sllv_append(poutrecs, NULL); in mapper_stats1_emit_all_without_group_by_regexes()
636 return poutrecs; in mapper_stats1_emit_all_without_group_by_regexes()
641 sllv_t* poutrecs = sllv_alloc(); in mapper_stats1_emit_all_with_group_by_regexes() local
670 sllv_append(poutrecs, poutrec); in mapper_stats1_emit_all_with_group_by_regexes()
675 sllv_append(poutrecs, NULL); in mapper_stats1_emit_all_with_group_by_regexes()
676 return poutrecs; in mapper_stats1_emit_all_with_group_by_regexes()
/dports/textproc/miller/miller-5.10.2/c/output/
H A Dmulti_lrec_writer.c90 void multi_lrec_writer_output_list(multi_lrec_writer_t* pmlw, sllv_t* poutrecs, char* filename_or_c… in multi_lrec_writer_output_list() argument
93 if (poutrecs == NULL) // synonym for empty record-list in multi_lrec_writer_output_list()
96 while (poutrecs->phead) { in multi_lrec_writer_output_list()
97 lrec_t* poutrec = sllv_pop(poutrecs); in multi_lrec_writer_output_list()
H A Dlrec_writers.c54 void lrec_writer_print_all(lrec_writer_t* pwriter, FILE* fp, sllv_t* poutrecs, context_t* pctx) { in lrec_writer_print_all() argument
55 while (poutrecs->phead != NULL) { in lrec_writer_print_all()
56 lrec_t* poutrec = sllv_pop(poutrecs); in lrec_writer_print_all()
/dports/textproc/miller/miller-5.10.2/c/containers/
H A Dmlhmmv.h68 sllv_t* poutrecs,
149 sllv_t* poutrecs,
295 void mlhmmv_root_all_to_lrecs(mlhmmv_root_t* pmap, sllmv_t* pnames, sllv_t* poutrecs,
299 …lhmmv_root_partial_to_lrecs(mlhmmv_root_t* pmap, sllmv_t* pkeys, sllmv_t* pnames, sllv_t* poutrecs,
H A Dmlhmmv.c69 sllv_t* poutrecs,
86 sllv_t* poutrecs,
329 sllv_append(poutrecs, poutrec); in mlhmmv_xvalues_to_lrecs_lashed()
904 sllv_append(poutrecs, poutrec); in mlhmmv_level_to_lrecs()
913 ptemplate, poutrecs, do_full_prefixing, flatten_separator); in mlhmmv_level_to_lrecs()
925 sllv_t* poutrecs, in mlhmmv_level_to_lrecs_across_records() argument
941 sllv_append(poutrecs, pnextrec); in mlhmmv_level_to_lrecs_across_records()
980 sllv_append(poutrecs, pnextrec); in mlhmmv_level_to_lrecs_across_records()
1021 sllv_t* poutrecs, in mlhhmv_levels_to_lrecs_lashed_across_records() argument
1045 sllv_append(poutrecs, pnextrec); in mlhhmv_levels_to_lrecs_lashed_across_records()
[all …]

12