Home
last modified time | relevance | path

Searched refs:prepresentative (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/miller/miller-5.10.2/c/mapping/
H A Dmapper_reshape.c55 lrec_t* prepresentative; member
75 static reshape_bucket_t* reshape_bucket_alloc(lrec_t* prepresentative);
420 lrec_t* poutrec = pbucket->prepresentative; in mapper_reshape_long_to_wide_process()
421 pbucket->prepresentative = NULL; // ownership transfer in mapper_reshape_long_to_wide_process()
437 static reshape_bucket_t* reshape_bucket_alloc(lrec_t* prepresentative) { in reshape_bucket_alloc() argument
439 pbucket->prepresentative = prepresentative; in reshape_bucket_alloc()
444 lrec_free(pbucket->prepresentative); in reshape_bucket_free()
H A Dmapper_nest.c29 lrec_t* prepresentative; member
48 static nest_bucket_t* nest_bucket_alloc(lrec_t* prepresentative);
397 lrec_t* poutrec = pbucket->prepresentative; in mapper_nest_implode_values_across_records()
398 pbucket->prepresentative = NULL; // ownership transfer in mapper_nest_implode_values_across_records()
490 static nest_bucket_t* nest_bucket_alloc(lrec_t* prepresentative) { in nest_bucket_alloc() argument
492 pbucket->prepresentative = prepresentative; in nest_bucket_alloc()
497 lrec_free(pbucket->prepresentative); in nest_bucket_free()