Home
last modified time | relevance | path

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

/PHP-8.0/main/
H A Dsnprintf.h148 PHPAPI char * ap_php_conv_p2(u_wide_int num, int nbits,
H A Dspprintf.c514 s = ap_php_conv_p2(ui_num, 3, *fmt, in xbuf_format_converter()
557 s = ap_php_conv_p2(ui_num, 4, *fmt, in xbuf_format_converter()
717 s = ap_php_conv_p2(ui_num, 4, 'x', in xbuf_format_converter()
H A Dsnprintf.c474 PHPAPI char * ap_php_conv_p2(register u_wide_int num, register int nbits, char format, char *buf_en… in ap_php_conv_p2() function
908 s = ap_php_conv_p2(ui_num, 3, *fmt, &num_buf[NUM_BUF_SIZE], &s_len); in format_converter()
950 s = ap_php_conv_p2(ui_num, 4, *fmt, &num_buf[NUM_BUF_SIZE], &s_len); in format_converter()
1111 s = ap_php_conv_p2(ui_num, 4, 'x', in format_converter()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_out.c454 s = ap_php_conv_p2(ui_num, 3, *fmt, &num_buf[NUM_BUF_SIZE], &s_len); in format_converter()
493 s = ap_php_conv_p2(ui_num, 4, *fmt, &num_buf[NUM_BUF_SIZE], &s_len); in format_converter()
723 s = ap_php_conv_p2(ui_num, 4, 'x', in format_converter()

Completed in 15 milliseconds