/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/src/libs/zbxdbcache/ |
H A D | dbsync.c | 692 zbx_uint64_pair_t ht_local, *ht; in zbx_dbsync_compare_host_templates() local 718 ht_local.first = htmpl->hostid; in zbx_dbsync_compare_host_templates() 722 ht_local.second = htmpl->templateids.values[i]; in zbx_dbsync_compare_host_templates() 723 zbx_hashset_insert(&htmpls, &ht_local, sizeof(ht_local)); in zbx_dbsync_compare_host_templates() 730 ZBX_STR2UINT64(ht_local.first, row[0]); in zbx_dbsync_compare_host_templates() 731 ZBX_STR2UINT64(ht_local.second, row[1]); in zbx_dbsync_compare_host_templates() 733 if (NULL == (ht = (zbx_uint64_pair_t *)zbx_hashset_search(&htmpls, &ht_local))) in zbx_dbsync_compare_host_templates()
|
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/src/libs/zbxdbcache/ |
H A D | dbsync.c | 692 zbx_uint64_pair_t ht_local, *ht; in zbx_dbsync_compare_host_templates() local 718 ht_local.first = htmpl->hostid; in zbx_dbsync_compare_host_templates() 722 ht_local.second = htmpl->templateids.values[i]; in zbx_dbsync_compare_host_templates() 723 zbx_hashset_insert(&htmpls, &ht_local, sizeof(ht_local)); in zbx_dbsync_compare_host_templates() 730 ZBX_STR2UINT64(ht_local.first, row[0]); in zbx_dbsync_compare_host_templates() 731 ZBX_STR2UINT64(ht_local.second, row[1]); in zbx_dbsync_compare_host_templates() 733 if (NULL == (ht = (zbx_uint64_pair_t *)zbx_hashset_search(&htmpls, &ht_local))) in zbx_dbsync_compare_host_templates()
|
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/src/libs/zbxdbcache/ |
H A D | dbsync.c | 692 zbx_uint64_pair_t ht_local, *ht; in zbx_dbsync_compare_host_templates() local 718 ht_local.first = htmpl->hostid; in zbx_dbsync_compare_host_templates() 722 ht_local.second = htmpl->templateids.values[i]; in zbx_dbsync_compare_host_templates() 723 zbx_hashset_insert(&htmpls, &ht_local, sizeof(ht_local)); in zbx_dbsync_compare_host_templates() 730 ZBX_STR2UINT64(ht_local.first, row[0]); in zbx_dbsync_compare_host_templates() 731 ZBX_STR2UINT64(ht_local.second, row[1]); in zbx_dbsync_compare_host_templates() 733 if (NULL == (ht = (zbx_uint64_pair_t *)zbx_hashset_search(&htmpls, &ht_local))) in zbx_dbsync_compare_host_templates()
|
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/src/libs/zbxdbcache/ |
H A D | dbsync.c | 692 zbx_uint64_pair_t ht_local, *ht; in zbx_dbsync_compare_host_templates() local 718 ht_local.first = htmpl->hostid; in zbx_dbsync_compare_host_templates() 722 ht_local.second = htmpl->templateids.values[i]; in zbx_dbsync_compare_host_templates() 723 zbx_hashset_insert(&htmpls, &ht_local, sizeof(ht_local)); in zbx_dbsync_compare_host_templates() 730 ZBX_STR2UINT64(ht_local.first, row[0]); in zbx_dbsync_compare_host_templates() 731 ZBX_STR2UINT64(ht_local.second, row[1]); in zbx_dbsync_compare_host_templates() 733 if (NULL == (ht = (zbx_uint64_pair_t *)zbx_hashset_search(&htmpls, &ht_local))) in zbx_dbsync_compare_host_templates()
|
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/src/libs/zbxdbcache/ |
H A D | dbsync.c | 692 zbx_uint64_pair_t ht_local, *ht; in zbx_dbsync_compare_host_templates() local 718 ht_local.first = htmpl->hostid; in zbx_dbsync_compare_host_templates() 722 ht_local.second = htmpl->templateids.values[i]; in zbx_dbsync_compare_host_templates() 723 zbx_hashset_insert(&htmpls, &ht_local, sizeof(ht_local)); in zbx_dbsync_compare_host_templates() 730 ZBX_STR2UINT64(ht_local.first, row[0]); in zbx_dbsync_compare_host_templates() 731 ZBX_STR2UINT64(ht_local.second, row[1]); in zbx_dbsync_compare_host_templates() 733 if (NULL == (ht = (zbx_uint64_pair_t *)zbx_hashset_search(&htmpls, &ht_local))) in zbx_dbsync_compare_host_templates()
|
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/src/libs/zbxdbcache/ |
H A D | dbsync.c | 834 zbx_uint64_pair_t ht_local, *ht; in zbx_dbsync_compare_host_templates() local 860 ht_local.first = htmpl->hostid; in zbx_dbsync_compare_host_templates() 864 ht_local.second = htmpl->templateids.values[i]; in zbx_dbsync_compare_host_templates() 865 zbx_hashset_insert(&htmpls, &ht_local, sizeof(ht_local)); in zbx_dbsync_compare_host_templates() 872 ZBX_STR2UINT64(ht_local.first, dbrow[0]); in zbx_dbsync_compare_host_templates() 873 ZBX_STR2UINT64(ht_local.second, dbrow[1]); in zbx_dbsync_compare_host_templates() 875 if (NULL == (ht = (zbx_uint64_pair_t *)zbx_hashset_search(&htmpls, &ht_local))) in zbx_dbsync_compare_host_templates()
|
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/src/libs/zbxdbcache/ |
H A D | dbsync.c | 834 zbx_uint64_pair_t ht_local, *ht; in zbx_dbsync_compare_host_templates() local 860 ht_local.first = htmpl->hostid; in zbx_dbsync_compare_host_templates() 864 ht_local.second = htmpl->templateids.values[i]; in zbx_dbsync_compare_host_templates() 865 zbx_hashset_insert(&htmpls, &ht_local, sizeof(ht_local)); in zbx_dbsync_compare_host_templates() 872 ZBX_STR2UINT64(ht_local.first, dbrow[0]); in zbx_dbsync_compare_host_templates() 873 ZBX_STR2UINT64(ht_local.second, dbrow[1]); in zbx_dbsync_compare_host_templates() 875 if (NULL == (ht = (zbx_uint64_pair_t *)zbx_hashset_search(&htmpls, &ht_local))) in zbx_dbsync_compare_host_templates()
|
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/src/libs/zbxdbcache/ |
H A D | dbsync.c | 834 zbx_uint64_pair_t ht_local, *ht; in zbx_dbsync_compare_host_templates() local 860 ht_local.first = htmpl->hostid; in zbx_dbsync_compare_host_templates() 864 ht_local.second = htmpl->templateids.values[i]; in zbx_dbsync_compare_host_templates() 865 zbx_hashset_insert(&htmpls, &ht_local, sizeof(ht_local)); in zbx_dbsync_compare_host_templates() 872 ZBX_STR2UINT64(ht_local.first, dbrow[0]); in zbx_dbsync_compare_host_templates() 873 ZBX_STR2UINT64(ht_local.second, dbrow[1]); in zbx_dbsync_compare_host_templates() 875 if (NULL == (ht = (zbx_uint64_pair_t *)zbx_hashset_search(&htmpls, &ht_local))) in zbx_dbsync_compare_host_templates()
|
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/src/libs/zbxdbcache/ |
H A D | dbsync.c | 834 zbx_uint64_pair_t ht_local, *ht; in zbx_dbsync_compare_host_templates() local 860 ht_local.first = htmpl->hostid; in zbx_dbsync_compare_host_templates() 864 ht_local.second = htmpl->templateids.values[i]; in zbx_dbsync_compare_host_templates() 865 zbx_hashset_insert(&htmpls, &ht_local, sizeof(ht_local)); in zbx_dbsync_compare_host_templates() 872 ZBX_STR2UINT64(ht_local.first, dbrow[0]); in zbx_dbsync_compare_host_templates() 873 ZBX_STR2UINT64(ht_local.second, dbrow[1]); in zbx_dbsync_compare_host_templates() 875 if (NULL == (ht = (zbx_uint64_pair_t *)zbx_hashset_search(&htmpls, &ht_local))) in zbx_dbsync_compare_host_templates()
|
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/src/libs/zbxdbcache/ |
H A D | dbsync.c | 834 zbx_uint64_pair_t ht_local, *ht; in zbx_dbsync_compare_host_templates() local 860 ht_local.first = htmpl->hostid; in zbx_dbsync_compare_host_templates() 864 ht_local.second = htmpl->templateids.values[i]; in zbx_dbsync_compare_host_templates() 865 zbx_hashset_insert(&htmpls, &ht_local, sizeof(ht_local)); in zbx_dbsync_compare_host_templates() 872 ZBX_STR2UINT64(ht_local.first, dbrow[0]); in zbx_dbsync_compare_host_templates() 873 ZBX_STR2UINT64(ht_local.second, dbrow[1]); in zbx_dbsync_compare_host_templates() 875 if (NULL == (ht = (zbx_uint64_pair_t *)zbx_hashset_search(&htmpls, &ht_local))) in zbx_dbsync_compare_host_templates()
|
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/libs/zbxdbcache/ |
H A D | dbsync.c | 893 zbx_uint64_pair_t ht_local, *ht; in zbx_dbsync_compare_host_templates() local 919 ht_local.first = htmpl->hostid; in zbx_dbsync_compare_host_templates() 923 ht_local.second = htmpl->templateids.values[i]; in zbx_dbsync_compare_host_templates() 924 zbx_hashset_insert(&htmpls, &ht_local, sizeof(ht_local)); in zbx_dbsync_compare_host_templates() 931 ZBX_STR2UINT64(ht_local.first, dbrow[0]); in zbx_dbsync_compare_host_templates() 932 ZBX_STR2UINT64(ht_local.second, dbrow[1]); in zbx_dbsync_compare_host_templates() 934 if (NULL == (ht = (zbx_uint64_pair_t *)zbx_hashset_search(&htmpls, &ht_local))) in zbx_dbsync_compare_host_templates()
|
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/libs/zbxdbcache/ |
H A D | dbsync.c | 893 zbx_uint64_pair_t ht_local, *ht; in zbx_dbsync_compare_host_templates() local 919 ht_local.first = htmpl->hostid; in zbx_dbsync_compare_host_templates() 923 ht_local.second = htmpl->templateids.values[i]; in zbx_dbsync_compare_host_templates() 924 zbx_hashset_insert(&htmpls, &ht_local, sizeof(ht_local)); in zbx_dbsync_compare_host_templates() 931 ZBX_STR2UINT64(ht_local.first, dbrow[0]); in zbx_dbsync_compare_host_templates() 932 ZBX_STR2UINT64(ht_local.second, dbrow[1]); in zbx_dbsync_compare_host_templates() 934 if (NULL == (ht = (zbx_uint64_pair_t *)zbx_hashset_search(&htmpls, &ht_local))) in zbx_dbsync_compare_host_templates()
|
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/libs/zbxdbcache/ |
H A D | dbsync.c | 893 zbx_uint64_pair_t ht_local, *ht; in zbx_dbsync_compare_host_templates() local 919 ht_local.first = htmpl->hostid; in zbx_dbsync_compare_host_templates() 923 ht_local.second = htmpl->templateids.values[i]; in zbx_dbsync_compare_host_templates() 924 zbx_hashset_insert(&htmpls, &ht_local, sizeof(ht_local)); in zbx_dbsync_compare_host_templates() 931 ZBX_STR2UINT64(ht_local.first, dbrow[0]); in zbx_dbsync_compare_host_templates() 932 ZBX_STR2UINT64(ht_local.second, dbrow[1]); in zbx_dbsync_compare_host_templates() 934 if (NULL == (ht = (zbx_uint64_pair_t *)zbx_hashset_search(&htmpls, &ht_local))) in zbx_dbsync_compare_host_templates()
|
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/libs/zbxdbcache/ |
H A D | dbsync.c | 893 zbx_uint64_pair_t ht_local, *ht; in zbx_dbsync_compare_host_templates() local 919 ht_local.first = htmpl->hostid; in zbx_dbsync_compare_host_templates() 923 ht_local.second = htmpl->templateids.values[i]; in zbx_dbsync_compare_host_templates() 924 zbx_hashset_insert(&htmpls, &ht_local, sizeof(ht_local)); in zbx_dbsync_compare_host_templates() 931 ZBX_STR2UINT64(ht_local.first, dbrow[0]); in zbx_dbsync_compare_host_templates() 932 ZBX_STR2UINT64(ht_local.second, dbrow[1]); in zbx_dbsync_compare_host_templates() 934 if (NULL == (ht = (zbx_uint64_pair_t *)zbx_hashset_search(&htmpls, &ht_local))) in zbx_dbsync_compare_host_templates()
|
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/libs/zbxdbcache/ |
H A D | dbsync.c | 893 zbx_uint64_pair_t ht_local, *ht; in zbx_dbsync_compare_host_templates() local 919 ht_local.first = htmpl->hostid; in zbx_dbsync_compare_host_templates() 923 ht_local.second = htmpl->templateids.values[i]; in zbx_dbsync_compare_host_templates() 924 zbx_hashset_insert(&htmpls, &ht_local, sizeof(ht_local)); in zbx_dbsync_compare_host_templates() 931 ZBX_STR2UINT64(ht_local.first, dbrow[0]); in zbx_dbsync_compare_host_templates() 932 ZBX_STR2UINT64(ht_local.second, dbrow[1]); in zbx_dbsync_compare_host_templates() 934 if (NULL == (ht = (zbx_uint64_pair_t *)zbx_hashset_search(&htmpls, &ht_local))) in zbx_dbsync_compare_host_templates()
|
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/libs/zbxdbcache/ |
H A D | dbsync.c | 964 zbx_uint64_pair_t ht_local, *ht; in zbx_dbsync_compare_host_templates() local 990 ht_local.first = htmpl->hostid; in zbx_dbsync_compare_host_templates() 994 ht_local.second = htmpl->templateids.values[i]; in zbx_dbsync_compare_host_templates() 995 zbx_hashset_insert(&htmpls, &ht_local, sizeof(ht_local)); in zbx_dbsync_compare_host_templates() 1002 ZBX_STR2UINT64(ht_local.first, dbrow[0]); in zbx_dbsync_compare_host_templates() 1003 ZBX_STR2UINT64(ht_local.second, dbrow[1]); in zbx_dbsync_compare_host_templates() 1005 if (NULL == (ht = (zbx_uint64_pair_t *)zbx_hashset_search(&htmpls, &ht_local))) in zbx_dbsync_compare_host_templates()
|
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/libs/zbxdbcache/ |
H A D | dbsync.c | 964 zbx_uint64_pair_t ht_local, *ht; in zbx_dbsync_compare_host_templates() local 990 ht_local.first = htmpl->hostid; in zbx_dbsync_compare_host_templates() 994 ht_local.second = htmpl->templateids.values[i]; in zbx_dbsync_compare_host_templates() 995 zbx_hashset_insert(&htmpls, &ht_local, sizeof(ht_local)); in zbx_dbsync_compare_host_templates() 1002 ZBX_STR2UINT64(ht_local.first, dbrow[0]); in zbx_dbsync_compare_host_templates() 1003 ZBX_STR2UINT64(ht_local.second, dbrow[1]); in zbx_dbsync_compare_host_templates() 1005 if (NULL == (ht = (zbx_uint64_pair_t *)zbx_hashset_search(&htmpls, &ht_local))) in zbx_dbsync_compare_host_templates()
|
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/libs/zbxdbcache/ |
H A D | dbsync.c | 964 zbx_uint64_pair_t ht_local, *ht; in zbx_dbsync_compare_host_templates() local 990 ht_local.first = htmpl->hostid; in zbx_dbsync_compare_host_templates() 994 ht_local.second = htmpl->templateids.values[i]; in zbx_dbsync_compare_host_templates() 995 zbx_hashset_insert(&htmpls, &ht_local, sizeof(ht_local)); in zbx_dbsync_compare_host_templates() 1002 ZBX_STR2UINT64(ht_local.first, dbrow[0]); in zbx_dbsync_compare_host_templates() 1003 ZBX_STR2UINT64(ht_local.second, dbrow[1]); in zbx_dbsync_compare_host_templates() 1005 if (NULL == (ht = (zbx_uint64_pair_t *)zbx_hashset_search(&htmpls, &ht_local))) in zbx_dbsync_compare_host_templates()
|
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/libs/zbxdbcache/ |
H A D | dbsync.c | 964 zbx_uint64_pair_t ht_local, *ht; in zbx_dbsync_compare_host_templates() local 990 ht_local.first = htmpl->hostid; in zbx_dbsync_compare_host_templates() 994 ht_local.second = htmpl->templateids.values[i]; in zbx_dbsync_compare_host_templates() 995 zbx_hashset_insert(&htmpls, &ht_local, sizeof(ht_local)); in zbx_dbsync_compare_host_templates() 1002 ZBX_STR2UINT64(ht_local.first, dbrow[0]); in zbx_dbsync_compare_host_templates() 1003 ZBX_STR2UINT64(ht_local.second, dbrow[1]); in zbx_dbsync_compare_host_templates() 1005 if (NULL == (ht = (zbx_uint64_pair_t *)zbx_hashset_search(&htmpls, &ht_local))) in zbx_dbsync_compare_host_templates()
|
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/libs/zbxdbcache/ |
H A D | dbsync.c | 964 zbx_uint64_pair_t ht_local, *ht; in zbx_dbsync_compare_host_templates() local 990 ht_local.first = htmpl->hostid; in zbx_dbsync_compare_host_templates() 994 ht_local.second = htmpl->templateids.values[i]; in zbx_dbsync_compare_host_templates() 995 zbx_hashset_insert(&htmpls, &ht_local, sizeof(ht_local)); in zbx_dbsync_compare_host_templates() 1002 ZBX_STR2UINT64(ht_local.first, dbrow[0]); in zbx_dbsync_compare_host_templates() 1003 ZBX_STR2UINT64(ht_local.second, dbrow[1]); in zbx_dbsync_compare_host_templates() 1005 if (NULL == (ht = (zbx_uint64_pair_t *)zbx_hashset_search(&htmpls, &ht_local))) in zbx_dbsync_compare_host_templates()
|