Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Py_XNewRef
(Results
1 - 14
of
14
) sorted by relevance
/third_party/python/Modules/_sqlite/
H
A
D
row.c
96
return
Py_XNewRef
(item);
in pysqlite_row_item()
141
return
Py_XNewRef
(item);
in pysqlite_row_subscript()
156
return
Py_XNewRef
(item);
in pysqlite_row_subscript()
H
A
D
cursor.c
674
current_param =
Py_XNewRef
(item);
in bind_parameters()
728
current_param =
Py_XNewRef
(item);
in bind_parameters()
/third_party/python/Include/
H
A
D
object.h
614
PyAPI_FUNC(PyObject*)
Py_XNewRef
(PyObject *obj);
628
// Py_NewRef() and
Py_XNewRef
() are exported as functions for the stable ABI.
633
# define
Py_XNewRef
(obj) _Py_XNewRef(_PyObject_CAST(obj))
macro
636
# define
Py_XNewRef
(obj) _Py_XNewRef(obj)
macro
/third_party/python/Include/internal/
H
A
D
pycore_frame.h
110
frame->f_locals =
Py_XNewRef
(locals);
in _PyFrame_InitializeSpecials()
/third_party/python/Modules/
H
A
D
atexitmodule.c
176
callback->kwargs =
Py_XNewRef
(kwargs);
in atexit_register()
H
A
D
_threadmodule.c
799
self->args =
Py_XNewRef
(args);
in local_new()
800
self->kw =
Py_XNewRef
(kw);
in local_new()
1160
boot->kwargs =
Py_XNewRef
(kwargs);
in thread_PyThread_start_new_thread()
H
A
D
_testcapimodule.c
5741
/* test
Py_XNewRef
() */ \
5742
PyObject *xref =
Py_XNewRef
(obj); \
5747
assert(
Py_XNewRef
(NULL) == NULL); \
5754
// Test Py_NewRef() and
Py_XNewRef
() macros
5762
#undef
Py_XNewRef
macro
5764
// Test Py_NewRef() and
Py_XNewRef
() functions, after undefining macros.
/third_party/python/PC/
H
A
D
python3dll.c
88
EXPORT_FUNC(
Py_XNewRef
)
/third_party/python/Objects/
H
A
D
weakrefobject.c
31
self->wr_callback =
Py_XNewRef
(callback);
in init_weakref()
H
A
D
object.c
2425
#undef
Py_XNewRef
macro
2427
// Export Py_NewRef() and
Py_XNewRef
() as regular functions for the stable ABI.
2435
Py_XNewRef
(PyObject *obj)
in Py_XNewRef()
function
H
A
D
typeobject.c
3463
res->ht_module =
Py_XNewRef
(module);
in PyType_FromModuleAndSpec()
/third_party/python/Python/
H
A
D
errors.c
523
Py_XSETREF(tstate->exc_info->exc_value,
Py_XNewRef
(exc));
in _PyErr_SetHandledException()
H
A
D
sysmodule.c
1839
PyObject *pyFrame =
Py_XNewRef
((PyObject *)_PyFrame_GetFrameObject(frame));
in sys__getframe_impl()
H
A
D
import.c
982
return
Py_XNewRef
(mod);
in create_builtin()
Completed in 43 milliseconds