• Home
  • Raw
  • Download

Lines Matching refs:tempfile_path_prefix

135 static FLAC__bool open_tempfile_(const char *filename, const char *tempfile_path_prefix, FILE **tem…
347 char *filename, *tempfile_path_prefix; member
385 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() local
513 …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
1413 if(!open_tempfile_(chain->filename, tempfile_path_prefix, &tempfile, &tempfilename, &status)) { in chain_rewrite_file_()
1651 const char *tempfile_path_prefix = 0; in FLAC__metadata_chain_write() local
1680 if(!chain_rewrite_file_(chain, tempfile_path_prefix)) in FLAC__metadata_chain_write()
3041 …if(!open_tempfile_(iterator->filename, iterator->tempfile_path_prefix, tempfile, tempfilename, &it… in simple_iterator_copy_file_prefix_()
3216 FLAC__bool open_tempfile_(const char *filename, const char *tempfile_path_prefix, FILE **tempfile, … in open_tempfile_() argument
3219 if(0 == tempfile_path_prefix) { in open_tempfile_()
3234 …if(0 == (*tempfilename = (char*)safe_malloc_add_4op_(strlen(tempfile_path_prefix), /*+*/strlen(p),… in open_tempfile_()
3238 strcpy(*tempfilename, tempfile_path_prefix); in open_tempfile_()