Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
D_cffi_include.h205 PyObject *module, *o_arg, *new_module; in _cffi_init() local
217 o_arg = PyLong_FromVoidPtr((void *)raw); in _cffi_init()
218 if (o_arg == NULL) in _cffi_init()
222 module, (char *)"_init_cffi_1_0_external_module", (char *)"O", o_arg); in _cffi_init()
224 Py_DECREF(o_arg); in _cffi_init()