Home
last modified time | relevance | path

Searched refs:weatherstationcode (Results 1 – 8 of 8) sorted by relevance

/dports/net/ip2location/IP2Location-C-Library-8.0.9/libIP2Location/
H A DIP2Location.c364 record->weatherstationcode = strdup(message); in IP2Location_bad_record()
567 if (!record->weatherstationcode) in IP2Location_read_record()
569 …record->weatherstationcode = IP2Location_readStr(handle, IP2Location_read32(handle, rowaddr + 4 * … in IP2Location_read_record()
574 if (!record->weatherstationcode) in IP2Location_read_record()
576 record->weatherstationcode = strdup(NOT_SUPPORTED); in IP2Location_read_record()
829 free(record->weatherstationcode); in IP2Location_free_record()
H A DIP2Location.h139 char *weatherstationcode; member
/dports/net/p5-ip2location-perl/ip2location-perl-760fa40/lib/Geo/
H A DIP2Location.pm616 my $weatherstationcode = NOT_SUPPORTED;
664 …$weatherstationcode = $obj->readStr($handle, $obj->read32($handle, $row_pointer + 8 + 4 * ($IPV6_W…
684 …ipcode, $timezone, $isp, $domain, $netspeed, $iddcode, $areacode, $weatherstationcode, $weathersta…
886 my $weatherstationcode = NOT_SUPPORTED;
935 …$weatherstationcode = $obj->readStr($handle, $obj->read32($handle, $baseaddr + ($mid * $dbcolumn *…
955 …ipcode, $timezone, $isp, $domain, $netspeed, $iddcode, $areacode, $weatherstationcode, $weathersta…
/dports/net-mgmt/ipv6calc/ipv6calc-3.2.0/databases/lib/
H A Dlibipv6calc_db_wrapper.h236 char weatherstationcode[IPV6CALC_DB_SIZE_WEATHERSTATIONCODE]; member
H A Dlibipv6calc_db_wrapper_IP2Location.c1956 if (TEST_IP2LOCATION_AVAILABLE(record->weatherstationcode)) { in libipv6calc_db_wrapper_IP2Location_all_by_addr()
1957 …snprintf(recordp->weatherstationcode, IPV6CALC_DB_SIZE_WEATHERSTATIONCODE, "%s", record->weatherst… in libipv6calc_db_wrapper_IP2Location_all_by_addr()
H A Dlibipv6calc_db_wrapper_MMDB.c1065 CHECK_STORE(IPV6CALC_DB_SIZE_WEATHERSTATIONCODE, recordp->weatherstationcode, "WeatherStationCode") in libipv6calc_db_wrapper_MMDB_all_by_addr()
H A Dlibipv6calc_db_wrapper.c1224 snprintf(recordp->weatherstationcode, IPV6CALC_DB_SIZE_WEATHERSTATIONCODE, "%s", ""); in libipv6calc_db_wrapper_geolocation_record_clear()
/dports/net-mgmt/ipv6calc/ipv6calc-3.2.0/ipv6calc/
H A Dshowinfo.c471 PRINT_RECORD_STRING(record->weatherstationcode , "WEATHERSTATIONCODE" , "Weather Station Code") in print_geolocation()