| /third_party/nghttp2/src/ |
| H A D | shrpx_connection.cc | 56 Connection(struct ev_loop *loop, int fd, SSL *ssl, MemchunkPool *mcpool, ev_tstamp write_timeout, ev_tstamp read_timeout, const RateLimitConfig &write_limit, const RateLimitConfig &read_limit, IOCb writecb, IOCb readcb, TimerCb timeoutcb, void *data, size_t tls_dyn_rec_warmup_threshold, ev_tstamp tls_dyn_rec_idle_timeout, Proto proto) Connection() argument
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir.cpp | 355 ImmediateValue::ImmediateValue(const ImmediateValue *proto, DataType ty) in ImmediateValue() argument
|
| /third_party/ltp/testcases/network/lib6/ |
| H A D | asapi_01.c | 345 static void isocketpair(int pf, int type, int proto, int fd[2]) in isocketpair() argument
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | accessors.cc | 324 Handle<JSObject> proto = isolate->factory()->NewFunctionPrototype(function); in GetFunctionPrototype() local
|
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-object.cc | 752 Handle<Object> proto = args.at(1); in RUNTIME_FUNCTION() local 766 Handle<Object> proto = args.at(1); in RUNTIME_FUNCTION() local
|
| /third_party/python/Modules/_ctypes/ |
| H A D | ctypes.h | 198 PyObject *proto; /* a type or NULL */ member 220 PyObject *proto; /* Only for Pointer/ArrayObject */ member
|
| /third_party/python/Objects/clinic/ |
| H A D | bytearrayobject.c.h | 1087 int proto = 0; in bytearray_reduce_ex() local
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | text_format_unittest.cc | 821 unittest::SparseEnumMessage proto; in TEST_F() local 828 proto3_unittest::TestAllTypes proto; in TEST_F() local 848 proto3_unittest::TestAllTypes proto; TEST_F() local 1401 ExpectFailure(const std::string& input, const std::string& message, int line, int col, Message* proto) ExpectFailure() argument 1406 ExpectMessage(const std::string& input, const std::string& message, int line, int col, Message* proto, bool expected_result) ExpectMessage() argument 1418 ExpectSuccessAndTree(const std::string& input, Message* proto, TextFormat::ParseInfoTree* info_tree) ExpectSuccessAndTree() argument 1694 protobuf_unittest::TestAllTypes proto; TEST_F() local 1866 unittest::TestAllTypes proto; TEST_F() local 1884 unittest::TestAllTypes proto; TEST_F() local 1961 protobuf_unittest::TestMessageSetContainer proto; TEST_F() local 1974 protobuf_unittest::TestMessageSetContainer proto; TEST_F() local 1997 protobuf_unittest::TestAllTypes proto; TEST() local 2101 protobuf_unittest::TestAllTypes proto; TEST() local 2113 protobuf_unittest::TestAllTypes proto; TEST() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | ibss_rsn.c | 62 static int supp_ether_send(void *ctx, const u8 *dest, u16 proto, const u8 *buf, in supp_ether_send() argument
|
| H A D | wpa_priv.c | 467 static int wpa_priv_allowed_l2_proto(u16 proto) in wpa_priv_allowed_l2_proto() argument 482 u16 proto; in wpa_priv_cmd_l2_register() local 576 u16 proto; wpa_priv_cmd_l2_send() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | ibss_rsn.c | 62 static int supp_ether_send(void *ctx, const u8 *dest, u16 proto, const u8 *buf, in supp_ether_send() argument
|
| H A D | wpa_priv.c | 475 static int wpa_priv_allowed_l2_proto(u16 proto) in wpa_priv_allowed_l2_proto() argument 490 u16 proto; in wpa_priv_cmd_l2_register() local 584 u16 proto; wpa_priv_cmd_l2_send() local [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | concatdec.c | 119 const char *proto; in add_file() local
|
| H A D | ftp.c | 686 char proto[10], path[MAX_URL_SIZE], credentials[MAX_URL_SIZE], hostname[MAX_URL_SIZE]; in ftp_connect() local
|
| H A D | segment.c | 729 const char *proto = avio_find_protocol_name(seg->list); in seg_init() local
|
| /third_party/curl/lib/vtls/ |
| H A D | gtls.c | 710 struct alpn_proto_buf proto; in gtls_connect_step1() local 1257 gnutls_datum_t proto; in gtls_verifyserver() local
|
| H A D | bearssl.c | 698 struct alpn_proto_buf proto; in bearssl_connect_step1() local 890 const char *proto; in bearssl_connect_step3() local
|
| H A D | mbedtls.c | 668 struct alpn_proto_buf proto; in mbed_connect_step1() local 864 const char *proto = mbedtls_ssl_get_alpn_protocol(&backend->ssl); local
|
| H A D | wolfssl.c | 676 struct alpn_proto_buf proto; in wolfssl_connect_step1() local
|
| /third_party/curl/src/ |
| H A D | tool_operate.c | 700 const char *proto = NULL; in url_proto() local
|
| /third_party/backends/backend/escl/ |
| H A D | escl.c | 125 escl_tls_protocol_supported(char *url, int proto) in escl_tls_protocol_supported() argument
|
| /third_party/backends/backend/ |
| H A D | net.c | 759 AvahiProtocol proto; local 807 AvahiProtocol proto; local
|
| /third_party/curl/lib/ |
| H A D | openldap.c | 192 int proto; /* LDAP_PROTO_TCP/LDAP_PROTO_UDP/LDAP_PROTO_IPC */ member [all...] |
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| H A D | ecma-function-object.c | 372 ecma_object_t *proto = ecma_op_get_prototype_from_constructor (new_target_p, fallback_proto); in ecma_op_create_dynamic_function() local 745 ecma_value_t proto = ecma_op_object_get_by_magic_id (ctor_obj_p, LIT_MAGIC_STRING_PROTOTYPE); in ecma_op_get_prototype_from_constructor() local
|
| /third_party/jerryscript/jerry-core/vm/ |
| H A D | opcodes.c | 994 ecma_value_t proto = ecma_make_object_value (proto_p); in opfunc_init_class() local
|