Home | History | Annotate | Download | only in libevent

Lines Matching refs:cch

15117 			size_t	cch;
15124 cch = fread(buf, sizeof(buf), 1, fpC);
15125 read_success_once |= (0 != cch);
15126 } while (0 != cch);