Searched refs:CTypeDescr_Type (Results 1 – 2 of 2) sorted by relevance
/external/python/cffi/c/ |
D | _cffi_backend.c | 236 static PyTypeObject CTypeDescr_Type; variable 243 #define CTypeDescr_Check(ob) (Py_TYPE(ob) == &CTypeDescr_Type) 351 &CTypeDescr_Type, in ctypedescr_new() 652 static PyTypeObject CTypeDescr_Type = { variable 3758 if (!PyArg_ParseTuple(args, "O!|O:newp", &CTypeDescr_Type, &ct, &init)) in b_newp() 4077 if (!PyArg_ParseTuple(args, "O!O:cast", &CTypeDescr_Type, &ct, &ob)) in b_cast() 4122 &CTypeDescr_Type, &ct, &funcname)) in dl_load_function() 4157 &CTypeDescr_Type, &ct, &varname)) in dl_read_variable() 4185 &CTypeDescr_Type, &ct, &varname, &value)) in dl_write_variable() 4641 &CTypeDescr_Type, &ctitem)) in b_new_pointer_type() [all …]
|
D | cffi1_module.c | 44 (PyObject *)&CTypeDescr_Type) < 0) in init_ffi_lib()
|