Home
last modified time | relevance | path

Searched refs:tmp_opts (Results 1 - 3 of 3) sorted by relevance

/third_party/ntfs-3g/libfuse-lite/
H A Dmount.c703 char *tmp_opts = NULL; in fuse_kern_mount()
706 if (fuse_opt_add_opt(&tmp_opts, mnt_opts) == -1 || in fuse_kern_mount()
707 fuse_opt_add_opt(&tmp_opts, mo.subtype_opt) == -1) { in fuse_kern_mount()
708 free(tmp_opts); in fuse_kern_mount()
712 res = fuse_mount_fusermount(mountpoint, tmp_opts, 1); in fuse_kern_mount()
713 free(tmp_opts); in fuse_kern_mount()
/third_party/libfuse/lib/
H A Dmount.c645 char *tmp_opts = NULL; in fuse_kern_mount() local
648 if (fuse_opt_add_opt(&tmp_opts, mnt_opts) == -1 || in fuse_kern_mount()
649 fuse_opt_add_opt(&tmp_opts, mo->subtype_opt) == -1) { in fuse_kern_mount()
650 free(tmp_opts); in fuse_kern_mount()
654 res = fuse_mount_fusermount(mountpoint, mo, tmp_opts, 1); in fuse_kern_mount()
655 free(tmp_opts); in fuse_kern_mount()
/third_party/ffmpeg/libavformat/
H A Davio.c169 AVDictionary *tmp_opts = NULL; in ffurl_connect() local
173 options = &tmp_opts; in ffurl_connect()
311 AVDictionary *tmp_opts = NULL; in ffurl_open_whitelist() local
329 options = &tmp_opts; in ffurl_open_whitelist()

Completed in 3 milliseconds