Home
last modified time | relevance | path

Searched refs:lhmsll_test_and_increment (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/miller/miller-5.10.2/c/containers/
H A Dlhmsll.h50 int lhmsll_test_and_increment(lhmsll_t* pmap, char* key); // increments value only if mapping exists
H A Dlhmsll.c213 int lhmsll_test_and_increment(lhmsll_t* pmap, char* key) { in lhmsll_test_and_increment() function
/dports/textproc/miller/miller-5.10.2/c/mapping/
H A Dmapper_uniq.c369 if (lhmsll_test_and_increment(pstate->puniqified_record_counts, lrec_as_string)) { in mapper_uniq_process_uniqify_entire_records_show_counts()
442 if (!lhmsll_test_and_increment(pcounts_for_field_name, field_value)) { in mapper_uniq_process_unlashed()