| /third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
| H A D | test_options.c | 38 ahc_echo (void *cls, in ahc_echo() argument
|
| H A D | test_termination.c | 52 connection_handler (void *cls, in connection_handler() argument
|
| /third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
| H A D | test_struct_namevalue.c | 42 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 D | skiaserve.cpp | 73 int answer_to_connection(void* cls, struct MHD_Connection* connection, in answer_to_connection() argument
|
| /third_party/python/Modules/clinic/ |
| H A D | md5module.c.h | 18 MD5Type_copy(MD5object *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in MD5Type_copy() argument
|
| H A D | _dbmmodule.c.h | 36 _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 D | sha512module.c.h | 18 SHA512Type_copy(SHAobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in SHA512Type_copy() argument
|
| H A D | sha256module.c.h | 18 SHA256Type_copy(SHAobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in SHA256Type_copy() argument
|
| H A D | sha1module.c.h | 18 SHA1Type_copy(SHA1object *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in SHA1Type_copy() argument
|
| /base/hiviewdfx/hidumper/frameworks/native/src/common/ |
| H A D | dump_cfg.cpp | 93 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
|
| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stream/ |
| H A D | stream_n_exporter.cpp | 507 napi_value cls = nullptr; in Export() local
|
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| H A D | nsxfname.c | 234 struct acpi_pnp_device_id *cls = NULL; in acpi_get_object_info() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_tc_u32.c | 149 int cxgb4_config_knode(struct net_device *dev, struct tc_cls_u32_offload *cls) in cxgb4_config_knode() argument 44 fill_match_fields(struct adapter *adap, struct ch_filter_specification *fs, struct tc_cls_u32_offload *cls, const struct cxgb4_match_field *entry, bool next_header) fill_match_fields() argument 90 fill_action_fields(struct adapter *adap, struct ch_filter_specification *fs, struct tc_cls_u32_offload *cls) fill_action_fields() argument 352 cxgb4_delete_knode(struct net_device *dev, struct tc_cls_u32_offload *cls) cxgb4_delete_knode() argument [all...] |
| /kernel/linux/linux-6.6/drivers/acpi/acpica/ |
| H A D | nsxfname.c | 234 struct acpi_pnp_device_id *cls = NULL; in acpi_get_object_info() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_tc_u32.c | 149 int cxgb4_config_knode(struct net_device *dev, struct tc_cls_u32_offload *cls) in cxgb4_config_knode() argument 44 fill_match_fields(struct adapter *adap, struct ch_filter_specification *fs, struct tc_cls_u32_offload *cls, const struct cxgb4_match_field *entry, bool next_header) fill_match_fields() argument 90 fill_action_fields(struct adapter *adap, struct ch_filter_specification *fs, struct tc_cls_u32_offload *cls) fill_action_fields() argument 352 cxgb4_delete_knode(struct net_device *dev, struct tc_cls_u32_offload *cls) cxgb4_delete_knode() argument [all...] |
| /third_party/FreeBSD/sys/kern/ |
| H A D | subr_kobj.c | 80 kobj_class_compile_common(kobj_class_t cls, kobj_ops_t ops) in kobj_class_compile_common() argument 109 kobj_class_compile(kobj_class_t cls) in kobj_class_compile() argument 140 kobj_class_compile_static(kobj_class_t cls, kobj_ops_ argument 154 kobj_lookup_method_class(kobj_class_t cls, kobjop_desc_t desc) kobj_lookup_method_class() argument 169 kobj_lookup_method_mi(kobj_class_t cls, kobjop_desc_t desc) kobj_lookup_method_mi() argument 192 kobj_lookup_method(kobj_class_t cls, kobj_method_t **cep, kobjop_desc_t desc) kobj_lookup_method() argument 207 kobj_class_free(kobj_class_t cls) kobj_class_free() argument 238 kobj_create(kobj_class_t cls, struct malloc_type *mtype, int mflags) kobj_create() argument 256 kobj_init_common(kobj_t obj, kobj_class_t cls) kobj_init_common() argument 264 kobj_init(kobj_t obj, kobj_class_t cls) kobj_init() argument 290 kobj_init_static(kobj_t obj, kobj_class_t cls) kobj_init_static() argument 302 kobj_class_t cls = obj->ops->cls; kobj_delete() local [all...] |
| /third_party/FreeBSD/sys/sys/ |
| H A D | kobj.h | 87 kobj_class_t cls; member [all...] |
| /third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/coverage/ |
| H A D | JacocoReportCheck.java | 365 final String cls; field in JacocoReportCheck.ReportEntry 369 ReportEntry(String cls, Method method) { in ReportEntry() argument 379 String cls() { in cls() method in JacocoReportCheck.ReportEntry
|
| /third_party/lzma/CPP/7zip/Archive/ |
| H A D | ArchiveExports.cpp | 52 GUID cls = *clsid;
in FindFormatCalssId() local
|
| /third_party/node/test/common/ |
| H A D | dns.js | |
| /third_party/skia/third_party/externals/microhttpd/src/examples/ |
| H A D | https_fileserver_example.c | 99 file_reader (void *cls, uint64_t pos, char *buf, size_t max) in file_reader() argument 108 file_free_callback (void *cls) in file_free_callback() argument 116 http_ahc (void *cls, in http_ahc() argument
|
| H A D | mhd2spdy_http.c | 30 http_cb_log(void * cls, in http_cb_log() argument 48 http_cb_iterate(void *cls, in http_cb_iterate() argument 79 http_cb_response (void *cls, in http_cb_response() argument 149 http_cb_response_done(void *cls) in http_cb_response_done() argument 156 http_cb_request (void *cls, in http_cb_request() argument 372 http_cb_request_completed(void *cls, struct MHD_Connection *connection, void **con_cls, enum MHD_RequestTerminationCode toe) http_cb_request_completed() argument [all...] |
| H A D | spdy_response_with_callback.c | 42 response_callback (void *cls, in response_callback() argument 60 response_done_callback(void *cls, in response_done_callback() argument 78 standard_request_handler(void *cls, in standard_request_handler() argument
|
| /third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
| H A D | test_empty_response.c | 42 ahc_echo (void *cls, in ahc_echo() argument
|
| H A D | test_https_get_select.c | 43 ahc_echo (void *cls, in ahc_echo() argument
|