Lines Matching refs:buf_end
214 bool * is_negative, char *buf_end, size_t *len) in ap_php_conv_10() argument
216 char *p = buf_end; in ap_php_conv_10()
253 *len = buf_end - p; in ap_php_conv_10()
376 PHPAPI char * ap_php_conv_p2(uint64_t num, int nbits, char format, char *buf_end, size_t *len) /* {… in ap_php_conv_p2() argument
379 char *p = buf_end; in ap_php_conv_p2()
390 *len = buf_end - p; in ap_php_conv_p2()
410 char *buf_end; member
516 bep = odp->buf_end; in format_converter()
1084 od.buf_end = (char *) ~0; in strx_printv()
1087 od.buf_end = &buf[len-1]; in strx_printv()
1095 if (len != 0 && od.nextb <= od.buf_end) { in strx_printv()