Lines Matching defs:iovs
194 const uvwasi_iovec_t* iovs,
207 bufs[i] = uv_buf_init(iovs[i].buf, iovs[i].buf_len);
216 const uvwasi_ciovec_t* iovs,
229 bufs[i] = uv_buf_init((char*)iovs[i].buf, iovs[i].buf_len);
1118 const uvwasi_iovec_t* iovs,
1129 UVWASI_DEBUG("uvwasi_fd_pread(uvwasi=%p, fd=%d, iovs=%p, iovs_len=%d, "
1133 iovs,
1138 if (uvwasi == NULL || iovs == NULL || nread == NULL)
1149 err = uvwasi__setup_iovs(uvwasi, &bufs, iovs, iovs_len);
1242 const uvwasi_ciovec_t* iovs,
1253 UVWASI_DEBUG("uvwasi_fd_pwrite(uvwasi=%p, fd=%d, iovs=%p, iovs_len=%d, "
1257 iovs,
1262 if (uvwasi == NULL || iovs == NULL || nwritten == NULL)
1273 err = uvwasi__setup_ciovs(uvwasi, &bufs, iovs, iovs_len);
1295 const uvwasi_iovec_t* iovs,
1305 UVWASI_DEBUG("uvwasi_fd_read(uvwasi=%p, fd=%d, iovs=%p, iovs_len=%d, "
1309 iovs,
1313 if (uvwasi == NULL || iovs == NULL || nread == NULL)
1320 err = uvwasi__setup_iovs(uvwasi, &bufs, iovs, iovs_len);
1596 const uvwasi_ciovec_t* iovs,
1606 UVWASI_DEBUG("uvwasi_fd_write(uvwasi=%p, fd=%d, iovs=%p, iovs_len=%d, "
1610 iovs,
1614 if (uvwasi == NULL || iovs == NULL || nwritten == NULL)
1621 err = uvwasi__setup_ciovs(uvwasi, &bufs, iovs, iovs_len);