Home
last modified time | relevance | path

Searched defs:needs_write (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/flac/src/metaflac/
H A Doperations_shorthand_vorbiscomment.c43 …lename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write, FLAC__bo… in do_shorthand_operation__vorbis_comment()
130 FLAC__bool remove_vc_all(const char *filename, FLAC__StreamMetadata *block, FLAC__bool *needs_write) in remove_vc_all()
151 …const char *filename, FLAC__StreamMetadata *block, const char *field_name, FLAC__bool *needs_write) in remove_vc_all_except()
196 …const char *filename, FLAC__StreamMetadata *block, const char *field_name, FLAC__bool *needs_write) in remove_vc_field()
214 …const char *filename, FLAC__StreamMetadata *block, const char *field_name, FLAC__bool *needs_write) in remove_vc_firstfield()
232 …ame, FLAC__StreamMetadata *block, const Argument_VcField *field, FLAC__bool *needs_write, FLAC__bo… in set_vc_field()
340 …FLAC__StreamMetadata *block, const Argument_String *vc_filename, FLAC__bool *needs_write, FLAC__bo… in import_vc_from()
H A Doperations.c117 FLAC__bool ok = true, needs_write = false, is_ogg = false; in do_major_operation_on_file() local
409 FLAC__bool ok = true, needs_write = false, use_padding = options->use_padding; in do_shorthand_operations_on_file() local
463 …lename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write, FLAC__bo… in do_shorthand_operation()
622 …adding(const char *filename, FLAC__Metadata_Chain *chain, unsigned length, FLAC__bool *needs_write) in do_shorthand_operation__add_padding()
H A Doperations_shorthand_picture.c36 …t char *filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write) in do_shorthand_operation__picture()
121 …char *filename, FLAC__StreamMetadata **picture, const char *specification, FLAC__bool *needs_write) in import_pic_from()
H A Doperations_shorthand_cuesheet.c36 …t char *filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write) in do_shorthand_operation__cuesheet()
120 …ename, FLAC__StreamMetadata **cuesheet, const char *cs_filename, FLAC__bool *needs_write, FLAC__ui… in import_cs_from()
H A Doperations_shorthand_seektable.c33 …st char *filename, FLAC__Metadata_Chain *chain, const char *specification, FLAC__bool *needs_write) in do_shorthand_operation__add_seekpoints()
166 …pulate_seekpoint_values(const char *filename, FLAC__StreamMetadata *block, FLAC__bool *needs_write) in populate_seekpoint_values()
H A Doperations_shorthand_streaminfo.c32 …ix_with_filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write) in do_shorthand_operation__streaminfo()
/aosp_15_r20/external/flac/src/flac/
H A Dvorbiscomment.c104 …ield(FLAC__StreamMetadata *block, const Argument_VcField *field, FLAC__bool *needs_write, FLAC__bo… in set_vc_field()
/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-run.c904 u8 needs_write = 0, fault = 0; in trim_case() local
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/net/
Dipv6_exts.rs665 let mut needs_write = NeedsWrite { in write() localVariable
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_types.h1162 bool needs_write; member