| /third_party/python/Modules/_sqlite/ |
| H A D | blob.c | 15 close_blob(pysqlite_Blob *self) in close_blob() argument 28 blob_traverse(pysqlite_Blob *self, visitproc visit, void *arg) in blob_traverse() argument 36 blob_clear(pysqlite_Blob *self) in blob_clear() argument 43 blob_dealloc(pysqlite_Blob *self) blob_dealloc() argument 60 check_blob(pysqlite_Blob *self) check_blob() argument 83 blob_close_impl(pysqlite_Blob *self) blob_close_impl() argument 96 pysqlite_close_all_blobs(pysqlite_Connection *self) pysqlite_close_all_blobs() argument 108 blob_seterror(pysqlite_Blob *self, int rc) blob_seterror() argument 123 read_single(pysqlite_Blob *self, Py_ssize_t offset) read_single() argument 139 read_multiple(pysqlite_Blob *self, Py_ssize_t length, Py_ssize_t offset) read_multiple() argument 179 blob_read_impl(pysqlite_Blob *self, int length) blob_read_impl() argument 208 inner_write(pysqlite_Blob *self, const void *buf, Py_ssize_t len, Py_ssize_t offset) inner_write() argument 245 blob_write_impl(pysqlite_Blob *self, Py_buffer *data) blob_write_impl() argument 276 blob_seek_impl(pysqlite_Blob *self, int offset, int origin) blob_seek_impl() argument 327 blob_tell_impl(pysqlite_Blob *self) blob_tell_impl() argument 344 blob_enter_impl(pysqlite_Blob *self) blob_enter_impl() argument 366 blob_exit_impl(pysqlite_Blob *self, PyObject *type, PyObject *val, PyObject *tb) blob_exit_impl() argument 378 blob_length(pysqlite_Blob *self) blob_length() argument 387 get_subscript_index(pysqlite_Blob *self, PyObject *item) get_subscript_index() argument 405 subscript_index(pysqlite_Blob *self, PyObject *item) subscript_index() argument 415 get_slice_info(pysqlite_Blob *self, PyObject *item, Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, Py_ssize_t *slicelen) get_slice_info() argument 427 subscript_slice(pysqlite_Blob *self, PyObject *item) subscript_slice() argument 454 blob_subscript(pysqlite_Blob *self, PyObject *item) blob_subscript() argument 472 ass_subscript_index(pysqlite_Blob *self, PyObject *item, PyObject *value) ass_subscript_index() argument 505 ass_subscript_slice(pysqlite_Blob *self, PyObject *item, PyObject *value) ass_subscript_slice() argument 551 blob_ass_subscript(pysqlite_Blob *self, PyObject *item, PyObject *value) blob_ass_subscript() argument [all...] |
| /third_party/python/Modules/_sre/clinic/ |
| H A D | sre.c.h | 175 _sre_SRE_Pattern_match(PatternObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _sre_SRE_Pattern_match() argument 245 _sre_SRE_Pattern_fullmatch(PatternObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _sre_SRE_Pattern_fullmatch() argument 317 _sre_SRE_Pattern_search(PatternObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _sre_SRE_Pattern_search() argument 386 _sre_SRE_Pattern_findall(PatternObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _sre_SRE_Pattern_findall() argument 458 _sre_SRE_Pattern_finditer(PatternObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _sre_SRE_Pattern_finditer() argument 527 _sre_SRE_Pattern_scanner(PatternObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _sre_SRE_Pattern_scanner() argument 596 _sre_SRE_Pattern_split(PatternObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _sre_SRE_Pattern_split() argument 647 _sre_SRE_Pattern_sub(PatternObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _sre_SRE_Pattern_sub() argument 701 _sre_SRE_Pattern_subn(PatternObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _sre_SRE_Pattern_subn() argument 752 _sre_SRE_Pattern___copy__(PatternObject *self, PyObject *Py_UNUSED(ignored)) _sre_SRE_Pattern___copy__() argument 848 _sre_SRE_Match_expand(MatchObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _sre_SRE_Match_expand() argument 883 _sre_SRE_Match_groups(MatchObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _sre_SRE_Match_groups() argument 923 _sre_SRE_Match_groupdict(MatchObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _sre_SRE_Match_groupdict() argument 960 _sre_SRE_Match_start(MatchObject *self, PyObject *const *args, Py_ssize_t nargs) _sre_SRE_Match_start() argument 997 _sre_SRE_Match_end(MatchObject *self, PyObject *const *args, Py_ssize_t nargs) _sre_SRE_Match_end() argument 1034 _sre_SRE_Match_span(MatchObject *self, PyObject *const *args, Py_ssize_t nargs) _sre_SRE_Match_span() argument 1065 _sre_SRE_Match___copy__(MatchObject *self, PyObject *Py_UNUSED(ignored)) _sre_SRE_Match___copy__() argument 1090 _sre_SRE_Scanner_match(ScannerObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _sre_SRE_Scanner_match() argument 1111 _sre_SRE_Scanner_search(ScannerObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _sre_SRE_Scanner_search() argument [all...] |
| /third_party/python/Modules/ |
| H A D | _testinternalcapi.c | 30 get_configs(PyObject *self, PyObject *Py_UNUSED(args)) in get_configs() argument 37 get_recursion_depth(PyObject *self, PyObject *Py_UNUSED(args)) in get_recursion_depth() argument 48 test_bswap(PyObject *self, PyObject *Py_UNUSED(args)) in test_bswap() argument 92 test_popcount(PyObject *self, PyObject *Py_UNUSED(args)) in test_popcount() argument 132 test_bit_length(PyObject *self, PyObject *Py_UNUSED(args)) in test_bit_length() argument 181 test_hashtable(PyObject *self, PyObject *Py_UNUSED(args)) in test_hashtable() argument 288 test_atomic_funcs(PyObject *self, PyObjec argument 350 test_edit_cost(PyObject *self, PyObject *Py_UNUSED(args)) test_edit_cost() argument 384 normalize_path(PyObject *self, PyObject *filename) normalize_path() argument 399 get_getpath_codeobject(PyObject *self, PyObject *Py_UNUSED(args)) get_getpath_codeobject() argument 405 encode_locale_ex(PyObject *self, PyObject *args) encode_locale_ex() argument 454 decode_locale_ex(PyObject *self, PyObject *args) decode_locale_ex() argument 498 set_eval_frame_default(PyObject *self, PyObject *Py_UNUSED(args)) set_eval_frame_default() argument 514 set_eval_frame_record(PyObject *self, PyObject *list) set_eval_frame_record() argument [all...] |
| H A D | md5module.c | 373 MD5Type_copy_impl(MD5object *self, PyTypeObject *cls) in MD5Type_copy_impl() argument 393 MD5Type_digest_impl(MD5object *self) in MD5Type_digest_impl() argument 411 MD5Type_hexdigest_impl(MD5object *self) in MD5Type_hexdigest_impl() argument 434 MD5Type_update(MD5object *self, PyObject *obj) in MD5Type_update() argument 456 MD5_get_block_size(PyObject *self, void *closure) in MD5_get_block_size() argument 462 MD5_get_name(PyObject *self, voi argument 468 md5_get_digest_size(PyObject *self, void *closure) md5_get_digest_size() argument [all...] |
| H A D | _stat.c | 326 stat_S_IMODE(PyObject *self, PyObject *omode) in stat_S_IMODE() argument 339 stat_S_IFMT(PyObject *self, PyObject *omode) in stat_S_IFMT() argument 400 stat_filemode(PyObject *self, PyObject *omode) in stat_filemode() argument
|
| H A D | sha1module.c | 351 SHA1Type_copy_impl(SHA1object *self, PyTypeObject *cls) in SHA1Type_copy_impl() argument 371 SHA1Type_digest_impl(SHA1object *self) in SHA1Type_digest_impl() argument 389 SHA1Type_hexdigest_impl(SHA1object *self) in SHA1Type_hexdigest_impl() argument 412 SHA1Type_update(SHA1object *self, PyObject *obj) in SHA1Type_update() argument 434 SHA1_get_block_size(PyObject *self, void *closure) in SHA1_get_block_size() argument 440 SHA1_get_name(PyObject *self, voi argument 446 sha1_get_digest_size(PyObject *self, void *closure) sha1_get_digest_size() argument [all...] |
| /third_party/python/Modules/clinic/ |
| H A D | _asynciomodule.c.h | 26 _asyncio_Future___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _asyncio_Future___init__() argument 69 _asyncio_Future_result(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_result() argument 92 _asyncio_Future_exception(FutureObj *self, PyObjec argument 139 _asyncio_Future_add_done_callback(FutureObj *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _asyncio_Future_add_done_callback() argument 193 _asyncio_Future_cancel(FutureObj *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _asyncio_Future_cancel() argument 230 _asyncio_Future_cancelled(FutureObj *self, PyObject *Py_UNUSED(ignored)) _asyncio_Future_cancelled() argument 251 _asyncio_Future_done(FutureObj *self, PyObject *Py_UNUSED(ignored)) _asyncio_Future_done() argument 269 _asyncio_Future_get_loop(FutureObj *self, PyObject *Py_UNUSED(ignored)) _asyncio_Future_get_loop() argument 290 _asyncio_Future__make_cancelled_error(FutureObj *self, PyObject *Py_UNUSED(ignored)) _asyncio_Future__make_cancelled_error() argument 306 _asyncio_Task___init__(PyObject *self, PyObject *args, PyObject *kwargs) _asyncio_Task___init__() argument 364 _asyncio_Task__make_cancelled_error(TaskObj *self, PyObject *Py_UNUSED(ignored)) _asyncio_Task__make_cancelled_error() argument 401 _asyncio_Task_cancel(TaskObj *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _asyncio_Task_cancel() argument 441 _asyncio_Task_cancelling(TaskObj *self, PyObject *Py_UNUSED(ignored)) _asyncio_Task_cancelling() argument 464 _asyncio_Task_uncancel(TaskObj *self, PyObject *Py_UNUSED(ignored)) _asyncio_Task_uncancel() argument 500 _asyncio_Task_get_stack(TaskObj *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _asyncio_Task_get_stack() argument 544 _asyncio_Task_print_stack(TaskObj *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _asyncio_Task_print_stack() argument 603 _asyncio_Task_get_coro(TaskObj *self, PyObject *Py_UNUSED(ignored)) _asyncio_Task_get_coro() argument 620 _asyncio_Task_get_name(TaskObj *self, PyObject *Py_UNUSED(ignored)) _asyncio_Task_get_name() argument [all...] |
| H A D | arraymodule.c.h | 18 array_array___copy__(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array___copy__() argument 57 array_array_index(arrayobject *self, PyObject *const *args, Py_ssize_t nargs) in array_array_index() argument 111 array_array_pop(arrayobject *self, PyObject *const *args, Py_ssize_t nargs) array_array_pop() argument 154 array_array_extend(arrayobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) array_array_extend() argument 186 array_array_insert(arrayobject *self, PyObject *const *args, Py_ssize_t nargs) array_array_insert() argument 230 array_array_buffer_info(arrayobject *self, PyObject *Py_UNUSED(ignored)) array_array_buffer_info() argument 260 array_array_byteswap(arrayobject *self, PyObject *Py_UNUSED(ignored)) array_array_byteswap() argument 278 array_array_reverse(arrayobject *self, PyObject *Py_UNUSED(ignored)) array_array_reverse() argument 297 array_array_fromfile(arrayobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) array_array_fromfile() argument 342 array_array_tofile(arrayobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) array_array_tofile() argument 383 array_array_tolist(arrayobject *self, PyObject *Py_UNUSED(ignored)) array_array_tolist() argument 401 array_array_frombytes(arrayobject *self, PyObject *arg) array_array_frombytes() argument 437 array_array_tobytes(arrayobject *self, PyObject *Py_UNUSED(ignored)) array_array_tobytes() argument 459 array_array_fromunicode(arrayobject *self, PyObject *arg) array_array_fromunicode() argument 495 array_array_tounicode(arrayobject *self, PyObject *Py_UNUSED(ignored)) array_array_tounicode() argument 513 array_array___sizeof__(arrayobject *self, PyObject *Py_UNUSED(ignored)) array_array___sizeof__() argument 584 array_array___reduce_ex__(arrayobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) array_array___reduce_ex__() argument 616 array_arrayiterator___reduce__(arrayiterobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) array_arrayiterator___reduce__() argument [all...] |
| H A D | selectmodule.c.h | 86 select_poll_register(pollObject *self, PyObject *const *args, Py_ssize_t nargs) in select_poll_register() argument 134 select_poll_modify(pollObject *self, PyObject *const *args, Py_ssize_t nargs) in select_poll_modify() argument 172 select_poll_unregister(pollObject *self, PyObject *arg) select_poll_unregister() argument 210 select_poll_poll(pollObject *self, PyObject *const *args, Py_ssize_t nargs) select_poll_poll() argument 254 select_devpoll_register(devpollObject *self, PyObject *const *args, Py_ssize_t nargs) select_devpoll_register() argument 304 select_devpoll_modify(devpollObject *self, PyObject *const *args, Py_ssize_t nargs) select_devpoll_modify() argument 346 select_devpoll_unregister(devpollObject *self, PyObject *arg) select_devpoll_unregister() argument 384 select_devpoll_poll(devpollObject *self, PyObject *const *args, Py_ssize_t nargs) select_devpoll_poll() argument 422 select_devpoll_close(devpollObject *self, PyObject *Py_UNUSED(ignored)) select_devpoll_close() argument 444 select_devpoll_fileno(devpollObject *self, PyObject *Py_UNUSED(ignored)) select_devpoll_fileno() argument 580 select_epoll_close(pyEpoll_Object *self, PyObject *Py_UNUSED(ignored)) select_epoll_close() argument 602 select_epoll_fileno(pyEpoll_Object *self, PyObject *Py_UNUSED(ignored)) select_epoll_fileno() argument 665 select_epoll_register(pyEpoll_Object *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) select_epoll_register() argument 719 select_epoll_modify(pyEpoll_Object *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) select_epoll_modify() argument 765 select_epoll_unregister(pyEpoll_Object *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) select_epoll_unregister() argument 813 select_epoll_poll(pyEpoll_Object *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) select_epoll_poll() argument 863 select_epoll___enter__(pyEpoll_Object *self, PyObject *Py_UNUSED(ignored)) select_epoll___enter__() argument 885 select_epoll___exit__(pyEpoll_Object *self, PyObject *const *args, Py_ssize_t nargs) select_epoll___exit__() argument 979 select_kqueue_close(kqueue_queue_Object *self, PyObject *Py_UNUSED(ignored)) select_kqueue_close() argument 1001 select_kqueue_fileno(kqueue_queue_Object *self, PyObject *Py_UNUSED(ignored)) select_kqueue_fileno() argument 1065 select_kqueue_control(kqueue_queue_Object *self, PyObject *const *args, Py_ssize_t nargs) select_kqueue_control() argument [all...] |
| /third_party/python/Objects/ |
| H A D | moduleobject.c | 667 module___init___impl(PyModuleObject *self, PyObject *name, PyObject *doc) in module___init___impl() argument 850 module_dir(PyObject *self, PyObject *args) in module_dir() argument
|
| H A D | classobject.c | 48 PyObject *self = PyMethod_GET_SELF(method); in method_vectorcall() local 105 PyMethod_New(PyObject *func, PyObject *self) in PyMethod_New() argument 130 method___reduce___impl(PyMethodObject *self) in method___reduce___impl() argument 246 method_richcompare(PyObject *self, PyObject *other, int op) method_richcompare() argument 277 PyObject *self = a->im_self; method_repr() local 387 instancemethod_get_doc(PyObject *self, void *context) instancemethod_get_doc() argument 399 instancemethod_getattro(PyObject *self, PyObject *name) instancemethod_getattro() argument 424 instancemethod_dealloc(PyObject *self) instancemethod_dealloc() argument 431 instancemethod_traverse(PyObject *self, visitproc visit, void *arg) instancemethod_traverse() argument 437 instancemethod_call(PyObject *self, PyObject *arg, PyObject *kw) instancemethod_call() argument 454 instancemethod_richcompare(PyObject *self, PyObject *other, int op) instancemethod_richcompare() argument 480 instancemethod_repr(PyObject *self) instancemethod_repr() argument [all...] |
| H A D | fileobject.c | 295 PyStdPrinter_Object *self; in PyFile_NewStdPrinter() local 311 stdprinter_write(PyStdPrinter_Object *self, PyObject *args) in stdprinter_write() argument 363 stdprinter_fileno(PyStdPrinter_Object *self, PyObject *Py_UNUSED(ignored)) in stdprinter_fileno() argument 369 stdprinter_repr(PyStdPrinter_Object *self) stdprinter_repr() argument 376 stdprinter_noop(PyStdPrinter_Object *self, PyObject *Py_UNUSED(ignored)) stdprinter_noop() argument 382 stdprinter_isatty(PyStdPrinter_Object *self, PyObject *Py_UNUSED(ignored)) stdprinter_isatty() argument 406 get_closed(PyStdPrinter_Object *self, void *closure) get_closed() argument 412 get_mode(PyStdPrinter_Object *self, void *closure) get_mode() argument 418 get_encoding(PyStdPrinter_Object *self, void *closure) get_encoding() argument [all...] |
| H A D | structseq.c | 317 structseq_reduce(PyStructSequence* self, PyObject *Py_UNUSED(ignored)) in structseq_reduce() argument
|
| /third_party/python/Objects/clinic/ |
| H A D | bytesobject.c.h | 18 bytes___bytes__(PyBytesObject *self, PyObject *Py_UNUSED(ignored)) in bytes___bytes__() argument 44 bytes_split(PyBytesObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in bytes_split() argument 106 bytes_partition(PyBytesObject *self, PyObject *arg) bytes_partition() argument 149 bytes_rpartition(PyBytesObject *self, PyObject *arg) bytes_rpartition() argument 195 bytes_rsplit(PyBytesObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) bytes_rsplit() argument 267 bytes_strip(PyBytesObject *self, PyObject *const *args, Py_ssize_t nargs) bytes_strip() argument 301 bytes_lstrip(PyBytesObject *self, PyObject *const *args, Py_ssize_t nargs) bytes_lstrip() argument 335 bytes_rstrip(PyBytesObject *self, PyObject *const *args, Py_ssize_t nargs) bytes_rstrip() argument 374 bytes_translate(PyBytesObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) bytes_translate() argument 477 bytes_replace(PyBytesObject *self, PyObject *const *args, Py_ssize_t nargs) bytes_replace() argument 548 bytes_removeprefix(PyBytesObject *self, PyObject *arg) bytes_removeprefix() argument 588 bytes_removesuffix(PyBytesObject *self, PyObject *arg) bytes_removesuffix() argument 634 bytes_decode(PyBytesObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) bytes_decode() argument 705 bytes_splitlines(PyBytesObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) bytes_splitlines() argument 797 bytes_hex(PyBytesObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) bytes_hex() argument [all...] |
| /third_party/python/PC/clinic/ |
| H A D | _msi.c.h | 84 _msi_Database_Close(msiobj *self, PyObject *Py_UNUSED(ignored)) in _msi_Database_Close() argument 102 _msi_Record_GetFieldCount(msiobj *self, PyObject *Py_UNUSED(ignored)) in _msi_Record_GetFieldCount() argument 120 _msi_Record_GetInteger(msiobj *self, PyObject *arg) _msi_Record_GetInteger() argument 148 _msi_Record_GetString(msiobj *self, PyObject *arg) _msi_Record_GetString() argument 176 _msi_Record_ClearData(msiobj *self, PyObject *Py_UNUSED(ignored)) _msi_Record_ClearData() argument 194 _msi_Record_SetString(msiobj *self, PyObject *const *args, Py_ssize_t nargs) _msi_Record_SetString() argument 243 _msi_Record_SetStream(msiobj *self, PyObject *const *args, Py_ssize_t nargs) _msi_Record_SetStream() argument 292 _msi_Record_SetInteger(msiobj *self, PyObject *const *args, Py_ssize_t nargs) _msi_Record_SetInteger() argument 331 _msi_SummaryInformation_GetProperty(msiobj *self, PyObject *arg) _msi_SummaryInformation_GetProperty() argument 359 _msi_SummaryInformation_GetPropertyCount(msiobj *self, PyObject *Py_UNUSED(ignored)) _msi_SummaryInformation_GetPropertyCount() argument 383 _msi_SummaryInformation_SetProperty(msiobj *self, PyObject *const *args, Py_ssize_t nargs) _msi_SummaryInformation_SetProperty() argument 416 _msi_SummaryInformation_Persist(msiobj *self, PyObject *Py_UNUSED(ignored)) _msi_SummaryInformation_Persist() argument 447 _msi_View_Fetch(msiobj *self, PyObject *Py_UNUSED(ignored)) _msi_View_Fetch() argument 468 _msi_View_GetColumnInfo(msiobj *self, PyObject *arg) _msi_View_GetColumnInfo() argument 501 _msi_View_Modify(msiobj *self, PyObject *const *args, Py_ssize_t nargs) _msi_View_Modify() argument 534 _msi_View_Close(msiobj *self, PyObject *Py_UNUSED(ignored)) _msi_View_Close() argument 555 _msi_Database_OpenView(msiobj *self, PyObject *arg) _msi_Database_OpenView() argument 596 _msi_Database_Commit(msiobj *self, PyObject *Py_UNUSED(ignored)) _msi_Database_Commit() argument 617 _msi_Database_GetSummaryInformation(msiobj *self, PyObject *arg) _msi_Database_GetSummaryInformation() argument [all...] |
| H A D | winreg.c.h | 20 winreg_HKEYType_Close(PyHKEYObject *self, PyObject *Py_UNUSED(ignored)) in winreg_HKEYType_Close() argument 46 winreg_HKEYType_Detach(PyHKEYObject *self, PyObject *Py_UNUSED(ignored)) in winreg_HKEYType_Detach() argument 63 winreg_HKEYType___enter__(PyHKEYObject *self, PyObject *Py_UNUSED(ignored)) winreg_HKEYType___enter__() argument 87 winreg_HKEYType___exit__(PyHKEYObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) winreg_HKEYType___exit__() argument [all...] |
| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | descriptor_pool.cc | 193 PyDescriptorPool* self = reinterpret_cast<PyDescriptorPool*>(pself); in Dealloc() local 209 PyDescriptorPool* self = reinterpret_cast<PyDescriptorPool*>(pself); GcTraverse() local 215 PyDescriptorPool* self = reinterpret_cast<PyDescriptorPool*>(pself); GcClear() local 220 SetErrorFromCollector(DescriptorPool::ErrorCollector* self, char* name, char* error_type) SetErrorFromCollector() argument 234 FindMessageByName(PyObject* self, PyObject* arg) FindMessageByName() argument 258 FindFileByName(PyObject* self, PyObject* arg) FindFileByName() argument 275 FindFieldByName(PyDescriptorPool* self, PyObject* arg) FindFieldByName() argument 292 FindFieldByNameMethod(PyObject* self, PyObject* arg) FindFieldByNameMethod() argument 296 FindExtensionByName(PyDescriptorPool* self, PyObject* arg) FindExtensionByName() argument 314 FindExtensionByNameMethod(PyObject* self, PyObject* arg) FindExtensionByNameMethod() argument 318 FindEnumTypeByName(PyDescriptorPool* self, PyObject* arg) FindEnumTypeByName() argument 335 FindEnumTypeByNameMethod(PyObject* self, PyObject* arg) FindEnumTypeByNameMethod() argument 339 FindOneofByName(PyDescriptorPool* self, PyObject* arg) FindOneofByName() argument 356 FindOneofByNameMethod(PyObject* self, PyObject* arg) FindOneofByNameMethod() argument 360 FindServiceByName(PyObject* self, PyObject* arg) FindServiceByName() argument 380 FindMethodByName(PyObject* self, PyObject* arg) FindMethodByName() argument 400 FindFileContainingSymbol(PyObject* self, PyObject* arg) FindFileContainingSymbol() argument 420 FindExtensionByNumber(PyObject* self, PyObject* args) FindExtensionByNumber() argument 453 FindAllExtensions(PyObject* self, PyObject* arg) FindAllExtensions() argument 486 AddFileDescriptor(PyObject* self, PyObject* descriptor) AddFileDescriptor() argument 503 AddDescriptor(PyObject* self, PyObject* descriptor) AddDescriptor() argument 520 AddEnumDescriptor(PyObject* self, PyObject* descriptor) AddEnumDescriptor() argument 537 AddExtensionDescriptor(PyObject* self, PyObject* descriptor) AddExtensionDescriptor() argument 554 AddServiceDescriptor(PyObject* self, PyObject* descriptor) AddServiceDescriptor() argument 573 PyDescriptorPool* self = reinterpret_cast<PyDescriptorPool*>(pself); AddSerializedFile() local 621 Add(PyObject* self, PyObject* file_descriptor_proto) Add() argument [all...] |
| H A D | repeated_scalar_container.cc | 78 RepeatedScalarContainer* self = in Len() local 86 RepeatedScalarContainer* self = in AssignItem() local 64 InternalAssignRepeatedField( RepeatedScalarContainer* self, PyObject* list) InternalAssignRepeatedField() argument 192 RepeatedScalarContainer* self = Item() local 343 Append(RepeatedScalarContainer* self, PyObject* item) Subscript() argument 423 AppendMethod(PyObject* self, PyObject* item) Subscript() argument 428 RepeatedScalarContainer* self = Subscript() local 491 Extend(RepeatedScalarContainer* self, PyObject* value) Subscript() argument 520 RepeatedScalarContainer* self = Subscript() local 559 ExtendMethod(PyObject* self, PyObject* value) Subscript() argument 676 RepeatedScalarContainer* self = reinterpret_cast<RepeatedScalarContainer*>( Subscript() local [all...] |
| H A D | repeated_composite_container.cc | 67 RepeatedCompositeContainer* self = in Length() local 78 PyObject* Add(RepeatedCompositeContainer* self, PyObject* args, in Add() argument 102 AddMethod(PyObject* self, PyObject* args, PyObject* kwargs) AddMethod() argument 109 AddMessage(RepeatedCompositeContainer* self, PyObject* value) AddMessage() argument 127 RepeatedCompositeContainer* self = AppendMethod() local 140 RepeatedCompositeContainer* self = Insert() local 172 Extend(RepeatedCompositeContainer* self, PyObject* value) Extend() argument 201 ExtendMethod(PyObject* self, PyObject* value) ExtendMethod() argument 205 MergeFrom(RepeatedCompositeContainer* self, PyObject* other) MergeFrom() argument 209 MergeFromMethod(PyObject* self, PyObject* other) MergeFromMethod() argument 214 GetItem(RepeatedCompositeContainer* self, Py_ssize_t index, Py_ssize_t length = -1) GetItem() argument 234 Subscript(RepeatedCompositeContainer* self, PyObject* item) Subscript() argument 279 SubscriptMethod(PyObject* self, PyObject* slice) Subscript() argument 283 AssignSubscript(RepeatedCompositeContainer* self, PyObject* slice, PyObject* value) Subscript() argument 295 AssignSubscriptMethod(PyObject* self, PyObject* slice, PyObject* value) Subscript() argument 302 RepeatedCompositeContainer* self = Subscript() local 328 RepeatedCompositeContainer* self = Subscript() local 376 ReorderAttached(RepeatedCompositeContainer* self, PyObject* child_list) Subscript() argument 398 SortPythonMessages(RepeatedCompositeContainer* self, PyObject* args, PyObject* kwds) Subscript() argument 416 RepeatedCompositeContainer* self = Subscript() local 440 RepeatedCompositeContainer* self = Subscript() local 446 RepeatedCompositeContainer* self = Subscript() local 479 RepeatedCompositeContainer* self = Subscript() local 495 RepeatedCompositeContainer* self = Subscript() local [all...] |
| /third_party/python/Modules/_io/ |
| H A D | iobase.c | 98 iobase_seek(PyObject *self, PyObject *args) in iobase_seek() argument 110 _io__IOBase_tell_impl(PyObject *self) in _io__IOBase_tell_impl() argument 123 iobase_truncate(PyObject *self, PyObject *args) in iobase_truncate() argument 129 iobase_is_closed(PyObject *self) in iobase_is_closed() argument 151 _io__IOBase_flush_impl(PyObject *self) in _io__IOBase_flush_impl() argument 167 iobase_closed_get(PyObject *self, void *context) in iobase_closed_get() argument 177 iobase_check_closed(PyObject *self) iobase_check_closed() argument 196 _PyIOBase_check_closed(PyObject *self, PyObject *args) _PyIOBase_check_closed() argument 220 _io__IOBase_close_impl(PyObject *self) _io__IOBase_close_impl() argument 252 iobase_finalize(PyObject *self) iobase_finalize() argument 304 _PyIOBase_finalize(PyObject *self) _PyIOBase_finalize() argument 320 iobase_traverse(iobase *self, visitproc visit, void *arg) iobase_traverse() argument 327 iobase_clear(iobase *self) iobase_clear() argument 336 iobase_dealloc(iobase *self) iobase_dealloc() argument 370 _io__IOBase_seekable_impl(PyObject *self) _io__IOBase_seekable_impl() argument 377 _PyIOBase_check_seekable(PyObject *self, PyObject *args) _PyIOBase_check_seekable() argument 402 _io__IOBase_readable_impl(PyObject *self) _io__IOBase_readable_impl() argument 410 _PyIOBase_check_readable(PyObject *self, PyObject *args) _PyIOBase_check_readable() argument 435 _io__IOBase_writable_impl(PyObject *self) _io__IOBase_writable_impl() argument 443 _PyIOBase_check_writable(PyObject *self, PyObject *args) _PyIOBase_check_writable() argument 462 iobase_enter(PyObject *self, PyObject *args) iobase_enter() argument 472 iobase_exit(PyObject *self, PyObject *args) iobase_exit() argument 490 _io__IOBase_fileno_impl(PyObject *self) _io__IOBase_fileno_impl() argument 505 _io__IOBase_isatty_impl(PyObject *self) _io__IOBase_isatty_impl() argument 530 _io__IOBase_readline_impl(PyObject *self, Py_ssize_t limit) _io__IOBase_readline_impl() argument 640 iobase_iter(PyObject *self) iobase_iter() argument 650 iobase_iternext(PyObject *self) iobase_iternext() argument 679 _io__IOBase_readlines_impl(PyObject *self, Py_ssize_t hint) _io__IOBase_readlines_impl() argument 753 _io__IOBase_writelines(PyObject *self, PyObject *lines) _io__IOBase_writelines() argument 907 _io__RawIOBase_read_impl(PyObject *self, Py_ssize_t n) _io__RawIOBase_read_impl() argument 948 _io__RawIOBase_readall_impl(PyObject *self) _io__RawIOBase_readall_impl() argument 1002 rawiobase_readinto(PyObject *self, PyObject *args) rawiobase_readinto() argument 1009 rawiobase_write(PyObject *self, PyObject *args) rawiobase_write() argument [all...] |
| /base/security/certificate_framework/frameworks/adapter/v1.0/src/ |
| H A D | certificate_openssl_common.c | 318 bool CfArrayContains(const CfArray *self, const CfArray *sub)
in CfArrayContains() argument
|
| /base/security/crypto_framework/frameworks/key/ |
| H A D | asy_key_generator.c | 1199 static const char *GetAlgoName(HcfAsyKeyGenerator *self) in GetAlgoName() argument 1212 static const char *GetAlgNameBySpec(const HcfAsyKeyGeneratorBySpec *self) in GetAlgNameBySpec() argument 1225 ConvertKey(HcfAsyKeyGenerator *self, HcfParamsSpec *params, HcfBlob *pubKeyBlob, HcfBlob *priKeyBlob, HcfKeyPair **returnKeyPair) ConvertKey() argument 1243 ConvertPemKey(HcfAsyKeyGenerator *self, HcfParamsSpec *params, const char *pubKeyStr, const char *priKeyStr, HcfKeyPair **returnKeyPair) ConvertPemKey() argument 1261 GenerateKeyPair(HcfAsyKeyGenerator *self, HcfParamsSpec *params, HcfKeyPair **returnKeyPair) GenerateKeyPair() argument 1280 GenerateKeyPairBySpec(const HcfAsyKeyGeneratorBySpec *self, HcfKeyPair **returnKeyPair) GenerateKeyPairBySpec() argument 1297 GeneratePubKeyBySpec(const HcfAsyKeyGeneratorBySpec *self, HcfPubKey **returnPubKey) GeneratePubKeyBySpec() argument 1314 GeneratePriKeyBySpec(const HcfAsyKeyGeneratorBySpec *self, HcfPriKey **returnPriKey) GeneratePriKeyBySpec() argument 1331 DestroyAsyKeyGenerator(HcfObjectBase *self) DestroyAsyKeyGenerator() argument 1345 DestroyAsyKeyGeneratorBySpec(HcfObjectBase *self) DestroyAsyKeyGeneratorBySpec() argument [all...] |
| /base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
| H A D | dsa_asy_key_generator_openssl.c | 87 static void DestroyDsaKeyGeneratorSpiImpl(HcfObjectBase *self) in DestroyDsaKeyGeneratorSpiImpl() argument 98 static void DestroyDsaPubKey(HcfObjectBase *self) in DestroyDsaPubKey() argument 112 static void DestroyDsaPriKey(HcfObjectBase *self) in DestroyDsaPriKey() argument 126 DestroyDsaKeyPair(HcfObjectBase *self) DestroyDsaKeyPair() argument 142 GetDsaPubKeyAlgorithm(HcfKey *self) GetDsaPubKeyAlgorithm() argument 154 GetDsaPriKeyAlgorithm(HcfKey *self) GetDsaPriKeyAlgorithm() argument 166 GetDsaPubKeyEncoded(HcfKey *self, HcfBlob *returnBlob) GetDsaPubKeyEncoded() argument 188 GetDsaPubKeyEncodedPem(HcfKey *self, const char *format, char **returnString) GetDsaPubKeyEncodedPem() argument 196 GetDsaPriKeyEncoded(HcfKey *self, HcfBlob *returnBlob) GetDsaPriKeyEncoded() argument 218 GetDsaPriKeyEncodedPem(HcfKey *self, const char *format, char **returnString) GetDsaPriKeyEncodedPem() argument 226 GetDsaPubKeyFormat(HcfKey *self) GetDsaPubKeyFormat() argument 238 GetDsaPriKeyFormat(HcfKey *self) GetDsaPriKeyFormat() argument 250 GetBigIntegerSpecFromDsaPubKey(const HcfPubKey *self, const AsyKeySpecItem item, HcfBigInteger *returnBigInteger) GetBigIntegerSpecFromDsaPubKey() argument 288 GetBigIntegerSpecFromDsaPriKey(const HcfPriKey *self, const AsyKeySpecItem item, HcfBigInteger *returnBigInteger) GetBigIntegerSpecFromDsaPriKey() argument 326 GetIntSpecFromDsaPubKey(const HcfPubKey *self, const AsyKeySpecItem item, int *returnInt) GetIntSpecFromDsaPubKey() argument 333 GetIntSpecFromDsaPriKey(const HcfPriKey *self, const AsyKeySpecItem item, int *returnInt) GetIntSpecFromDsaPriKey() argument 340 GetStrSpecFromDsaPubKey(const HcfPubKey *self, const AsyKeySpecItem item, char **returnString) GetStrSpecFromDsaPubKey() argument 347 GetStrSpecFromDsaPriKey(const HcfPriKey *self, const AsyKeySpecItem item, char **returnString) GetStrSpecFromDsaPriKey() argument 354 ClearDsaPriKeyMem(HcfPriKey *self) ClearDsaPriKeyMem() argument 367 GetDsaPriKeyEncodedDer(const HcfPriKey *self, const char *format, HcfBlob *returnBlob) GetDsaPriKeyEncodedDer() argument 424 GetDsaPubKeyEncodedDer(const HcfPubKey *self, const char *format, HcfBlob *returnBlob) GetDsaPubKeyEncodedDer() argument 841 EngineGenerateDsaKeyPair(HcfAsyKeyGeneratorSpi *self, HcfKeyPair **returnKeyPair) EngineGenerateDsaKeyPair() argument 870 EngineConvertDsaKey(HcfAsyKeyGeneratorSpi *self, HcfParamsSpec *params, HcfBlob *pubKeyBlob, HcfBlob *priKeyBlob, HcfKeyPair **returnKeyPair) EngineConvertDsaKey() argument 979 EngineConvertDsaPemKey(HcfAsyKeyGeneratorSpi *self, HcfParamsSpec *params, const char *pubKeyStr, const char *priKeyStr, HcfKeyPair **returnKeyPair) EngineConvertDsaPemKey() argument 1009 EngineGenerateDsaKeyPairBySpec(const HcfAsyKeyGeneratorSpi *self, const HcfAsyKeyParamsSpec *paramsSpec, HcfKeyPair **returnKeyPair) EngineGenerateDsaKeyPairBySpec() argument 1033 EngineGenerateDsaPubKeyBySpec(const HcfAsyKeyGeneratorSpi *self, const HcfAsyKeyParamsSpec *paramsSpec, HcfPubKey **returnPubKey) EngineGenerateDsaPubKeyBySpec() argument 1058 EngineGenerateDsaPriKeyBySpec(const HcfAsyKeyGeneratorSpi *self, const HcfAsyKeyParamsSpec *paramsSpec, HcfPriKey **returnPriKey) EngineGenerateDsaPriKeyBySpec() argument [all...] |
| /base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/ |
| H A D | auth_code_import.c | 394 static int32_t ThrowException(BaseCmd *self, const CJson *baseEvent, CJson **outputEvent) in ThrowException() argument 404 static int32_t ClientSendDevInfo(BaseCmd *self, const CJson *inputEvent, CJson **outputEvent) in ClientSendDevInfo() argument 411 static int32_t ServerGenAuthCode(BaseCmd *self, const CJson *inputEvent, CJson **outputEvent) in ServerGenAuthCode() argument 425 static int32_t ClientImportAuthCode(BaseCmd *self, const CJson *inputEvent, CJson **outputEvent) in ClientImportAuthCode() argument 461 static int32_t SwitchState(BaseCmd *self, cons argument 482 StartAuthCodeImportCmd(BaseCmd *self, CJson **returnSendMsg) StartAuthCodeImportCmd() argument 496 ProcessAuthCodeImportCmd(BaseCmd *self, const CJson *receviedMsg, CJson **returnSendMsg, CmdState *returnState) ProcessAuthCodeImportCmd() argument 510 DestroyAuthCodeImportCmd(BaseCmd *self) DestroyAuthCodeImportCmd() argument [all...] |
| /base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/ |
| H A D | expand_sub_session.c | 383 static int32_t AddExpandProcess(ExpandSubSession *self, int32_t cmdType, void *params, in AddExpandProcess() argument 414 static int32_t StartExpandSubSession(ExpandSubSession *self, CJson **returnSendMsg) in StartExpandSubSession() argument 450 static int32_t ProcessExpandSubSession(ExpandSubSession *self, const CJson *receviedMsg, in ProcessExpandSubSession() argument 485 static void DestroyExpandSubSession(ExpandSubSession *self) in DestroyExpandSubSession() argument [all...] |