/external/python/cpython2/Modules/ |
D | _functoolsmodule.c | 323 Py_SETREF(pto->fn, fn); in partial_setstate() 324 Py_SETREF(pto->args, fnargs); in partial_setstate() 325 Py_SETREF(pto->kw, kw); in partial_setstate()
|
D | _curses_panel.c | 292 Py_SETREF(po->wo, temp); in PyCursesPanel_replace_panel()
|
D | zlibmodule.c | 554 Py_SETREF(self->unused_data, new_data); in save_unconsumed_input() 568 Py_SETREF(self->unconsumed_tail, new_data); in save_unconsumed_input()
|
D | _elementtree.c | 1588 Py_SETREF(self->tag, value); 1601 Py_SETREF(self->extra->attrib, value); 1813 Py_SETREF(self->this, (ElementObject*) node); 1816 Py_SETREF(self->last, (ElementObject*) node);
|
D | signalmodule.c | 624 Py_SETREF(Handlers[SIGINT].func, IntHandler); in initsignal()
|
D | bz2module.c | 1956 Py_SETREF(self->unused_data, in BZ2Decomp_decompress()
|
D | _json.c | 1747 Py_SETREF(s->encoding, tmp); in scanner_init()
|
D | itertoolsmodule.c | 495 Py_SETREF(to->dataobj, (teedataobject *)link); in tee_next()
|
D | _bsddb.c | 2501 Py_SETREF(self->private_obj, private_obj); in DB_set_private() 7000 Py_SETREF(self->private_obj, private_obj); in DBEnv_set_private() 7413 Py_SETREF(self->rep_transport, rep_transport); in DBEnv_rep_set_transport()
|
D | _sre.c | 2057 Py_SETREF(*object, copy); in deepcopy()
|
D | _ssl.c | 1572 Py_SETREF(self->ctx, (PySSLContext *)value); in PySSL_set_context()
|
/external/python/cpython2/Modules/_sqlite/ |
D | cursor.c | 545 Py_SETREF(self->description, Py_None); in _pysqlite_query_execute() 570 Py_SETREF(self->statement, in _pysqlite_query_execute() 682 Py_SETREF(self->description, PyTuple_New(numcols)); in _pysqlite_query_execute()
|
D | connection.c | 231 Py_SETREF(self->statement_cache, in pysqlite_flush_statement_cache() 827 Py_SETREF(self->statements, new_list); in _pysqlite_drop_unused_statement_references() 858 Py_SETREF(self->cursors, new_list); in _pysqlite_drop_unused_cursor_references()
|
/external/python/cpython2/Python/ |
D | errors.c | 232 Py_SETREF(*exc, PyExc_RuntimeError); in PyErr_NormalizeException() 234 Py_SETREF(*val, PyExc_RecursionErrorInst); in PyErr_NormalizeException()
|
D | _warnings.c | 531 Py_SETREF(*filename, PyString_FromString("__main__")); in setup_context()
|
D | ceval.c | 4365 Py_SETREF(*pfunc, self); in call_function()
|
/external/python/cpython2/Objects/ |
D | funcobject.c | 431 Py_SETREF(newfunc->func_name, name); in func_new()
|
D | exceptions.c | 62 Py_SETREF(self->args, args); in BaseException_init() 625 Py_SETREF(self->args, subslice); in EnvironmentError_init()
|
D | fileobject.c | 577 Py_SETREF(file->f_encoding, str); in PyFile_SetEncodingAndErrors() 578 Py_SETREF(file->f_errors, oerrors); in PyFile_SetEncodingAndErrors()
|
D | stringobject.c | 3868 Py_SETREF(*pv, v); in PyString_Concat() 4769 Py_SETREF(*p, t); in PyString_InternInPlace()
|
D | unicodeobject.c | 439 Py_SETREF(*unicode, w); in _PyUnicode_Resize()
|
/external/python/cpython2/Include/ |
D | object.h | 846 #define Py_SETREF(op, op2) \ macro
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes.c | 428 Py_SETREF(result->tp_dict, (PyObject *)dict); in StructUnionType_new() 1002 Py_SETREF(result->tp_dict, (PyObject *)stgdict); in PyCPointerType_new() 1475 Py_SETREF(result->tp_dict, (PyObject *)stgdict); in PyCArrayType_new() 1902 Py_SETREF(result->tp_dict, (PyObject *)stgdict); in CreateSwappedType() 2417 Py_SETREF(result->tp_dict, (PyObject *)stgdict); in PyCFuncPtrType_new()
|
/external/python/cpython2/Misc/ |
D | NEWS | 445 macro Py_SETREF.
|