Lines Matching refs:map_count
385 int map_count; /* yes, indeed */ member
602 int map_count = state->map_count; in postmap_body() local
608 for (n = 0; n < map_count; n++) { in postmap_body()
658 static int postmap_queries(VSTREAM *in, char **maps, const int map_count, in postmap_queries() argument
672 if (map_count <= 0) in postmap_queries()
678 dicts = (DICT **) mymalloc(sizeof(*dicts) * map_count); in postmap_queries()
679 for (n = 0; n < map_count; n++) in postmap_queries()
688 for (n = 0; n < map_count; n++) { in postmap_queries()
729 key_state.map_count = map_count; in postmap_queries()
772 for (n = 0; n < map_count; n++) in postmap_queries()
818 static int postmap_deletes(VSTREAM *in, char **maps, const int map_count, in postmap_deletes() argument
831 if (map_count <= 0) in postmap_deletes()
837 dicts = (DICT **) mymalloc(sizeof(*dicts) * map_count); in postmap_deletes()
838 for (n = 0; n < map_count; n++) { in postmap_deletes()
853 for (n = 0; n < map_count; n++) { in postmap_deletes()
864 for (n = 0; n < map_count; n++) in postmap_deletes()