Home
last modified time | relevance | path

Searched defs:cls (Results 26 - 50 of 206) sorted by relevance

123456789

/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_start_stop.c40 ahc_echo (void *cls, in ahc_echo() argument
H A Dtest_options.c38 ahc_echo (void *cls, in ahc_echo() argument
H A Dtest_termination.c52 connection_handler (void *cls, in connection_handler() argument
/third_party/skia/tools/skiaserve/urlhandlers/
H A DPostHandler.cpp18 static int process_upload_data(void* cls, enum MHD_ValueKind kind, in process_upload_data() argument
/third_party/python/Modules/clinic/
H A D_testmultiphase.c.h22 _testmultiphase_StateAccessType_get_defining_module(StateAccessTypeObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _testmultiphase_StateAccessType_get_defining_module() argument
45 _testmultiphase_StateAccessType_getmodulebydef_bad_def(StateAccessTypeObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _testmultiphase_StateAccessType_getmodulebydef_bad_def() argument
73 _testmultiphase_StateAccessType_increment_count_clinic(StateAccessTypeObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _testmultiphase_StateAccessType_increment_count_clinic() argument
128 _testmultiphase_StateAccessType_get_count(StateAccessTypeObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _testmultiphase_StateAccessType_get_count() argument
[all...]
H A Dmd5module.c.h18 MD5Type_copy(MD5object *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in MD5Type_copy() argument
H A D_dbmmodule.c.h36 _dbm_dbm_keys(dbmobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _dbm_dbm_keys() argument
59 _dbm_dbm_get(dbmobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _dbm_dbm_get() argument
94 _dbm_dbm_setdefault(dbmobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _dbm_dbm_setdefault() argument
H A Dsha512module.c.h18 SHA512Type_copy(SHAobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in SHA512Type_copy() argument
H A Dsha256module.c.h18 SHA256Type_copy(SHAobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in SHA256Type_copy() argument
H A Dsha1module.c.h18 SHA1Type_copy(SHA1object *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in SHA1Type_copy() argument
/base/security/selinux_adapter/framework/policycoreutils/src/
H A Dparam_checker.c33 static int SelinuxAuditCallback(void *data, security_class_t cls, char *buf, size_t len) in SelinuxAuditCallback() argument
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dauthorization_example.c42 ahc_echo (void *cls, in ahc_echo() argument
H A Dbenchmark.c64 completed_callback (void *cls, in completed_callback() argument
93 uri_logger_cb (void *cls, in uri_logger_cb() argument
105 ahc_echo (void *cls, in ahc_echo() argument
H A Dbenchmark_https.c64 completed_callback (void *cls, in completed_callback() argument
93 uri_logger_cb (void *cls, in uri_logger_cb() argument
105 ahc_echo (void *cls, in ahc_echo() argument
H A Ddigest_auth_example.c36 ahc_echo (void *cls, in ahc_echo() argument
H A Dfileserver_example.c33 file_reader (void *cls, uint64_t pos, char *buf, size_t max) in file_reader() argument
42 free_callback (void *cls) in free_callback() argument
49 ahc_echo (void *cls, in ahc_echo() argument
H A Dfileserver_example_dirs.c34 file_reader (void *cls, uint64_t pos, char *buf, size_t max) in file_reader() argument
43 file_free_callback (void *cls) in file_free_callback() argument
50 dir_free_callback (void *cls) in dir_free_callback() argument
58 dir_reader (void *cls, uint64_t pos, char *buf, size_t max) in dir_reader() argument
79 ahc_echo (void *cls, in ahc_echo() argument
H A Dfileserver_example_external_select.c33 file_reader (void *cls, uint64_t pos, char *buf, size_t max) in file_reader() argument
42 free_callback (void *cls) in free_callback() argument
49 ahc_echo (void *cls, in ahc_echo() argument
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dtest_daemon.c50 apc_nothing (void *cls, const struct sockaddr *addr, socklen_t addrlen) in apc_nothing() argument
56 apc_all (void *cls, const struct sockaddr *addr, socklen_t addrlen) in apc_all() argument
62 ahc_nothing (void *cls, in ahc_nothing() argument
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
H A Dtest_https_get_parallel.c79 test_single_client (void *cls, const char *cipher_suite, in test_single_client() argument
101 test_parallel_clients (void * cls, const char *cipher_suite, in test_parallel_clients() argument
H A Dtest_https_get_parallel_threads.c79 test_single_client (void *cls, const char *cipher_suite, in test_single_client() argument
101 test_parallel_clients (void *cls, const char *cipher_suite, in test_parallel_clients() argument
H A Dtls_test_common.h53 void *cls; member
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_struct_namevalue.c42 iterate_cb (void *cls, const char *name, const char * const * value, int num_values) in iterate_cb() argument
70 iterate_brake_cb (void *cls, const char *name, const char * const *value, int num_values) in iterate_brake_cb() argument
99 int cls = 0; in main() local
/third_party/skia/tools/skiaserve/
H A Dskiaserve.cpp73 int answer_to_connection(void* cls, struct MHD_Connection* connection, in answer_to_connection() argument
/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddump_cfg.cpp93 bool DumpCfg::IsDumper(int cls) in IsDumper() argument
98 bool DumpCfg::IsFilter(int cls) in IsFilter() argument
113 bool DumpCfg::IsOutput(int cls) in IsOutput() argument

Completed in 8 milliseconds

123456789