Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_long.h58 # define ZEND_ULONG_FMT "%" PRIu64
61 # define ZEND_ULONG_FMT_SPEC PRIu64
/PHP-7.4/ext/date/lib/
H A Dtimelib.h85 # ifndef PRIu64
86 # define PRIu64 "I64u" macro
115 # define TIMELIB_ULONG_FMT "%" PRIu64
/PHP-7.4/win32/
H A Dphp_inttypes.h136 #define PRIu64 "I64u" macro
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_statistics.c208 sprintf((char *)&tmp, "%" PRIu64, stats->values[i]); in mysqlnd_fill_stats_hash()
H A Dmysqlnd_ps_codec.c82 tmp_len = sprintf((char *)&tmp, "%" PRIu64, uval); in ps_fetch_from_1_to_8_bytes()
90 tmp_len = sprintf((char *)&tmp, "%" PRIu64, uval); in ps_fetch_from_1_to_8_bytes()
H A Dmysqlnd_result.c247 DBG_INF_FMT("Freeing "PRIu64" row(s)", set->row_count); in MYSQLND_METHOD()
/PHP-7.4/ext/mysqli/
H A Dphp_mysqli_structs.h175 #define MYSQLI_LLU_SPEC "%" PRIu64
/PHP-7.4/main/
H A Dphp_variables.c358 "Input variables exceeded %" PRIu64 ". " in add_post_vars()

Completed in 26 milliseconds