Lines Matching defs:available
14 * library with I/O interfaces for which no specific BIO method is available.
190 * non-copying interface: provide pointer to available data in buffer
191 * bio_nread0: return number of available bytes
222 /* avoid code duplication -- nothing available for reading */
240 ossl_ssize_t num, available;
247 available = bio_nread0(bio, buf);
248 if (num > available)
249 num = available;
340 * bio_nwrite0: check how much space is available
493 * to see if any data is available.)
742 * BIO_nread0/nread/nwrite0/nwrite are available only for BIO pairs for now