HomeSort by relevance Sort by last modified time
    Searched refs:Py_SETREF (Results 1 - 23 of 23) sorted by null

  /external/python/cpython2/Modules/
_functoolsmodule.c 323 Py_SETREF(pto->fn, fn);
324 Py_SETREF(pto->args, fnargs);
325 Py_SETREF(pto->kw, kw);
_curses_panel.c 292 Py_SETREF(po->wo, temp);
zlibmodule.c 554 Py_SETREF(self->unused_data, new_data);
568 Py_SETREF(self->unconsumed_tail, new_data);
    [all...]
_elementtree.c     [all...]
signalmodule.c 624 Py_SETREF(Handlers[SIGINT].func, IntHandler);
bz2module.c     [all...]
_json.c     [all...]
itertoolsmodule.c 495 Py_SETREF(to->dataobj, (teedataobject *)link);
    [all...]
_bsddb.c     [all...]
_sre.c     [all...]
_ssl.c     [all...]
  /external/python/cpython2/Python/
errors.c 232 Py_SETREF(*exc, PyExc_RuntimeError);
234 Py_SETREF(*val, PyExc_RecursionErrorInst);
_warnings.c 531 Py_SETREF(*filename, PyString_FromString("__main__"));
ceval.c     [all...]
  /external/python/cpython2/Modules/_sqlite/
cursor.c 545 Py_SETREF(self->description, Py_None);
570 Py_SETREF(self->statement,
682 Py_SETREF(self->description, PyTuple_New(numcols));
    [all...]
connection.c 231 Py_SETREF(self->statement_cache,
827 Py_SETREF(self->statements, new_list);
858 Py_SETREF(self->cursors, new_list);
    [all...]
  /external/python/cpython2/Include/
object.h 836 * Py_SETREF(op, op2);
842 * Py_XSETREF is a variant of Py_SETREF that uses Py_XDECREF instead of
846 #define Py_SETREF(op, op2) \
    [all...]
  /external/python/cpython2/Objects/
funcobject.c 431 Py_SETREF(newfunc->func_name, name);
exceptions.c 62 Py_SETREF(self->args, args);
625 Py_SETREF(self->args, subslice);
    [all...]
fileobject.c 577 Py_SETREF(file->f_encoding, str);
578 Py_SETREF(file->f_errors, oerrors);
    [all...]
stringobject.c     [all...]
unicodeobject.c 439 Py_SETREF(*unicode, w);
    [all...]
  /external/python/cpython2/Modules/_ctypes/
_ctypes.c 428 Py_SETREF(result->tp_dict, (PyObject *)dict);
    [all...]

Completed in 930 milliseconds