Home
last modified time | relevance | path

Searched refs:make_parse_result (Results 1 – 25 of 40) sorted by relevance

12

/dports/science/iboview/ibo-view.20150427/src/pugixml/
H A Dpugixml.cpp2147 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0) in make_parse_result() function
2756 return make_parse_result(PUGI__OPTSET(parse_fragment) ? status_ok : status_no_document_element); in parse()
2784 return make_parse_result(status_unrecognized_tag, length - 1); in parse()
2790 return make_parse_result(status_no_document_element, length - 1); in parse()
3685 if (!file) return make_parse_result(status_file_not_found); in load_file_impl()
3694 return make_parse_result(size_status); in load_file_impl()
3705 return make_parse_result(status_out_of_memory); in load_file_impl()
3715 return make_parse_result(status_io_error); in load_file_impl()
3853 if (stream.fail()) return make_parse_result(status_io_error); in load_stream_impl()
3864 if (status != status_ok) return make_parse_result(status); in load_stream_impl()
[all …]
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A Dpugixml.cpp2215 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0) in make_parse_result() function
2813 return make_parse_result(PUGI__OPTSET(parse_fragment) ? status_ok : status_no_document_element); in parse()
2841 return make_parse_result(status_unrecognized_tag, length - 1); in parse()
2847 return make_parse_result(status_no_document_element, length - 1); in parse()
3766 if (!file) return make_parse_result(status_file_not_found); in load_file_impl()
3775 return make_parse_result(size_status); in load_file_impl()
3786 return make_parse_result(status_out_of_memory); in load_file_impl()
3796 return make_parse_result(status_io_error); in load_file_impl()
3934 if (stream.fail()) return make_parse_result(status_io_error); in load_stream_impl()
3945 if (status != status_ok) return make_parse_result(status); in load_stream_impl()
[all …]
/dports/biology/pbbam/pbbam-0.18.0/src/pugixml/
H A Dpugixml.cpp2315 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0) in make_parse_result() function
2913 return make_parse_result(PUGI__OPTSET(parse_fragment) ? status_ok : status_no_document_element); in parse()
2941 return make_parse_result(status_unrecognized_tag, length - 1); in parse()
2947 return make_parse_result(status_no_document_element, length - 1); in parse()
4085 if (!file) return make_parse_result(status_file_not_found); in load_file_impl()
4094 return make_parse_result(size_status); in load_file_impl()
4105 return make_parse_result(status_out_of_memory); in load_file_impl()
4115 return make_parse_result(status_io_error); in load_file_impl()
4255 if (stream.fail()) return make_parse_result(status_io_error); in load_stream_impl()
4266 if (status != status_ok) return make_parse_result(status); in load_stream_impl()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/chartdldr_pi/src/
H A Dpugixml.cpp2881 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0) in make_parse_result() function
3512 return make_parse_result(status_unrecognized_tag, length - 1); in parse()
3518 return make_parse_result(status_no_document_element, length - 1); in parse()
4652 if (!contents && size) return make_parse_result(status_io_error); in load_buffer_impl()
4748 if (!file) return make_parse_result(status_file_not_found); in load_file_impl()
4753 if (size_status != status_ok) return make_parse_result(size_status); in load_file_impl()
4759 if (!contents) return make_parse_result(status_out_of_memory); in load_file_impl()
4767 return make_parse_result(status_io_error); in load_file_impl()
4911 if (stream.fail()) return make_parse_result(status_io_error); in load_stream_impl()
4922 if (status != status_ok) return make_parse_result(status); in load_stream_impl()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dpugixml.cpp2881 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0) in make_parse_result() function
3512 return make_parse_result(status_unrecognized_tag, length - 1); in parse()
3518 return make_parse_result(status_no_document_element, length - 1); in parse()
4652 if (!contents && size) return make_parse_result(status_io_error); in load_buffer_impl()
4748 if (!file) return make_parse_result(status_file_not_found); in load_file_impl()
4753 if (size_status != status_ok) return make_parse_result(size_status); in load_file_impl()
4759 if (!contents) return make_parse_result(status_out_of_memory); in load_file_impl()
4767 return make_parse_result(status_io_error); in load_file_impl()
4911 if (stream.fail()) return make_parse_result(status_io_error); in load_stream_impl()
4922 if (status != status_ok) return make_parse_result(status); in load_stream_impl()
[all …]
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/pugixml/src/
H A Dpugixml.cpp2904 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0) in make_parse_result() function
3535 return make_parse_result(status_unrecognized_tag, length - 1); in parse()
3541 return make_parse_result(status_no_document_element, length - 1); in parse()
4703 if (!contents && size) return make_parse_result(status_io_error); in load_buffer_impl()
4800 if (!file) return make_parse_result(status_file_not_found); in load_file_impl()
4805 if (size_status != status_ok) return make_parse_result(size_status); in load_file_impl()
4811 if (!contents) return make_parse_result(status_out_of_memory); in load_file_impl()
4819 return make_parse_result(status_io_error); in load_file_impl()
4963 if (stream.fail()) return make_parse_result(status_io_error); in load_stream_impl()
4974 if (status != status_ok) return make_parse_result(status); in load_stream_impl()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/pugixml/vtkpugixml/src/
H A Dpugixml.cpp2903 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0) in make_parse_result() function
3534 return make_parse_result(status_unrecognized_tag, length - 1); in parse()
3540 return make_parse_result(status_no_document_element, length - 1); in parse()
4702 if (!contents && size) return make_parse_result(status_io_error); in load_buffer_impl()
4799 if (!file) return make_parse_result(status_file_not_found); in load_file_impl()
4804 if (size_status != status_ok) return make_parse_result(size_status); in load_file_impl()
4810 if (!contents) return make_parse_result(status_out_of_memory); in load_file_impl()
4818 return make_parse_result(status_io_error); in load_file_impl()
4962 if (stream.fail()) return make_parse_result(status_io_error); in load_stream_impl()
4973 if (status != status_ok) return make_parse_result(status); in load_stream_impl()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/pugixml/pugixml/src/
H A Dpugixml.cpp2903 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0) in make_parse_result() function
3534 return make_parse_result(status_unrecognized_tag, length - 1); in parse()
3540 return make_parse_result(status_no_document_element, length - 1); in parse()
4702 if (!contents && size) return make_parse_result(status_io_error); in load_buffer_impl()
4799 if (!file) return make_parse_result(status_file_not_found); in load_file_impl()
4804 if (size_status != status_ok) return make_parse_result(size_status); in load_file_impl()
4810 if (!contents) return make_parse_result(status_out_of_memory); in load_file_impl()
4818 return make_parse_result(status_io_error); in load_file_impl()
4962 if (stream.fail()) return make_parse_result(status_io_error); in load_stream_impl()
4973 if (status != status_ok) return make_parse_result(status); in load_stream_impl()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/pugixml/src/
H A Dpugixml.cpp2883 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0) in make_parse_result() function
3518 return make_parse_result(status_unrecognized_tag, length - 1); in parse()
3524 return make_parse_result(status_no_document_element, length - 1); in parse()
4664 if (!contents && size) return make_parse_result(status_io_error); in load_buffer_impl()
4760 if (!file) return make_parse_result(status_file_not_found); in load_file_impl()
4765 if (size_status != status_ok) return make_parse_result(size_status); in load_file_impl()
4771 if (!contents) return make_parse_result(status_out_of_memory); in load_file_impl()
4779 return make_parse_result(status_io_error); in load_file_impl()
4923 if (stream.fail()) return make_parse_result(status_io_error); in load_stream_impl()
4934 if (status != status_ok) return make_parse_result(status); in load_stream_impl()
[all …]
/dports/misc/visp/visp-3.4.0/3rdparty/pugixml-1.9/
H A Dpugixml.cpp2903 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0) in make_parse_result() function
3534 return make_parse_result(status_unrecognized_tag, length - 1); in parse()
3540 return make_parse_result(status_no_document_element, length - 1); in parse()
4682 if (!contents && size) return make_parse_result(status_io_error); in load_buffer_impl()
4778 if (!file) return make_parse_result(status_file_not_found); in load_file_impl()
4783 if (size_status != status_ok) return make_parse_result(size_status); in load_file_impl()
4789 if (!contents) return make_parse_result(status_out_of_memory); in load_file_impl()
4797 return make_parse_result(status_io_error); in load_file_impl()
4941 if (stream.fail()) return make_parse_result(status_io_error); in load_stream_impl()
4952 if (status != status_ok) return make_parse_result(status); in load_stream_impl()
[all …]
/dports/misc/usd/USD-21.11/third_party/renderman-24/plugin/rmanArgsParser/pugixml/
H A Dpugixml.cpp2903 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0) in make_parse_result() function
3534 return make_parse_result(status_unrecognized_tag, length - 1); in parse()
3540 return make_parse_result(status_no_document_element, length - 1); in parse()
4682 if (!contents && size) return make_parse_result(status_io_error); in load_buffer_impl()
4778 if (!file) return make_parse_result(status_file_not_found); in load_file_impl()
4783 if (size_status != status_ok) return make_parse_result(size_status); in load_file_impl()
4789 if (!contents) return make_parse_result(status_out_of_memory); in load_file_impl()
4797 return make_parse_result(status_io_error); in load_file_impl()
4941 if (stream.fail()) return make_parse_result(status_io_error); in load_stream_impl()
4952 if (status != status_ok) return make_parse_result(status); in load_stream_impl()
[all …]
/dports/audio/drumgizmo/drumgizmo-0.9.19/pugixml/src/
H A Dpugixml.cpp2903 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0) in make_parse_result() function
3534 return make_parse_result(status_unrecognized_tag, length - 1); in parse()
3540 return make_parse_result(status_no_document_element, length - 1); in parse()
4682 if (!contents && size) return make_parse_result(status_io_error); in load_buffer_impl()
4778 if (!file) return make_parse_result(status_file_not_found); in load_file_impl()
4783 if (size_status != status_ok) return make_parse_result(size_status); in load_file_impl()
4789 if (!contents) return make_parse_result(status_out_of_memory); in load_file_impl()
4797 return make_parse_result(status_io_error); in load_file_impl()
4941 if (stream.fail()) return make_parse_result(status_io_error); in load_stream_impl()
4952 if (status != status_ok) return make_parse_result(status); in load_stream_impl()
[all …]
/dports/misc/libxdf/libxdf-0.991/pugixml/
H A Dpugixml.cpp2881 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0) in make_parse_result() function
3512 return make_parse_result(status_unrecognized_tag, length - 1); in parse()
3518 return make_parse_result(status_no_document_element, length - 1); in parse()
4652 if (!contents && size) return make_parse_result(status_io_error); in load_buffer_impl()
4748 if (!file) return make_parse_result(status_file_not_found); in load_file_impl()
4753 if (size_status != status_ok) return make_parse_result(size_status); in load_file_impl()
4759 if (!contents) return make_parse_result(status_out_of_memory); in load_file_impl()
4767 return make_parse_result(status_io_error); in load_file_impl()
4911 if (stream.fail()) return make_parse_result(status_io_error); in load_stream_impl()
4922 if (status != status_ok) return make_parse_result(status); in load_stream_impl()
[all …]
/dports/audio/liquidsfz/liquidsfz-0.2.3/lib/
H A Dpugixml.cc2903 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0) in make_parse_result() function
3534 return make_parse_result(status_unrecognized_tag, length - 1); in parse()
3540 return make_parse_result(status_no_document_element, length - 1); in parse()
4698 if (!contents && size) return make_parse_result(status_io_error); in load_buffer_impl()
4795 if (!file) return make_parse_result(status_file_not_found); in load_file_impl()
4800 if (size_status != status_ok) return make_parse_result(size_status); in load_file_impl()
4806 if (!contents) return make_parse_result(status_out_of_memory); in load_file_impl()
4814 return make_parse_result(status_io_error); in load_file_impl()
4958 if (stream.fail()) return make_parse_result(status_io_error); in load_stream_impl()
4969 if (status != status_ok) return make_parse_result(status); in load_stream_impl()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/pugixml/
H A Dpugixml.cpp2880 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0) in make_parse_result() function
3511 return make_parse_result(status_unrecognized_tag, length - 1); in parse()
3517 return make_parse_result(status_no_document_element, length - 1); in parse()
4658 if (!contents && size) return make_parse_result(status_io_error); in load_buffer_impl()
4754 if (!file) return make_parse_result(status_file_not_found); in load_file_impl()
4759 if (size_status != status_ok) return make_parse_result(size_status); in load_file_impl()
4765 if (!contents) return make_parse_result(status_out_of_memory); in load_file_impl()
4773 return make_parse_result(status_io_error); in load_file_impl()
4917 if (stream.fail()) return make_parse_result(status_io_error); in load_stream_impl()
4928 if (status != status_ok) return make_parse_result(status); in load_stream_impl()
[all …]
/dports/math/ogdf/OGDF/src/ogdf/lib/pugixml/
H A Dpugixml.cpp2808 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0) in make_parse_result() function
3443 return make_parse_result(status_unrecognized_tag, length - 1); in parse()
3449 return make_parse_result(status_no_document_element, length - 1); in parse()
4602 if (!contents && size) return make_parse_result(status_io_error); in load_buffer_impl()
4698 if (!file) return make_parse_result(status_file_not_found); in load_file_impl()
4703 if (size_status != status_ok) return make_parse_result(size_status); in load_file_impl()
4709 if (!contents) return make_parse_result(status_out_of_memory); in load_file_impl()
4717 return make_parse_result(status_io_error); in load_file_impl()
4856 if (stream.fail()) return make_parse_result(status_io_error); in load_stream_impl()
4867 if (status != status_ok) return make_parse_result(status); in load_stream_impl()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/pugixml/src/
H A Dpugixml.cpp2883 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0) in make_parse_result() function
3518 return make_parse_result(status_unrecognized_tag, length - 1); in parse()
3524 return make_parse_result(status_no_document_element, length - 1); in parse()
4664 if (!contents && size) return make_parse_result(status_io_error); in load_buffer_impl()
4760 if (!file) return make_parse_result(status_file_not_found); in load_file_impl()
4765 if (size_status != status_ok) return make_parse_result(size_status); in load_file_impl()
4771 if (!contents) return make_parse_result(status_out_of_memory); in load_file_impl()
4779 return make_parse_result(status_io_error); in load_file_impl()
4923 if (stream.fail()) return make_parse_result(status_io_error); in load_stream_impl()
4934 if (status != status_ok) return make_parse_result(status); in load_stream_impl()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/PugiXml/src/
H A Dpugixml.cpp2813 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0) in make_parse_result() function
3440 return make_parse_result(status_unrecognized_tag, length - 1); in parse()
3446 return make_parse_result(status_no_document_element, length - 1); in parse()
4572 if (!contents && size) return make_parse_result(status_io_error); in load_buffer_impl()
4668 if (!file) return make_parse_result(status_file_not_found); in load_file_impl()
4673 if (size_status != status_ok) return make_parse_result(size_status); in load_file_impl()
4679 if (!contents) return make_parse_result(status_out_of_memory); in load_file_impl()
4687 return make_parse_result(status_io_error); in load_file_impl()
4826 if (stream.fail()) return make_parse_result(status_io_error); in load_stream_impl()
4837 if (status != status_ok) return make_parse_result(status); in load_stream_impl()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/pugixml/vtkpugixml/src/
H A Dpugixml.cpp2881 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0) in make_parse_result() function
3512 return make_parse_result(status_unrecognized_tag, length - 1); in parse()
3518 return make_parse_result(status_no_document_element, length - 1); in parse()
4652 if (!contents && size) return make_parse_result(status_io_error); in load_buffer_impl()
4748 if (!file) return make_parse_result(status_file_not_found); in load_file_impl()
4753 if (size_status != status_ok) return make_parse_result(size_status); in load_file_impl()
4759 if (!contents) return make_parse_result(status_out_of_memory); in load_file_impl()
4767 return make_parse_result(status_io_error); in load_file_impl()
4911 if (stream.fail()) return make_parse_result(status_io_error); in load_stream_impl()
4922 if (status != status_ok) return make_parse_result(status); in load_stream_impl()
[all …]
/dports/multimedia/assimp/assimp-5.1.3/contrib/pugixml/src/
H A Dpugixml.cpp2903 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0) in make_parse_result() function
3534 return make_parse_result(status_unrecognized_tag, length - 1); in parse()
3540 return make_parse_result(status_no_document_element, length - 1); in parse()
4702 if (!contents && size) return make_parse_result(status_io_error); in load_buffer_impl()
4799 if (!file) return make_parse_result(status_file_not_found); in load_file_impl()
4804 if (size_status != status_ok) return make_parse_result(size_status); in load_file_impl()
4810 if (!contents) return make_parse_result(status_out_of_memory); in load_file_impl()
4818 return make_parse_result(status_io_error); in load_file_impl()
4962 if (stream.fail()) return make_parse_result(status_io_error); in load_stream_impl()
4973 if (status != status_ok) return make_parse_result(status); in load_stream_impl()
[all …]
/dports/sysutils/lnav/lnav-0.10.1/src/pugixml/
H A Dpugixml.cpp2903 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0) in make_parse_result() function
3534 return make_parse_result(status_unrecognized_tag, length - 1); in parse()
3540 return make_parse_result(status_no_document_element, length - 1); in parse()
4702 if (!contents && size) return make_parse_result(status_io_error); in load_buffer_impl()
4799 if (!file) return make_parse_result(status_file_not_found); in load_file_impl()
4804 if (size_status != status_ok) return make_parse_result(size_status); in load_file_impl()
4810 if (!contents) return make_parse_result(status_out_of_memory); in load_file_impl()
4818 return make_parse_result(status_io_error); in load_file_impl()
4962 if (stream.fail()) return make_parse_result(status_io_error); in load_stream_impl()
4973 if (status != status_ok) return make_parse_result(status); in load_stream_impl()
[all …]
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/detail/pugixml/
H A Dpugixml.cpp2882 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0) in make_parse_result() function
3513 return make_parse_result(status_unrecognized_tag, length - 1); in parse()
3519 return make_parse_result(status_no_document_element, length - 1); in parse()
4653 if (!contents && size) return make_parse_result(status_io_error); in load_buffer_impl()
4749 if (!file) return make_parse_result(status_file_not_found); in load_file_impl()
4754 if (size_status != status_ok) return make_parse_result(size_status); in load_file_impl()
4760 if (!contents) return make_parse_result(status_out_of_memory); in load_file_impl()
4768 return make_parse_result(status_io_error); in load_file_impl()
4912 if (stream.fail()) return make_parse_result(status_io_error); in load_stream_impl()
4923 if (status != status_ok) return make_parse_result(status); in load_stream_impl()
[all …]
/dports/textproc/pugixml/pugixml-1.11.4/src/
H A Dpugixml.cpp2903 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0) in make_parse_result() function
3534 return make_parse_result(status_unrecognized_tag, length - 1); in parse()
3540 return make_parse_result(status_no_document_element, length - 1); in parse()
4702 if (!contents && size) return make_parse_result(status_io_error); in load_buffer_impl()
4799 if (!file) return make_parse_result(status_file_not_found); in load_file_impl()
4804 if (size_status != status_ok) return make_parse_result(size_status); in load_file_impl()
4810 if (!contents) return make_parse_result(status_out_of_memory); in load_file_impl()
4818 return make_parse_result(status_io_error); in load_file_impl()
4962 if (stream.fail()) return make_parse_result(status_io_error); in load_stream_impl()
4973 if (status != status_ok) return make_parse_result(status); in load_stream_impl()
[all …]
/dports/devel/cquery/cquery-20180718/third_party/pugixml/src/
H A Dpugixml.cpp2903 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0) in make_parse_result() function
3534 return make_parse_result(status_unrecognized_tag, length - 1); in parse()
3540 return make_parse_result(status_no_document_element, length - 1); in parse()
4682 if (!contents && size) return make_parse_result(status_io_error); in load_buffer_impl()
4778 if (!file) return make_parse_result(status_file_not_found); in load_file_impl()
4783 if (size_status != status_ok) return make_parse_result(size_status); in load_file_impl()
4789 if (!contents) return make_parse_result(status_out_of_memory); in load_file_impl()
4797 return make_parse_result(status_io_error); in load_file_impl()
4941 if (stream.fail()) return make_parse_result(status_io_error); in load_stream_impl()
4952 if (status != status_ok) return make_parse_result(status); in load_stream_impl()
[all …]
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/ThirdParty/src/
H A Dpugixml.cpp2811 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0) in make_parse_result() function
3438 return make_parse_result(status_unrecognized_tag, length - 1); in parse()
3444 return make_parse_result(status_no_document_element, length - 1); in parse()
4570 if (!contents && size) return make_parse_result(status_io_error); in load_buffer_impl()
4666 if (!file) return make_parse_result(status_file_not_found); in load_file_impl()
4671 if (size_status != status_ok) return make_parse_result(size_status); in load_file_impl()
4677 if (!contents) return make_parse_result(status_out_of_memory); in load_file_impl()
4685 return make_parse_result(status_io_error); in load_file_impl()
4824 if (stream.fail()) return make_parse_result(status_io_error); in load_stream_impl()
4835 if (status != status_ok) return make_parse_result(status); in load_stream_impl()
[all …]

12