Lines Matching defs:nread
693 * @param nread An out parameter for the number of bytes read.
697 bc_history_readCode(char* buf, size_t buf_len, uint32_t* cp, size_t* nread)
764 *nread = bc_history_codePoint(buf, buf_len, cp);
771 else *nread = (size_t) n;
1850 size_t nread = 0;
1855 s = bc_history_readCode(cbuf, sizeof(cbuf), &c, &nread);
2033 else bc_history_edit_insert(h, cbuf, nread);
2230 ssize_t nread;
2232 nread = bc_history_read(&c, 1);
2233 if (nread <= 0) continue;