Home
last modified time | relevance | path

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

/external/python/cffi/c/
Dlib_obj.c25 struct LibObject_s { struct
27 builder_c_t *l_types_builder; /* same as the one on the ffi object */
28 PyObject *l_dict; /* content, built lazily */
29 PyObject *l_libname; /* some string that gives the name of the lib */
30 FFIObject *l_ffi; /* reference back to the ffi object */
31 void *l_libhandle; /* the dlopen()ed handle, if any */