Lines Matching refs:buf_end
317 register bool_int * is_negative, char *buf_end, register size_t *len) in ap_php_conv_10() argument
319 register char *p = buf_end; in ap_php_conv_10()
356 *len = buf_end - p; in ap_php_conv_10()
479 …_conv_p2(register u_wide_int num, register int nbits, char format, char *buf_end, register size_t … in ap_php_conv_p2() argument
482 register char *p = buf_end; in ap_php_conv_p2()
493 *len = buf_end - p; in ap_php_conv_p2()
513 char *buf_end; member
629 bep = odp->buf_end; in format_converter()
1229 od.buf_end = (char *) ~0; in strx_printv()
1232 od.buf_end = &buf[len-1]; in strx_printv()
1240 if (len != 0 && od.nextb <= od.buf_end) { in strx_printv()