Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dsnprintf.h158 extern char * ap_php_conv_p2(register u_wide_int num, register int nbits,
H A Dspprintf.c529 s = ap_php_conv_p2(ui_num, 3, *fmt, in xbuf_format_converter()
569 s = ap_php_conv_p2(ui_num, 4, *fmt, in xbuf_format_converter()
734 s = ap_php_conv_p2(ui_num, 4, 'x', in xbuf_format_converter()
H A Dsnprintf.c482 char * ap_php_conv_p2(register u_wide_int num, register int nbits, char format, char *buf_end, regi… in ap_php_conv_p2() function
922 s = ap_php_conv_p2(ui_num, 3, *fmt, &num_buf[NUM_BUF_SIZE], &s_len); in format_converter()
961 s = ap_php_conv_p2(ui_num, 4, *fmt, &num_buf[NUM_BUF_SIZE], &s_len); in format_converter()
1127 s = ap_php_conv_p2(ui_num, 4, 'x', in format_converter()

Completed in 17 milliseconds