Home
last modified time | relevance | path

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

/external/python/cffi/c/
Dffi_obj.c95 static PyObject *ffi_fetch_int_constant(FFIObject *ffi, const char *name, in ffi_fetch_int_constant() function
134 x = ffi_fetch_int_constant(ffi1, name, recursion + 1); in ffi_fetch_int_constant()
884 x = ffi_fetch_int_constant(self, name, 0); in ffi_int_const()
Dlib_obj.c254 x = ffi_fetch_int_constant(ffi1, s, recursion + 1); in lib_build_and_cache_attr()