Searched refs:tempfile_path_prefix (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmetadata_iterators.c135 static FLAC__bool open_tempfile_(const char *filename, const char *tempfile_path_prefix, FILE **tempfile, char **tempfilename, FLAC__Metadata_SimpleIteratorStatus *status);
347 char *filename, *tempfile_path_prefix; member in struct:FLAC__Metadata_SimpleIterator
385 iterator->tempfile_path_prefix = 0;
410 if(0 != iterator->tempfile_path_prefix) {
411 free(iterator->tempfile_path_prefix);
412 iterator->tempfile_path_prefix = 0;
482 * The 'tempfile_path_prefix' allows you to specify a directory where
485 * 'tempfile_path_prefix' is NULL, the temp file will be written in the
490 * 'tempfile_path_prefix'. Note that you should use the forward slash
494 FLAC__bool FLAC__metadata_simple_iterator_init(FLAC__Metadata_SimpleIterator *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 will take to finish implementing this */ local
1396 chain_rewrite_file_(FLAC__Metadata_Chain *chain, const char *tempfile_path_prefix) argument
1650 const char *tempfile_path_prefix = 0; local
3215 open_tempfile_(const char *filename, const char *tempfile_path_prefix, FILE **tempfile, char **tempfilename, FLAC__Metadata_SimpleIteratorStatus *status) argument
[all...]

Completed in 202 milliseconds