Searched refs:async_read (Results 1 - 5 of 5) sorted by relevance
/third_party/libfuse/lib/ |
H A D | helper.c | 75 int async_read; member 101 CONN_OPTION("async_read", async_read, 1), 438 LL_ENABLE(opts->async_read, FUSE_CAP_ASYNC_READ); in fuse_apply_conn_info_opts()
|
/third_party/openssl/test/ |
H A D | asynciotest.c | 29 static int async_read(BIO *b, char *out, int outl); 51 || !BIO_meth_set_read(methods_async, async_read) in bio_f_async_filter() 89 static int async_read(BIO *bio, char *out, int outl) in async_read() function
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_common.h | 132 unsigned async_read; member
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_lowlevel.c | 1099 if (f->conn.async_read) in do_init() 1100 f->conn.async_read = arg->flags & FUSE_ASYNC_READ; in do_init() 1114 f->conn.async_read = 0; in do_init() 1169 if (f->conn.async_read) in do_init() 1352 { "async_read", offsetof(struct fuse_ll, conn.async_read), 1 }, 1353 { "sync_read", offsetof(struct fuse_ll, conn.async_read), 0 }, 1373 " -o async_read perform reads asynchronously (default)\n" in fuse_ll_help() 1442 f->conn.async_read = 1; in fuse_lowlevel_new()
|
/third_party/ffmpeg/libavformat/ |
H A D | async.c | 385 static int async_read(URLContext *h, unsigned char *buf, int size) in async_read() function 493 .url_read = async_read,
|
Completed in 5 milliseconds