| /third_party/python/Modules/ |
| H A D | sha256module.c | 432 SHA256Type_copy_impl(SHAobject *self, PyTypeObject *cls) in SHA256Type_copy_impl() argument 458 SHA256Type_digest_impl(SHAobject *self) in SHA256Type_digest_impl() argument 476 SHA256Type_hexdigest_impl(SHAobject *self) in SHA256Type_hexdigest_impl() argument 499 SHA256Type_update(SHAobject *self, PyObjec argument 521 SHA256_get_block_size(PyObject *self, void *closure) SHA256_get_block_size() argument 527 SHA256_get_name(PyObject *self, void *closure) SHA256_get_name() argument [all...] |
| H A D | _functoolsmodule.c | 629 functools_cmp_to_key(PyObject *self, PyObject *args, PyObject *kwds) in functools_cmp_to_key() argument 656 functools_reduce(PyObject *self, PyObject *args) in functools_reduce() argument 881 uncached_lru_cache_wrapper(lru_cache_object *self, PyObject *args, PyObject *kwds) in uncached_lru_cache_wrapper() argument 893 infinite_lru_cache_wrapper(lru_cache_object *self, PyObject *args, PyObject *kwds) in infinite_lru_cache_wrapper() argument 941 lru_cache_append_link(lru_cache_object *self, lru_list_elem *link) lru_cache_append_link() argument 951 lru_cache_prepend_link(lru_cache_object *self, lru_list_elem *link) lru_cache_prepend_link() argument 992 bounded_lru_cache_wrapper(lru_cache_object *self, PyObject *args, PyObject *kwds) bounded_lru_cache_wrapper() argument 1236 lru_cache_unlink_list(lru_cache_object *self) lru_cache_unlink_list() argument 1258 lru_cache_tp_clear(lru_cache_object *self) lru_cache_tp_clear() argument 1287 lru_cache_call(lru_cache_object *self, PyObject *args, PyObject *kwds) lru_cache_call() argument 1293 lru_cache_descr_get(PyObject *self, PyObject *obj, PyObject *type) lru_cache_descr_get() argument 1303 lru_cache_cache_info(lru_cache_object *self, PyObject *unused) lru_cache_cache_info() argument 1316 lru_cache_cache_clear(lru_cache_object *self, PyObject *unused) lru_cache_cache_clear() argument 1326 lru_cache_reduce(PyObject *self, PyObject *unused) lru_cache_reduce() argument 1332 lru_cache_copy(PyObject *self, PyObject *unused) lru_cache_copy() argument 1339 lru_cache_deepcopy(PyObject *self, PyObject *unused) lru_cache_deepcopy() argument 1346 lru_cache_tp_traverse(lru_cache_object *self, visitproc visit, void *arg) lru_cache_tp_traverse() argument [all...] |
| H A D | _lzmamodule.c | 608 _lzma_LZMACompressor_compress_impl(Compressor *self, Py_buffer *data) in _lzma_LZMACompressor_compress_impl() argument 635 _lzma_LZMACompressor_flush_impl(Compressor *self) in _lzma_LZMACompressor_flush_impl() argument 769 Compressor_init(Compressor *self, PyObject *args, PyObject *kwargs) Compressor_init() argument 850 Compressor_dealloc(Compressor *self) Compressor_dealloc() argument 868 Compressor_traverse(Compressor *self, visitproc visit, void *arg) Compressor_traverse() argument 1133 _lzma_LZMADecompressor_decompress_impl(Decompressor *self, Py_buffer *data, Py_ssize_t max_length) _lzma_LZMADecompressor_decompress_impl() argument 1193 _lzma_LZMADecompressor___init___impl(Decompressor *self, int format, PyObject *memlimit, PyObject *filters) _lzma_LZMADecompressor___init___impl() argument 1294 Decompressor_dealloc(Decompressor *self) Decompressor_dealloc() argument 1310 Decompressor_traverse(Decompressor *self, visitproc visit, void *arg) Decompressor_traverse() argument [all...] |
| H A D | _threadmodule.c | 51 lock_traverse(lockobject *self, visitproc visit, void *arg) in lock_traverse() argument 58 lock_dealloc(lockobject *self) in lock_dealloc() argument 173 lock_PyThread_acquire_lock(lockobject *self, PyObject *args, PyObject *kwds) lock_PyThread_acquire_lock() argument 201 lock_PyThread_release_lock(lockobject *self, PyObject *Py_UNUSED(ignored)) lock_PyThread_release_lock() argument 223 lock_locked_lock(lockobject *self, PyObject *Py_UNUSED(ignored)) lock_locked_lock() argument 235 lock_repr(lockobject *self) lock_repr() argument 243 lock__at_fork_reinit(lockobject *self, PyObject *Py_UNUSED(args)) lock__at_fork_reinit() argument 327 rlock_traverse(rlockobject *self, visitproc visit, void *arg) rlock_traverse() argument 335 rlock_dealloc(rlockobject *self) rlock_dealloc() argument 355 rlock_acquire(rlockobject *self, PyObject *args, PyObject *kwds) rlock_acquire() argument 405 rlock_release(rlockobject *self, PyObject *Py_UNUSED(ignored)) rlock_release() argument 434 rlock_acquire_restore(rlockobject *self, PyObject *args) rlock_acquire_restore() argument 464 rlock_release_save(rlockobject *self, PyObject *Py_UNUSED(ignored)) rlock_release_save() argument 490 rlock_is_owned(rlockobject *self, PyObject *Py_UNUSED(ignored)) rlock_is_owned() argument 508 rlockobject *self = (rlockobject *) type->tp_alloc(type, 0); rlock_new() local 526 rlock_repr(rlockobject *self) rlock_repr() argument 537 rlock__at_fork_reinit(rlockobject *self, PyObject *Py_UNUSED(args)) rlock__at_fork_reinit() argument 605 lockobject *self = (lockobject *)type->tp_alloc(type, 0); newlockobject() local 670 localdummy_dealloc(localdummyobject *self) localdummy_dealloc() argument 719 _local_create_dummy(localobject *self, thread_module_state *state) _local_create_dummy() argument 794 localobject *self = (localobject *)type->tp_alloc(type, 0); local_new() local 833 local_traverse(localobject *self, visitproc visit, void *arg) local_traverse() argument 848 local_clear(localobject *self) local_clear() argument 880 local_dealloc(localobject *self) local_dealloc() argument 900 _ldict(localobject *self, thread_module_state *state) _ldict() argument 938 local_setattro(localobject *self, PyObject *name, PyObject *v) local_setattro() argument 990 local_getattro(localobject *self, PyObject *name) local_getattro() argument 1039 localobject *self = (localobject *)Py_NewRef(obj); _localdummy_destroyed() local 1116 thread_PyThread_start_new_thread(PyObject *self, PyObject *fargs) thread_PyThread_start_new_thread() argument 1184 thread_PyThread_exit_thread(PyObject *self, PyObject *Py_UNUSED(ignored)) thread_PyThread_exit_thread() argument 1198 thread_PyThread_interrupt_main(PyObject *self, PyObject *args) thread_PyThread_interrupt_main() argument 1239 thread_get_ident(PyObject *self, PyObject *Py_UNUSED(ignored)) thread_get_ident() argument 1262 thread_get_native_id(PyObject *self, PyObject *Py_UNUSED(ignored)) thread_get_native_id() argument 1277 thread__count(PyObject *self, PyObject *Py_UNUSED(ignored)) thread__count() argument 1356 thread_stack_size(PyObject *self, PyObject *args) thread_stack_size() argument [all...] |
| H A D | _testmultiphase.c | 41 Example_traverse(ExampleObject *self, visitproc visit, void *arg) in Example_traverse() argument 48 Example_finalize(ExampleObject *self) in Example_finalize() argument 54 Example_demo(ExampleObject *self, PyObject *args) in Example_demo() argument 75 Example_getattro(ExampleObject *self, PyObject *name) in Example_getattro() argument 91 Example_setattr(ExampleObject *self, cons argument 144 _testmultiphase_StateAccessType_get_defining_module_impl(StateAccessTypeObject *self, PyTypeObject *cls) _testmultiphase_StateAccessType_get_defining_module_impl() argument 167 _testmultiphase_StateAccessType_getmodulebydef_bad_def_impl(StateAccessTypeObject *self, PyTypeObject *cls) _testmultiphase_StateAccessType_getmodulebydef_bad_def_impl() argument 193 _testmultiphase_StateAccessType_increment_count_clinic_impl(StateAccessTypeObject *self, PyTypeObject *cls, int n, int twice) _testmultiphase_StateAccessType_increment_count_clinic_impl() argument 217 _StateAccessType_increment_count_noclinic(StateAccessTypeObject *self, PyTypeObject *defining_class, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _StateAccessType_increment_count_noclinic() argument 262 _testmultiphase_StateAccessType_get_count_impl(StateAccessTypeObject *self, PyTypeObject *cls) _testmultiphase_StateAccessType_get_count_impl() argument 306 testexport_foo(PyObject *self, PyObject *args) testexport_foo() argument 509 nonmodule_bar(PyObject *self, PyObject *args) nonmodule_bar() argument [all...] |
| H A D | mmapmodule.c | 179 mmap_close_method(mmap_object *self, PyObject *unused) in mmap_close_method() argument 267 mmap_read_byte_method(mmap_object *self, PyObject *unused) mmap_read_byte_method() argument 279 mmap_read_line_method(mmap_object *self, PyObject *unused) mmap_read_line_method() argument 303 mmap_read_method(mmap_object *self, PyObject *args) mmap_read_method() argument 324 mmap_gfind(mmap_object *self, PyObject *args, int reverse) mmap_gfind() argument 370 mmap_find_method(mmap_object *self, PyObject *args) mmap_find_method() argument 377 mmap_rfind_method(mmap_object *self, PyObject *args) mmap_rfind_method() argument 384 is_writable(mmap_object *self) is_writable() argument 393 is_resizeable(mmap_object *self) is_resizeable() argument 410 mmap_write_method(mmap_object *self, PyObject *args) mmap_write_method() argument 438 mmap_write_byte_method(mmap_object *self, PyObject *args) mmap_write_byte_method() argument 462 mmap_size_method(mmap_object *self, PyObject *unused) mmap_size_method() argument 512 mmap_resize_method(mmap_object *self, PyObject *args) mmap_resize_method() argument 660 mmap_tell_method(mmap_object *self, PyObject *unused) mmap_tell_method() argument 667 mmap_flush_method(mmap_object *self, PyObject *args) mmap_flush_method() argument 702 mmap_seek_method(mmap_object *self, PyObject *args) mmap_seek_method() argument 741 mmap_move_method(mmap_object *self, PyObject *args) mmap_move_method() argument 768 mmap_closed_get(mmap_object *self, void *Py_UNUSED(ignored)) mmap_closed_get() argument 778 mmap__enter__method(mmap_object *self, PyObject *args) mmap__enter__method() argument 787 mmap__exit__method(PyObject *self, PyObject *args) mmap__exit__method() argument 793 mmap__repr__method(PyObject *self) mmap__repr__method() argument 839 mmap__sizeof__method(mmap_object *self, void *unused) mmap__sizeof__method() argument 852 mmap_madvise_method(mmap_object *self, PyObject *args) mmap_madvise_method() argument 931 mmap_buffer_getbuf(mmap_object *self, Py_buffer *view, int flags) mmap_buffer_getbuf() argument 942 mmap_buffer_releasebuf(mmap_object *self, Py_buffer *view) mmap_buffer_releasebuf() argument 948 mmap_length(mmap_object *self) mmap_length() argument 955 mmap_item(mmap_object *self, Py_ssize_t i) mmap_item() argument 966 mmap_subscript(mmap_object *self, PyObject *item) mmap_subscript() argument 1024 mmap_ass_item(mmap_object *self, Py_ssize_t i, PyObject *v) mmap_ass_item() argument 1051 mmap_ass_subscript(mmap_object *self, PyObject *item, PyObject *value) mmap_ass_subscript() argument [all...] |
| /third_party/skia/modules/canvaskit/ |
| H A D | paragraph_bindings.cpp | 278 Float32Array GetRectsForRange(para::Paragraph& self, in GetRectsForRange() argument 287 Float32Array GetRectsForPlaceholders(para::Paragraph& self) { in GetRectsForPlaceholders() argument 292 JSArray GetLineMetrics(para::Paragraph& self) { in GetLineMetrics() argument 318 JSArray GetShapedLines(para::Paragraph& self) { in GetShapedLines() argument [all...] |
| /third_party/alsa-lib/modules/mixer/simple/ |
| H A D | python.c | 658 pymelem_dealloc(struct pymelem *self) in pymelem_dealloc() argument 842 pymixer_free(struct pymixer *self) in pymixer_free() argument 869 pymixer_dealloc(struct pymixer *self) pymixer_dealloc() argument [all...] |
| /third_party/node/src/crypto/ |
| H A D | crypto_keys.cc | 1398 Deserialize( Environment* env, Local<Context> context, std::unique_ptr<worker::TransferData> self) Deserialize() argument
|
| /third_party/node/src/ |
| H A D | node_buffer.cc | 119 CallbackInfo* self = new CallbackInfo(env, callback, data, hint); in CreateTrackedArrayBuffer() local 154 CallbackInfo* self = static_cast<CallbackInfo*>(data); in CleanupHook() local [all...] |
| H A D | node_sockaddr.cc | 735 Deserialize( Environment* env, Local<Context> context, std::unique_ptr<worker::TransferData> self) Deserialize() argument 880 Deserialize( Environment* env, v8::Local<v8::Context> context, std::unique_ptr<worker::TransferData> self) Deserialize() argument
|
| H A D | spawn_sync.cc | 318 SyncProcessStdioPipe* self = in AllocCallback() local 327 SyncProcessStdioPipe* self = in ReadCallback() local 334 SyncProcessStdioPipe* self = in WriteCallback() local 341 SyncProcessStdioPipe* self = in ShutdownCallback() local 356 SyncProcessStdioPipe* self = in CloseCallback() local 1088 SyncProcessRunner* self = reinterpret_cast<SyncProcessRunner*>(handle->data); ExitCallback() local 1095 SyncProcessRunner* self = reinterpret_cast<SyncProcessRunner*>(handle->data); KillTimerCallback() local [all...] |
| /third_party/musl/src/internal/ |
| H A D | pthread_impl.h | 24 struct pthread *self; member
|
| /third_party/node/deps/brotli/c/enc/ |
| H A D | backward_references_hq.c | 52 static BROTLI_INLINE uint32_t ZopfliNodeCopyLength(const ZopfliNode* self) { in ZopfliNodeCopyLength() argument 56 static BROTLI_INLINE uint32_t ZopfliNodeLengthCode(const ZopfliNode* self) { in ZopfliNodeLengthCode() argument 61 static BROTLI_INLINE uint32_t ZopfliNodeCopyDistance(const ZopfliNode* self) { in ZopfliNodeCopyDistance() argument 65 static BROTLI_INLINE uint32_t ZopfliNodeDistanceCode(const ZopfliNode* self) { in ZopfliNodeDistanceCode() argument 72 ZopfliNodeCommandLength(const ZopfliNode* self) ZopfliNodeCommandLength() argument 88 InitZopfliCostModel( MemoryManager* m, ZopfliCostModel* self, const BrotliDistanceParams* dist, size_t num_bytes) InitZopfliCostModel() argument 98 CleanupZopfliCostModel(MemoryManager* m, ZopfliCostModel* self) CleanupZopfliCostModel() argument 135 ZopfliCostModelSetFromCommands(ZopfliCostModel* self, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, const Command* commands, size_t num_commands, size_t last_insert_len) ZopfliCostModelSetFromCommands() argument 198 ZopfliCostModelSetFromLiteralCosts(ZopfliCostModel* self, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) ZopfliCostModelSetFromLiteralCosts() argument 225 ZopfliCostModelGetCommandCost( const ZopfliCostModel* self, uint16_t cmdcode) ZopfliCostModelGetCommandCost() argument 230 ZopfliCostModelGetDistanceCost( const ZopfliCostModel* self, size_t distcode) ZopfliCostModelGetDistanceCost() argument 235 ZopfliCostModelGetLiteralCosts( const ZopfliCostModel* self, size_t from, size_t to) ZopfliCostModelGetLiteralCosts() argument 240 ZopfliCostModelGetMinCostCmd( const ZopfliCostModel* self) ZopfliCostModelGetMinCostCmd() argument 272 InitStartPosQueue(StartPosQueue* self) InitStartPosQueue() argument 276 StartPosQueueSize(const StartPosQueue* self) StartPosQueueSize() argument 280 StartPosQueuePush(StartPosQueue* self, const PosData* posdata) StartPosQueuePush() argument 296 StartPosQueueAt(const StartPosQueue* self, size_t k) StartPosQueueAt() argument [all...] |
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/picotls/ |
| H A D | picotls.c | 559 static int update_traffic_key_server_cb(ptls_update_traffic_key_t *self, in update_traffic_key_server_cb() argument 605 static int update_traffic_key_cb(ptls_update_traffic_key_t *self, ptls_t *ptls, in update_traffic_key_cb() argument
|
| /third_party/python/ |
| H A D | setup.py | 598 self.failed or self.failed_on_import or self.missing global() namespace [all...] |
| /third_party/skia/src/ports/ |
| H A D | SkFontMgr_android_parser.cpp | 327 find_family(FamilyData* self, const SkString& familyName) find_family() argument 578 FamilyData* self = static_cast<FamilyData*>(data); start_element_handler() local 600 FamilyData* self = static_cast<FamilyData*>(data); end_element_handler() local 630 FamilyData* self = static_cast<FamilyData*>(data); xml_entity_decl_handler() local [all...] |
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| H A D | backward_references_hq.c | 52 static BROTLI_INLINE uint32_t ZopfliNodeCopyLength(const ZopfliNode* self) { in ZopfliNodeCopyLength() argument 56 static BROTLI_INLINE uint32_t ZopfliNodeLengthCode(const ZopfliNode* self) { in ZopfliNodeLengthCode() argument 61 static BROTLI_INLINE uint32_t ZopfliNodeCopyDistance(const ZopfliNode* self) { in ZopfliNodeCopyDistance() argument 65 static BROTLI_INLINE uint32_t ZopfliNodeDistanceCode(const ZopfliNode* self) { in ZopfliNodeDistanceCode() argument 72 ZopfliNodeCommandLength(const ZopfliNode* self) ZopfliNodeCommandLength() argument 88 InitZopfliCostModel( MemoryManager* m, ZopfliCostModel* self, const BrotliDistanceParams* dist, size_t num_bytes) InitZopfliCostModel() argument 98 CleanupZopfliCostModel(MemoryManager* m, ZopfliCostModel* self) CleanupZopfliCostModel() argument 135 ZopfliCostModelSetFromCommands(ZopfliCostModel* self, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, const Command* commands, size_t num_commands, size_t last_insert_len) ZopfliCostModelSetFromCommands() argument 198 ZopfliCostModelSetFromLiteralCosts(ZopfliCostModel* self, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) ZopfliCostModelSetFromLiteralCosts() argument 225 ZopfliCostModelGetCommandCost( const ZopfliCostModel* self, uint16_t cmdcode) ZopfliCostModelGetCommandCost() argument 230 ZopfliCostModelGetDistanceCost( const ZopfliCostModel* self, size_t distcode) ZopfliCostModelGetDistanceCost() argument 235 ZopfliCostModelGetLiteralCosts( const ZopfliCostModel* self, size_t from, size_t to) ZopfliCostModelGetLiteralCosts() argument 240 ZopfliCostModelGetMinCostCmd( const ZopfliCostModel* self) ZopfliCostModelGetMinCostCmd() argument 272 InitStartPosQueue(StartPosQueue* self) InitStartPosQueue() argument 276 StartPosQueueSize(const StartPosQueue* self) StartPosQueueSize() argument 280 StartPosQueuePush(StartPosQueue* self, const PosData* posdata) StartPosQueuePush() argument 296 StartPosQueueAt(const StartPosQueue* self, size_t k) StartPosQueueAt() argument [all...] |
| /third_party/python/Modules/_ctypes/ |
| H A D | callproc.c | 190 get_error_internal(PyObject *self, PyObject *args, int index) in get_error_internal() argument 204 set_error_internal(PyObject *self, PyObject *args, int index) in set_error_internal() argument 223 get_errno(PyObject *self, PyObject *args) in get_errno() argument 232 set_errno(PyObject *self, PyObject *args) in set_errno() argument 243 get_last_error(PyObject *self, PyObject *args) in get_last_error() argument 252 set_last_error(PyObject *self, PyObject *args) in set_last_error() argument 449 check_hresult(PyObject *self, PyObject *args) check_hresult() argument 478 PyCArg_dealloc(PyCArgObject *self) PyCArg_dealloc() argument 491 PyCArg_repr(PyCArgObject *self) PyCArg_repr() argument 1323 format_error(PyObject *self, PyObject *args) format_error() argument 1349 load_library(PyObject *self, PyObject *args) load_library() argument 1397 free_library(PyObject *self, PyObject *args) free_library() argument 1420 copy_com_pointer(PyObject *self, PyObject *args) copy_com_pointer() argument 1478 py_dyld_shared_cache_contains_path(PyObject *self, PyObject *args) py_dyld_shared_cache_contains_path() argument 1513 py_dl_open(PyObject *self, PyObject *args) py_dl_open() argument 1551 py_dl_close(PyObject *self, PyObject *args) py_dl_close() argument 1565 py_dl_sym(PyObject *self, PyObject *args) py_dl_sym() argument 1593 call_function(PyObject *self, PyObject *args) call_function() argument 1628 call_cdeclfunction(PyObject *self, PyObject *args) call_cdeclfunction() argument 1666 sizeof_func(PyObject *self, PyObject *obj) sizeof_func() argument 1687 align_func(PyObject *self, PyObject *obj) align_func() argument 1714 byref(PyObject *self, PyObject *args) byref() argument 1753 addressof(PyObject *self, PyObject *obj) addressof() argument 1774 My_PyObj_FromPtr(PyObject *self, PyObject *args) My_PyObj_FromPtr() argument 1788 My_Py_INCREF(PyObject *self, PyObject *arg) My_Py_INCREF() argument 1796 My_Py_DECREF(PyObject *self, PyObject *arg) My_Py_DECREF() argument 1804 resize(PyObject *self, PyObject *args) resize() argument 1858 unpickle(PyObject *self, PyObject *args) unpickle() argument 1890 POINTER(PyObject *self, PyObject *cls) POINTER() argument 1955 pointer(PyObject *self, PyObject *arg) pointer() argument 1976 buffer_info(PyObject *self, PyObject *arg) buffer_info() argument [all...] |
| H A D | cfield.c | 52 CFieldObject *self; in PyCField_FromDesc() local 202 PyCField_set(CFieldObject *self, PyObject *inst, PyObject *value) PyCField_set() argument 223 PyCField_get(CFieldObject *self, PyObject *inst, PyTypeObject *type) PyCField_get() argument 241 PyCField_get_offset(PyObject *self, void *data) PyCField_get_offset() argument 247 PyCField_get_size(PyObject *self, void *data) PyCField_get_size() argument 259 PyCField_traverse(CFieldObject *self, visitproc visit, void *arg) PyCField_traverse() argument 266 PyCField_clear(CFieldObject *self) PyCField_clear() argument 273 PyCField_dealloc(PyObject *self) PyCField_dealloc() argument 281 PyCField_repr(CFieldObject *self) PyCField_repr() argument [all...] |
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | storage.c | 900 RepeatedField* self; in check_repeated_field_type() local 922 Map* self; in check_map_field_type() local
|
| /third_party/python/PC/ |
| H A D | winreg.c | 270 winreg_HKEYType_Close_impl(PyHKEYObject *self) in winreg_HKEYType_Close_impl() argument 293 winreg_HKEYType_Detach_impl(PyHKEYObject *self) in winreg_HKEYType_Detach_impl() argument 310 winreg_HKEYType___enter___impl(PyHKEYObject *self) winreg_HKEYType___enter___impl() argument 327 winreg_HKEYType___exit___impl(PyHKEYObject *self, PyObject *exc_type, PyObject *exc_value, PyObject *traceback) winreg_HKEYType___exit___impl() argument [all...] |
| /third_party/python/Python/ |
| H A D | _warnings.c | 1034 warnings_warn_explicit(PyObject *self, PyObject *args, PyObject *kwds) in warnings_warn_explicit() argument 1080 warnings_filters_mutated(PyObject *self, PyObject *Py_UNUSED(args)) in warnings_filters_mutated() argument
|
| H A D | context.c | 451 context_tp_clear(PyContext *self) in context_tp_clear() argument 459 context_tp_traverse(PyContext *self, visitproc visit, void *arg) in context_tp_traverse() argument 467 context_tp_dealloc(PyContext *self) in context_tp_dealloc() argument 496 context_tp_iter(PyContext *self) context_tp_iter() argument 529 context_tp_len(PyContext *self) context_tp_len() argument 535 context_tp_subscript(PyContext *self, PyObject *key) context_tp_subscript() argument 554 context_tp_contains(PyContext *self, PyObject *key) context_tp_contains() argument 577 _contextvars_Context_get_impl(PyContext *self, PyObject *key, PyObject *default_value) _contextvars_Context_get_impl() argument 608 _contextvars_Context_items_impl(PyContext *self) _contextvars_Context_items_impl() argument 622 _contextvars_Context_keys_impl(PyContext *self) _contextvars_Context_keys_impl() argument 636 _contextvars_Context_values_impl(PyContext *self) _contextvars_Context_values_impl() argument 650 _contextvars_Context_copy_impl(PyContext *self) _contextvars_Context_copy_impl() argument 658 context_run(PyContext *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) context_run() argument 876 contextvar_tp_clear(PyContextVar *self) contextvar_tp_clear() argument 887 contextvar_tp_traverse(PyContextVar *self, visitproc visit, void *arg) contextvar_tp_traverse() argument 895 contextvar_tp_dealloc(PyContextVar *self) contextvar_tp_dealloc() argument 903 contextvar_tp_hash(PyContextVar *self) contextvar_tp_hash() argument 909 contextvar_tp_repr(PyContextVar *self) contextvar_tp_repr() argument 980 _contextvars_ContextVar_get_impl(PyContextVar *self, PyObject *default_value) _contextvars_ContextVar_get_impl() argument 1016 _contextvars_ContextVar_set(PyContextVar *self, PyObject *value) _contextvars_ContextVar_set() argument 1034 _contextvars_ContextVar_reset(PyContextVar *self, PyObject *token) _contextvars_ContextVar_reset() argument 1103 token_tp_clear(PyContextToken *self) token_tp_clear() argument 1112 token_tp_traverse(PyContextToken *self, visitproc visit, void *arg) token_tp_traverse() argument 1121 token_tp_dealloc(PyContextToken *self) token_tp_dealloc() argument 1129 token_tp_repr(PyContextToken *self) token_tp_repr() argument 1177 token_get_var(PyContextToken *self, void *Py_UNUSED(ignored)) token_get_var() argument 1184 token_get_old_value(PyContextToken *self, void *Py_UNUSED(ignored)) token_get_old_value() argument 1259 context_token_missing_tp_repr(PyObject *self) context_token_missing_tp_repr() argument [all...] |
| H A D | getargs.c | 203 cleanup_ptr(PyObject *self, void *ptr) in cleanup_ptr() argument 212 cleanup_buffer(PyObject *self, void *ptr) in cleanup_buffer() argument
|