Searched refs:ap_php_conv_p2 (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/main/ |
H A D | snprintf.h | 160 PHPAPI char * ap_php_conv_p2(u_wide_int num, int nbits,
|
H A D | spprintf.c | 545 s = ap_php_conv_p2(ui_num, 3, *fmt, in xbuf_format_converter() 588 s = ap_php_conv_p2(ui_num, 4, *fmt, in xbuf_format_converter() 753 s = ap_php_conv_p2(ui_num, 4, 'x', in xbuf_format_converter()
|
H A D | snprintf.c | 486 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 941 s = ap_php_conv_p2(ui_num, 3, *fmt, &num_buf[NUM_BUF_SIZE], &s_len); in format_converter() 983 s = ap_php_conv_p2(ui_num, 4, *fmt, &num_buf[NUM_BUF_SIZE], &s_len); in format_converter() 1149 s = ap_php_conv_p2(ui_num, 4, 'x', in format_converter()
|
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_out.c | 463 s = ap_php_conv_p2(ui_num, 3, *fmt, &num_buf[NUM_BUF_SIZE], &s_len); in format_converter() 502 s = ap_php_conv_p2(ui_num, 4, *fmt, &num_buf[NUM_BUF_SIZE], &s_len); in format_converter() 734 s = ap_php_conv_p2(ui_num, 4, 'x', in format_converter()
|
Completed in 17 milliseconds