bufptr            241 sapi/phpdbg/phpdbg_list.c 	char *bufptr, *endptr;
bufptr            244 sapi/phpdbg/phpdbg_list.c 	if (zend_stream_fixup(file, &bufptr, &data.len) == FAILURE) {
bufptr            250 sapi/phpdbg/phpdbg_list.c 		memcpy(data.buf, bufptr, data.len);
bufptr            269 sapi/phpdbg/phpdbg_list.c 	for (line = 0, bufptr = data.buf - 1, endptr = data.buf + data.len; ++bufptr < endptr;) {
bufptr            270 sapi/phpdbg/phpdbg_list.c 		if (*bufptr == '\n') {
bufptr            271 sapi/phpdbg/phpdbg_list.c 			dataptr->line[++line] = (uint)(bufptr - data.buf) + 1;
bufptr            327 sapi/phpdbg/phpdbg_list.c 	char *bufptr, *endptr;
bufptr            337 sapi/phpdbg/phpdbg_list.c 	for (line = 0, bufptr = dataptr->buf - 1, endptr = dataptr->buf + dataptr->len; ++bufptr < endptr;) {
bufptr            338 sapi/phpdbg/phpdbg_list.c 		if (*bufptr == '\n') {
bufptr            339 sapi/phpdbg/phpdbg_list.c 			dataptr->line[++line] = (uint)(bufptr - dataptr->buf) + 1;