Home
last modified time | relevance | path

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

/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dmaxminddb.c531 char *num_str; in handle_uint128() local
532 spprintf(&num_str, 0, "0x%016" PRIX64 "%016" PRIX64, high, low); in handle_uint128()
533 CHECK_ALLOCATED(num_str); in handle_uint128()
535 _ZVAL_STRING(z_value, num_str); in handle_uint128()
536 efree(num_str); in handle_uint128()