예제 #1
0
파일: glibht.c 프로젝트: kingland/goaccess
int
get_int_from_keymap (const char *key, GModule module)
{
  GHashTable *ht = get_storage_metric (module, MTRC_KEYMAP);

  return get_int_from_str_key (ht, key);
}
예제 #2
0
파일: tcabdb.c 프로젝트: pekita1/GoaccessCN
int
get_int_from_keymap (const char *key, GModule module)
{
  TCADB *adb = get_storage_metric (module, MTRC_KEYMAP);

  return get_int_from_str_key (adb, key);
}