Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_functoolsmodule.c323 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.c292 Py_SETREF(po->wo, temp); in PyCursesPanel_replace_panel()
Dzlibmodule.c554 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.c1588 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);
Dsignalmodule.c624 Py_SETREF(Handlers[SIGINT].func, IntHandler); in initsignal()
Dbz2module.c1956 Py_SETREF(self->unused_data, in BZ2Decomp_decompress()
D_json.c1747 Py_SETREF(s->encoding, tmp); in scanner_init()
Ditertoolsmodule.c495 Py_SETREF(to->dataobj, (teedataobject *)link); in tee_next()
D_bsddb.c2501 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.c2057 Py_SETREF(*object, copy); in deepcopy()
D_ssl.c1572 Py_SETREF(self->ctx, (PySSLContext *)value); in PySSL_set_context()
/external/python/cpython2/Modules/_sqlite/
Dcursor.c545 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()
Dconnection.c231 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/
Derrors.c232 Py_SETREF(*exc, PyExc_RuntimeError); in PyErr_NormalizeException()
234 Py_SETREF(*val, PyExc_RecursionErrorInst); in PyErr_NormalizeException()
D_warnings.c531 Py_SETREF(*filename, PyString_FromString("__main__")); in setup_context()
Dceval.c4365 Py_SETREF(*pfunc, self); in call_function()
/external/python/cpython2/Objects/
Dfuncobject.c431 Py_SETREF(newfunc->func_name, name); in func_new()
Dexceptions.c62 Py_SETREF(self->args, args); in BaseException_init()
625 Py_SETREF(self->args, subslice); in EnvironmentError_init()
Dfileobject.c577 Py_SETREF(file->f_encoding, str); in PyFile_SetEncodingAndErrors()
578 Py_SETREF(file->f_errors, oerrors); in PyFile_SetEncodingAndErrors()
Dstringobject.c3868 Py_SETREF(*pv, v); in PyString_Concat()
4769 Py_SETREF(*p, t); in PyString_InternInPlace()
Dunicodeobject.c439 Py_SETREF(*unicode, w); in _PyUnicode_Resize()
/external/python/cpython2/Include/
Dobject.h846 #define Py_SETREF(op, op2) \ macro
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c428 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/
DNEWS445 macro Py_SETREF.