Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Dsnprintf.h133 PHPAPI char * ap_php_conv_p2(uint64_t num, int nbits,
H A Dspprintf.c496 s = ap_php_conv_p2(ui_num, 3, *fmt, in xbuf_format_converter()
536 s = ap_php_conv_p2(ui_num, 4, *fmt, in xbuf_format_converter()
696 s = ap_php_conv_p2(ui_num, 4, 'x', in xbuf_format_converter()
H A Dsnprintf.c374 PHPAPI char * ap_php_conv_p2(uint64_t num, int nbits, char format, char *buf_end, size_t *len) /* {… in ap_php_conv_p2() function
790 s = ap_php_conv_p2(ui_num, 3, *fmt, &num_buf[NUM_BUF_SIZE], &s_len); in format_converter()
829 s = ap_php_conv_p2(ui_num, 4, *fmt, &num_buf[NUM_BUF_SIZE], &s_len); in format_converter()
990 s = ap_php_conv_p2(ui_num, 4, 'x', in format_converter()

Completed in 13 milliseconds