Home
last modified time | relevance | path

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

/external/python/cffi/c/
Dlib_obj.c29 PyObject *l_libname; /* some string that gives the name of the lib */ member
48 if (lo->l_libname != fo->m_module) in _cpyextfunc_get()
96 Py_DECREF(lib->l_libname); in lib_dealloc()
104 Py_VISIT(lib->l_libname); in lib_traverse()
112 PyText_AS_UTF8(lib->l_libname)); in lib_repr()
131 const char *libname = PyText_AS_UTF8(lib->l_libname); in lib_build_cpython_func()
194 result = PyCFunction_NewEx(&xfunc->md, (PyObject *)lib, lib->l_libname); in lib_build_cpython_func()
269 PyText_AS_UTF8(lib->l_libname), s); in lib_build_and_cache_attr()
316 data = cdlopen_fetch(lib->l_libname, lib->l_libhandle, s); in lib_build_and_cache_attr()
370 address = cdlopen_fetch(lib->l_libname, lib->l_libhandle, s); in lib_build_and_cache_attr()
[all …]
Dcdlopen.c73 if (cdlopen_close(lib->l_libname, libhandle) < 0) in ffi_dlclose()