#include "config.h"
#include "nc4internal.h"
#include "hdf5internal.h"
#include "nc_provenance.h"
#include "nclist.h"
#include "ncbytes.h"
Go to the source code of this file.
◆ ESCAPECHARS
      
        
          | #define ESCAPECHARS   "\\=|," | 
      
 
 
◆ HCHECK
      
        
          | #define HCHECK | ( |  | expr | ) | {if((expr)<0) {ncstat = NC_EHDFERR; goto done;}} | 
      
 
 
◆ HDF5_MAX_NAME
      
        
          | #define HDF5_MAX_NAME   1024 | 
      
 
HDF5 max name. 
Definition at line 25 of file nc4info.c.
 
 
◆ NCHECK
      
        
          | #define NCHECK | ( |  | expr | ) | {if((expr)!=NC_NOERR) {goto done;}} | 
      
 
 
◆ NCPROPS_MAX_NAME
      
        
          | #define NCPROPS_MAX_NAME   1024 /* max key name size */ | 
      
 
 
◆ NCPROPS_MAX_VALUE
      
        
          | #define NCPROPS_MAX_VALUE   1024 /* max value size */ | 
      
 
 
◆ NC4_clear_provenance()
      
        
          | int NC4_clear_provenance | ( | NC4_Provenance * | prov | ) |  | 
      
 
 
◆ NC4_new_provenance()
      
        
          | int NC4_new_provenance | ( | NC_FILE_INFO_T * | file | ) |  | 
      
 
 
◆ NC4_provenance_finalize()
      
        
          | int NC4_provenance_finalize | ( | void |  | ) |  | 
      
 
 
◆ NC4_provenance_init()
      
        
          | int NC4_provenance_init | ( | void |  | ) |  | 
      
 
 
◆ NC4_read_ncproperties()
  
  | 
        
          | static int NC4_read_ncproperties | ( | NC_FILE_INFO_T * | h5, |  
          |  |  | char ** | propstring |  
          |  | ) |  |  |  | static | 
 
 
◆ NC4_read_provenance()
      
        
          | int NC4_read_provenance | ( | NC_FILE_INFO_T * | file | ) |  | 
      
 
 
◆ NC4_write_ncproperties()
  
  | 
        
          | static int NC4_write_ncproperties | ( | NC_FILE_INFO_T * | h5 | ) |  |  | static | 
 
SUPPRESSNCPROPERTY
SUPPRESSNCPROPERTY
Definition at line 303 of file nc4info.c.
 
 
◆ NC4_write_provenance()
      
        
          | int NC4_write_provenance | ( | NC_FILE_INFO_T * | file | ) |  | 
      
 
 
◆ ncprintprovenance()
      
        
          | void ncprintprovenance | ( | NC4_Provenance * | info | ) |  | 
      
 
 
◆ globalpropinitialized
  
  | 
        
          | int globalpropinitialized = 0 |  | static | 
 
 
◆ globalprovenance
  
  | 
        
          | NC4_Provenance globalprovenance |  | static |