• Home
  • Raw
  • Download

Lines Matching refs:tempfile_path_prefix

118 static FLAC__bool open_tempfile_(const char *filename, const char *tempfile_path_prefix, FILE **tem…
330 char *filename, *tempfile_path_prefix; member
368 iterator->tempfile_path_prefix = 0; in FLAC__metadata_simple_iterator_new()
393 if(0 != iterator->tempfile_path_prefix) { in simple_iterator_free_guts_()
394 free(iterator->tempfile_path_prefix); in simple_iterator_free_guts_()
395 iterator->tempfile_path_prefix = 0; in simple_iterator_free_guts_()
477 …*iterator, const char *filename, FLAC__bool preserve_file_stats, const char *tempfile_path_prefix);
482 …const char *tempfile_path_prefix = 0; /*@@@ search for comments near 'flac_rename(...)' for what i… in FLAC__metadata_simple_iterator_init() local
496 …if(0 != tempfile_path_prefix && 0 == (iterator->tempfile_path_prefix = strdup(tempfile_path_prefix in FLAC__metadata_simple_iterator_init()
1403 static FLAC__bool chain_rewrite_file_(FLAC__Metadata_Chain *chain, const char *tempfile_path_prefix) in chain_rewrite_file_() argument
1419 if(!open_tempfile_(chain->filename, tempfile_path_prefix, &tempfile, &tempfilename, &status)) { in chain_rewrite_file_()
1708 const char *tempfile_path_prefix = 0; in FLAC__metadata_chain_write() local
1737 if(!chain_rewrite_file_(chain, tempfile_path_prefix)) in FLAC__metadata_chain_write()
3131 …if(!open_tempfile_(iterator->filename, iterator->tempfile_path_prefix, tempfile, tempfilename, &it… in simple_iterator_copy_file_prefix_()
3333 FLAC__bool open_tempfile_(const char *filename, const char *tempfile_path_prefix, FILE **tempfile, … in open_tempfile_() argument
3336 if(0 == tempfile_path_prefix) { in open_tempfile_()
3352 dest_len = strlen(tempfile_path_prefix) + strlen(p) + strlen(tempfile_suffix) + 2; in open_tempfile_()
3358 local_snprintf(*tempfilename, dest_len, "%s/%s%s", tempfile_path_prefix, p, tempfile_suffix); in open_tempfile_()