Searched refs:n_to_copy (Results 1 – 1 of 1) sorted by relevance
1690 size_t n_to_copy=0, extra_drain=0; in evbuffer_readln() local1702 n_to_copy = it.pos; in evbuffer_readln()1704 if ((line = mm_malloc(n_to_copy+1)) == NULL) { in evbuffer_readln()1709 evbuffer_remove(buffer, line, n_to_copy); in evbuffer_readln()1710 line[n_to_copy] = '\0'; in evbuffer_readln()1718 *n_read_out = result ? n_to_copy : 0; in evbuffer_readln()