Searched refs:o_arg (Results 1 – 3 of 3) sorted by relevance
234 PyObject *module, *o_arg, *new_module; in _cffi_init() local246 o_arg = PyLong_FromVoidPtr((void *)raw); in _cffi_init()247 if (o_arg == NULL) in _cffi_init()251 module, (char *)"_init_cffi_1_0_external_module", (char *)"O", o_arg); in _cffi_init()253 Py_DECREF(o_arg); in _cffi_init()
52533 struct nfs_openargs o_arg; member