Searched refs:Py_XNewRef (Results 1 – 15 of 15) sorted by relevance
93 return Py_XNewRef(item); in pysqlite_row_item()138 return Py_XNewRef(item); in pysqlite_row_subscript()153 return Py_XNewRef(item); in pysqlite_row_subscript()
267 current_param = Py_XNewRef(item); in pysqlite_statement_bind_parameters()314 current_param = Py_XNewRef(item); in pysqlite_statement_bind_parameters()
31 See also :c:func:`Py_XNewRef`.42 The object *o* must not be ``NULL``; use :c:func:`Py_XNewRef` if *o* can be59 .. c:function:: PyObject* Py_XNewRef(PyObject *o)
578 PyAPI_FUNC(PyObject*) Py_XNewRef(PyObject *obj);596 #define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj)) macro
176 callback->kwargs = Py_XNewRef(kwargs); in atexit_register()
802 self->args = Py_XNewRef(args); in local_new()803 self->kw = Py_XNewRef(kw); in local_new()1158 boot->kwargs = Py_XNewRef(kwargs); in thread_PyThread_start_new_thread()
5520 PyObject *xref = Py_XNewRef(obj); \5525 assert(Py_XNewRef(NULL) == NULL); \5540 #undef Py_XNewRef
842 f->f_back = (PyFrameObject*)Py_XNewRef(tstate->frame); in _PyFrame_New_NoTrack()846 f->f_locals = Py_XNewRef(locals); in _PyFrame_New_NoTrack()
2300 #undef Py_XNewRef2310 Py_XNewRef(PyObject *obj) in Py_XNewRef() function
829 function,Py_XNewRef,3.10,
3032 Py_XNewRef:void:::3033 Py_XNewRef:PyObject*:o:+1:if o is not NULL
92 EXPORT_FUNC(Py_XNewRef)
2081 function Py_XNewRef
1426 Added :c:func:`Py_NewRef` and :c:func:`Py_XNewRef` functions to increment
2065 * Add :c:func:`Py_NewRef` and :c:func:`Py_XNewRef` functions to increment the