Home
last modified time | relevance | path

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

/PHP-8.4/main/
H A Dsnprintf.h130 PHPAPI char * ap_php_conv_10(int64_t num, bool is_unsigned,
H A Dsnprintf.c213 PHPAPI char * ap_php_conv_10(int64_t num, bool is_unsigned, in ap_php_conv_10() function
346 …p = ap_php_conv_10((int64_t) decimal_point, false, &exponent_is_negative, &temp[EXPONENT_LENGTH], … in php_conv_fp()
747 s = ap_php_conv_10(i_num, (*fmt) == 'u', &is_negative, in format_converter()
H A Dspprintf.c456 s = ap_php_conv_10(i_num, (*fmt) == 'u', &is_negative, in xbuf_format_converter()

Completed in 14 milliseconds