Home
last modified time | relevance | path

Searched defs:ioformat (Results 1 – 11 of 11) sorted by relevance

/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/ffs/
H A Dxml.c118 record_to_XML_string(IOFormat ioformat, void *data, int encoded) in record_to_XML_string()
126 raw_to_XML_string(iofile, ioformat, data, encoded) in raw_to_XML_string() argument
154 IOFormat ioformat; variable
164 IOFormat ioformat = get_format_IOcontext(iocontext, data); in IOencoded_to_XML_string() local
190 IOFormat ioformat = get_format_IOcontext(context, data); in dump_encoded_as_XML() local
337 dump_XML_record(IOFormat ioformat, void *data, int encoded) in dump_XML_record()
374 get_optinfo_IOFormat(IOFormat ioformat, int info_type, int *len_p) in get_optinfo_IOFormat()
389 build_XML_output_info(IOFormat ioformat) in build_XML_output_info()
611 IOhas_XML_info(IOFormat ioformat) in IOhas_XML_info()
628 IOFormat ioformat; variable
[all …]
H A Dffs.c1106 set_conversion_params(ioformat, input_record_len, conv, params) in set_conversion_params() argument
1256 FFS_decode_length_format(FFSContext context, FFSTypeHandle ioformat, in FFS_decode_length_format()
1286 FFSheader_size(FFSTypeHandle ioformat) in FFSheader_size()
1306 FFSinternal_decode(ioformat, src, dest, to_buffer) in FFSinternal_decode() argument
1386 check_conversion(ioformat) in check_conversion() argument
1409 FFSTypeHandle ioformat; variable
1449 FFSTypeHandle ioformat; variable
H A Dffs_conv.c668 set_conversion_from_list(iocontext, ioformat, struct_list) in set_conversion_from_list() argument
695 link_conversion_sets(FFSTypeHandle ioformat) in link_conversion_sets()
723 static void link_conversion_sets(FFSTypeHandle ioformat){} in link_conversion_sets()
730 FFSTypeHandle ioformat; variable
H A Dffs_internal.h108 FFSTypeHandle ioformat; member
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/fm/progs/
H A Dformat_info.c44 FMFormat ioformat = NULL; local
H A Dserver.c462 IOFormatRep ioformat = list->format; in dump_formats_to_file() local
504 IOFormatRep ioformat; in read_formats_from_file() local
618 register_format_to_master(format_server fs, IOFormatRep ioformat) in register_format_to_master()
697 get_format_from_master(format_server fs, IOFormatRep ioformat) in get_format_from_master()
785 find_format(fs, fsc, ioformat, new_format_mode, requested_id_version) in find_format() argument
963 IOFormatRep ioformat; in fetch_format() local
1174 IOFormatRep ioformat; local
1258 IOFormatRep ioformat; local
1339 IOFormatRep ioformat; local
2273 FMFormat ioformat = new_IOFormat(); local
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/EVPath/EVPath/
H A Dcm_pbio.c387 CMpbio_send_format_response(FMFormat ioformat, CMConnection conn, in CMpbio_send_format_response()
423 CMpbio_send_format_preload(FMFormat ioformat, CMConnection conn) in CMpbio_send_format_preload()
635 FMFormat ioformat; in CM_pbio_query() local
H A Dcm_formats.c291 preload_pbio_format(CMConnection conn, FMFormat ioformat) in preload_pbio_format()
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/EVPath/EVPath/tests/
H A Dthin_client.c53 FMFormat ioformat; in main() local
/dports/science/py-ase/ase-3.22.0/ase/visualize/
H A Dexternal.py34 def ioformat(self): member in CLIViewer
/dports/biology/jalview/jalview/test/jalview/io/
H A DStockholmFileTest.java155 public static void testFileIOwithFormat(File f, FileFormatI ioformat, in testFileIOwithFormat()