Lines Matching refs:buf_end
324 register bool_int * is_negative, char *buf_end, register size_t *len) in ap_php_conv_10() argument
326 register char *p = buf_end; in ap_php_conv_10()
363 *len = buf_end - p; in ap_php_conv_10()
486 …_conv_p2(register u_wide_int num, register int nbits, char format, char *buf_end, register size_t … in ap_php_conv_p2() argument
489 register char *p = buf_end; in ap_php_conv_p2()
500 *len = buf_end - p; in ap_php_conv_p2()
520 char *buf_end; member
638 bep = odp->buf_end; in format_converter()
1242 od.buf_end = (char *) ~0; in strx_printv()
1245 od.buf_end = &buf[len-1]; in strx_printv()
1253 if (len != 0 && od.nextb <= od.buf_end) { in strx_printv()