read_buf 363 ext/standard/streamsfuncs.c char *read_buf; read_buf 383 ext/standard/streamsfuncs.c read_buf = safe_emalloc(1, to_read, 1); read_buf 385 ext/standard/streamsfuncs.c recvd = php_stream_xport_recvfrom(stream, read_buf, to_read, flags, NULL, NULL, read_buf 394 ext/standard/streamsfuncs.c read_buf[recvd] = '\0'; read_buf 396 ext/standard/streamsfuncs.c RETURN_STRINGL(read_buf, recvd, 0); read_buf 399 ext/standard/streamsfuncs.c efree(read_buf); read_buf 254 sapi/thttpd/thttpd.c memcpy(buffer, TG(hc)->read_buf + TG(hc)->checked_idx, read_bytes);