Lines Matching refs:poutrecs

380 		sllv_t* poutrecs = sllv_alloc();  in mapper_uniq_process_uniqify_entire_records_show_counts()  local
386 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()
415 sllv_t* poutrecs = sllv_alloc(); in mapper_uniq_process_uniqify_entire_records_show_num_distinct_only() local
419 sllv_append(poutrecs, poutrec); in mapper_uniq_process_uniqify_entire_records_show_num_distinct_only()
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()
451 sllv_t* poutrecs = sllv_alloc(); in mapper_uniq_process_unlashed() local
461 sllv_append(poutrecs, poutrec); in mapper_uniq_process_unlashed()
464 sllv_append(poutrecs, NULL); in mapper_uniq_process_unlashed()
465 return poutrecs; in mapper_uniq_process_unlashed()
493 sllv_t* poutrecs = sllv_alloc(); in mapper_uniq_process_num_distinct_only() local
498 sllv_append(poutrecs, poutrec); in mapper_uniq_process_num_distinct_only()
500 sllv_append(poutrecs, NULL); in mapper_uniq_process_num_distinct_only()
501 return poutrecs; in mapper_uniq_process_num_distinct_only()
528 sllv_t* poutrecs = sllv_alloc(); in mapper_uniq_process_with_counts() local
546 sllv_append(poutrecs, poutrec); in mapper_uniq_process_with_counts()
548 sllv_append(poutrecs, NULL); in mapper_uniq_process_with_counts()
549 return poutrecs; in mapper_uniq_process_with_counts()