Searched refs:convert_struct_from_object (Results 1 – 1 of 1) sorted by relevance
/external/python/cffi/c/ |
D | _cffi_backend.c | 1391 convert_struct_from_object(char *data, CTypeDescrObject *ct, PyObject *init, 1426 if (convert_struct_from_object(NULL, cf->cf_type, value, &subsize) < 0) in convert_vfield_from_object() 1556 convert_struct_from_object(char *data, CTypeDescrObject *ct, PyObject *init, in convert_struct_from_object() function 1765 return convert_struct_from_object(data, ct, init, NULL); in convert_from_object() 3856 if (convert_struct_from_object(NULL, ctitem, init, in direct_newp()
|