n_to_copy 1506 opal/mca/event/libevent2022/libevent/buffer.c size_t n_to_copy=0, extra_drain=0; n_to_copy 1518 opal/mca/event/libevent2022/libevent/buffer.c n_to_copy = it.pos; n_to_copy 1520 opal/mca/event/libevent2022/libevent/buffer.c if ((line = mm_malloc(n_to_copy+1)) == NULL) { n_to_copy 1525 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_remove(buffer, line, n_to_copy); n_to_copy 1526 opal/mca/event/libevent2022/libevent/buffer.c line[n_to_copy] = '\0'; n_to_copy 1534 opal/mca/event/libevent2022/libevent/buffer.c *n_read_out = result ? n_to_copy : 0;