Home
last modified time | relevance | path

Searched refs:readp (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/bio/
Dbss_mem.c68 struct buf_mem_st *readp; /* read pointer */ member
106 *bb->readp = *bb->buf; in BIO_new_mem_buf()
123 if ((bb->readp = OPENSSL_zalloc(sizeof(*bb->readp))) == NULL) { in mem_init()
128 *bb->readp = *bb->buf; in mem_init()
156 OPENSSL_free(bb->readp); in mem_free()
185 if (bbm->readp->data != bbm->buf->data) { in mem_buf_sync()
186 memmove(bbm->buf->data, bbm->readp->data, bbm->readp->length); in mem_buf_sync()
187 bbm->buf->length = bbm->readp->length; in mem_buf_sync()
188 bbm->readp->data = bbm->buf->data; in mem_buf_sync()
198 BUF_MEM *bm = bbm->readp; in mem_read()
[all …]
/third_party/gstreamer/gstplugins_good/sys/osxvideo/
Dosxvideosink.m873 guint8 *data, *readp, *writep;
890 data = readp = GST_VIDEO_FRAME_PLANE_DATA (&frame, 0);
895 memcpy (writep, readp, active_width);
897 readp += stride;
/third_party/ltp/testcases/kernel/fs/doio/
Ddoio.c1286 struct read_req *readp = &ioreq->r_data.read; in format_rw() local
1300 fd, (unsigned long)buffer, readp->r_nbytes); in format_rw()
1304 fd, readp->r_file, readp->r_oflags); in format_rw()
1307 readp->r_offset); in format_rw()
1332 fd, readap->r_file, readp->r_oflags); in format_rw()