Home
last modified time | relevance | path

Searched refs:the_lib_name (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/py-imageio/imageio-2.9.0/imageio/core/
H A Dfindlib.py109 the_lib_name = lib_names[0]
111 the_lib_name = exact_lib_names[0]
154 raise OSError(msg % (the_lib_name, "\n\n".join(err_txt)))
158 raise OSError(msg % (the_lib_name, "\n".join(lib_dirs)))
/dports/science/hdf5/hdf5-1.10.6/java/src/jni/
H A Dh5eImp.c91 const char* the_lib_name = NULL; in Java_hdf_hdf5lib_H5_H5Eregister_1class() local
105 … PIN_JAVA_STRING(ENVONLY, lib_name, the_lib_name, NULL, "H5Eregister_class: lib name not pinned"); in Java_hdf_hdf5lib_H5_H5Eregister_1class()
108 if ((ret_val = H5Eregister_class(the_cls_name, the_lib_name, the_version)) < 0) in Java_hdf_hdf5lib_H5_H5Eregister_1class()
114 if (the_lib_name) in Java_hdf_hdf5lib_H5_H5Eregister_1class()
115 UNPIN_JAVA_STRING(ENVONLY, lib_name, the_lib_name); in Java_hdf_hdf5lib_H5_H5Eregister_1class()