Searched refs:tempfile_path_prefix (Results 1 – 1 of 1) sorted by relevance
135 static FLAC__bool open_tempfile_(const char *filename, const char *tempfile_path_prefix, FILE **tem…347 char *filename, *tempfile_path_prefix; member385 iterator->tempfile_path_prefix = 0; in FLAC__metadata_simple_iterator_new()410 if(0 != iterator->tempfile_path_prefix) { in simple_iterator_free_guts_()411 free(iterator->tempfile_path_prefix); in simple_iterator_free_guts_()412 iterator->tempfile_path_prefix = 0; in simple_iterator_free_guts_()494 …*iterator, const char *filename, FLAC__bool preserve_file_stats, const char *tempfile_path_prefix);499 …const char *tempfile_path_prefix = 0; /*@@@ search for comments near 'rename(...)' for what it wil… in FLAC__metadata_simple_iterator_init() local513 …if(0 != tempfile_path_prefix && 0 == (iterator->tempfile_path_prefix = strdup(tempfile_path_prefix… in FLAC__metadata_simple_iterator_init()1397 static FLAC__bool chain_rewrite_file_(FLAC__Metadata_Chain *chain, const char *tempfile_path_prefix) in chain_rewrite_file_() argument[all …]