Home
last modified time | relevance | path

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

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