Lines Matching refs:l_libname
29 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()
397 void *address = cdlopen_fetch(lib->l_libname, lib->l_libhandle, s); in lib_build_and_cache_attr()
545 return PyText_FromFormat("%s.lib", PyText_AS_UTF8(lib->l_libname)); in lib_getattr()
646 lib->l_libname = libname; in lib_internal_new()