Home
last modified time | relevance | path

Searched refs:buf_end (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/main/
H A Dsnprintf.h156 register bool_int * is_negative, char *buf_end, register int *len);
159 char format, char *buf_end, register int *len);
H A Dsnprintf.c315 register bool_int * is_negative, char *buf_end, register int *len) in ap_php_conv_10() argument
317 register char *p = buf_end; in ap_php_conv_10()
354 *len = buf_end - p; in ap_php_conv_10()
477 char * ap_php_conv_p2(register u_wide_int num, register int nbits, char format, char *buf_end, regi… in ap_php_conv_p2() argument
480 register char *p = buf_end; in ap_php_conv_p2()
491 *len = buf_end - p; in ap_php_conv_p2()
511 char *buf_end; member
624 bep = odp->buf_end; in format_converter()
1203 od.buf_end = (char *) ~0; in strx_printv()
1206 od.buf_end = &buf[len-1]; in strx_printv()
[all …]

Completed in 12 milliseconds