Lines Matching refs:buf_end
322 register bool_int * is_negative, char *buf_end, register size_t *len) in ap_php_conv_10() argument
324 register char *p = buf_end; in ap_php_conv_10()
361 *len = buf_end - p; in ap_php_conv_10()
484 …_conv_p2(register u_wide_int num, register int nbits, char format, char *buf_end, register size_t … in ap_php_conv_p2() argument
487 register char *p = buf_end; in ap_php_conv_p2()
498 *len = buf_end - p; in ap_php_conv_p2()
518 char *buf_end; member
636 bep = odp->buf_end; in format_converter()
1240 od.buf_end = (char *) ~0; in strx_printv()
1243 od.buf_end = &buf[len-1]; in strx_printv()
1251 if (len != 0 && od.nextb <= od.buf_end) { in strx_printv()