Home
last modified time | relevance | path

Searched defs:appending (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dcompress.c1445 s64 used, s64 reserved, BOOL appending, in ntfs_compress_free()
1583 s64 offs, u32 compsz, s32 pos, BOOL appending, in ntfs_read_append()
1628 BOOL appending, VCN *update_from) in ntfs_flush()
1692 BOOL appending; in ntfs_compressed_pwrite() local
/third_party/python/Modules/_io/
D_iomodule.c240 int creating = 0, reading = 0, writing = 0, appending = 0, updating = 0; in _io_open_impl() local
Dfileio.c63 unsigned int appending : 1; member