Home
last modified time | relevance | path

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

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dpretag-data.h169 const struct _map_dictionary_line bitr_map_dictionary[] = { variable
H A Dpretag.c250 for (dindex = 0; strcmp(bitr_map_dictionary[dindex].key, ""); dindex++) { in load_id_file()
251 if (!strcmp(bitr_map_dictionary[dindex].key, key)) { in load_id_file()
252 … err = (*bitr_map_dictionary[dindex].func)(filename, &tmp.e[tmp.num], value, req, acct_type); in load_id_file()