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

  /external/python/cpython2/Objects/
exceptions.c 66 Py_XSETREF(self->message, PyTuple_GET_ITEM(self->args, 0));
282 Py_XSETREF(self->dict, val);
308 Py_XSETREF(self->args, seq);
522 Py_XSETREF(self->code, PyTuple_GET_ITEM(args, 0));
526 Py_XSETREF(self->code, args);
611 Py_XSETREF(self->myerrno, myerrno);
614 Py_XSETREF(self->strerror, strerror);
619 Py_XSETREF(self->filename, filename);
876 Py_XSETREF(self->winerror, self->myerrno);
1062 Py_XSETREF(self->msg, PyTuple_GET_ITEM(args, 0))
    [all...]
funcobject.c 119 Py_XSETREF(((PyFunctionObject *)op)->func_defaults, defaults);
151 Py_XSETREF(((PyFunctionObject *)op)->func_closure, closure);
frameobject.c 373 Py_XSETREF(f->f_trace, v);
860 Py_XSETREF(values[j], value);
descrobject.c     [all...]
typeobject.c 191 Py_XSETREF(method_cache[i].name, Py_None);
    [all...]
  /external/python/cpython2/Modules/
zlibmodule.c 789 Py_XSETREF(retval->unused_data, self->unused_data);
791 Py_XSETREF(retval->unconsumed_tail, self->unconsumed_tail);
838 Py_XSETREF(retval->unused_data, self->unused_data);
840 Py_XSETREF(retval->unconsumed_tail, self->unconsumed_tail);
    [all...]
cdmodule.c 632 Py_XSETREF(self->ob_cdcallbacks[type].ob_cdcallback, func);
634 Py_XSETREF(self->ob_cdcallbacks[type].ob_cdcallbackarg, funcarg);
_functoolsmodule.c 326 Py_XSETREF(pto->dict, dict);
_csv.c 280 Py_XSETREF(*target, src);
772 Py_XSETREF(self->fields, PyList_New(0));
    [all...]
cPickle.c 692 Py_XSETREF(self->last_string, str);
718 Py_XSETREF(self->last_string, str);
    [all...]
_elementtree.c     [all...]
_struct.c     [all...]
_bsddb.c     [all...]
  /external/python/cpython2/Modules/_io/
bufferedio.c 1030 Py_XSETREF(res, _PyBytes_Join(_PyIO_empty_bytes, chunks));
    [all...]
textio.c 969 Py_XSETREF(self->decoder, incrementalDecoder);
    [all...]
  /external/python/cpython2/Modules/_sqlite/
cursor.c 173 Py_XSETREF(self->row_cast_map, PyList_New(0));
561 Py_XSETREF(self->statement,
    [all...]
connection.c 359 Py_XSETREF(((pysqlite_Cursor *)cursor)->row_factory, self->row_factory);
    [all...]
  /external/python/cpython2/Modules/_ctypes/
_ctypes.c 912 Py_XSETREF(stgdict->proto, proto);
    [all...]
  /external/python/cpython2/Include/
object.h 842 * Py_XSETREF is a variant of Py_SETREF that uses Py_XDECREF instead of
853 #define Py_XSETREF(op, op2) \
    [all...]
  /external/python/cpython2/Python/
compile.c     [all...]

Completed in 266 milliseconds