/third_party/libcoap/src/ |
H A D | coap_block.c | 76 if (session == NULL || COAP_PROTO_NOT_RELIABLE(session->proto) || in coap_get_block_b() 141 COAP_PROTO_RELIABLE(session->proto) && in setup_block_b() 638 if (COAP_PROTO_RELIABLE(session->proto) && pdu->type == COAP_MESSAGE_NON) in coap_add_data_large_internal() 1319 if (COAP_PROTO_NOT_RELIABLE(session->proto)) in coap_block_check_lg_crcv_timeouts() 1326 if (COAP_PROTO_RELIABLE(session->proto) || p->last_type != COAP_MESSAGE_NON) in coap_block_check_lg_crcv_timeouts() 1509 if (COAP_PROTO_NOT_RELIABLE(session->proto)) in coap_block_check_lg_srcv_timeouts() 1516 if (COAP_PROTO_RELIABLE(session->proto) || p->last_type != COAP_MESSAGE_NON) in coap_block_check_lg_srcv_timeouts() 1677 COAP_PROTO_RELIABLE(session->proto))) { in coap_send_q_blocks() 1718 COAP_PROTO_RELIABLE(session->proto))) { in coap_send_q_blocks() 2791 if (COAP_PROTO_RELIABLE(session->proto) || in coap_handle_request_put_block() [all...] |
H A D | coap_debug.c | 735 if (!pdu->session || COAP_PROTO_NOT_RELIABLE(pdu->session->proto)) { in coap_show_pdu() 739 } else if (pdu->session->proto == COAP_PROTO_WS || in coap_show_pdu() 740 pdu->session->proto == COAP_PROTO_WSS) { in coap_show_pdu()
|
/third_party/python/Lib/test/ |
H A D | test_bytes.py | 805 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 808 ps = pickle.dumps(b, proto) 813 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 817 d = pickle.dumps(it, proto) 826 d = pickle.dumps(it, proto) 1677 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 1680 d = pickle.dumps((itorig, orig), proto) 1688 d = pickle.dumps((itorig, orig), proto) 1697 d = pickle.dumps((itorig, orig), proto) 1705 d = pickle.dumps((itorig, orig), proto) [all...] |
H A D | test_functools.py | 257 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 258 f_copy = pickle.loads(pickle.dumps(f, proto)) 341 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 343 pickle.dumps(f, proto) 350 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 351 f_copy = pickle.loads(pickle.dumps(f, proto)) 362 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 363 f_copy = pickle.loads(pickle.dumps(f, proto)) 1227 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 1229 with self.subTest(method=name, proto [all...] |
H A D | test_collections.py | 118 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 119 e = pickle.loads(pickle.dumps(d, proto)) 680 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 681 with self.subTest(proto=proto): 683 x = pickle.loads(pickle.dumps(Point.x, proto)) 684 y = pickle.loads(pickle.dumps(Point.y, proto)) 2190 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 2191 with self.subTest(proto=proto) [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_supplicant.c | 1471 int sel, proto, sae_pwe; in wpa_supplicant_set_suites() local 1483 if (bss_rsn && (ssid->proto & WPA_PROTO_RSN) && in wpa_supplicant_set_suites() 1488 proto = WPA_PROTO_RSN; in wpa_supplicant_set_suites() 1489 } else if (bss_wpa && (ssid->proto & WPA_PROTO_WPA) && in wpa_supplicant_set_suites() 1495 proto = WPA_PROTO_WPA; in wpa_supplicant_set_suites() 1497 } else if (bss_osen && (ssid->proto & WPA_PROTO_OSEN) && in wpa_supplicant_set_suites() 1503 proto = WPA_PROTO_OSEN; in wpa_supplicant_set_suites() 1504 } else if (bss_rsn && (ssid->proto & WPA_PROTO_OSEN) && in wpa_supplicant_set_suites() 1510 proto = WPA_PROTO_RSN; in wpa_supplicant_set_suites() 1515 "WPA: ssid proto in wpa_supplicant_set_suites() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | stats.h | 544 void stats_display_proto(struct stats_proto *proto, const char *name); 556 #define stats_display_proto(proto, name)
|
/foundation/communication/ipc/ipc/native/c/manager/src/ |
H A D | ipc_process_skeleton.c | 101 int32_t SpawnThread(int32_t policy, int32_t proto) in SpawnThread() argument 107 return SpawnNewThread(g_ipcSkeleton->threadPool, policy, proto); in SpawnThread()
|
/foundation/communication/ipc/services/dbinder/dbinder_service/src/ |
H A D | dbinder_service_stub.cpp | 306 dbinderData->proto = IRemoteObject::IF_PROT_DATABUS; in SaveDBinderData() 322 DBINDER_LOGI(LOG_LABEL, "proto:%{public}d stubIndex:%{public}llu tokenid:%{public}u " in SaveDBinderData() 324 dbinderData->proto, dbinderData->stub_index, dbinderData->tokenid, dbinderData->target_name, in SaveDBinderData()
|
/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | dbinder_callback_stub.cpp | 249 dbinderData->proto = IRemoteObject::IF_PROT_DATABUS; in SaveDBinderData() 265 ZLOGI(LOG_LABEL, "proto:%{public}u stubIndex:%{public}llu tokenId:%{public}u " in SaveDBinderData() 267 dbinderData->proto, dbinderData->stub_index, dbinderData->tokenid, dbinderData->target_name, in SaveDBinderData()
|
/third_party/curl/tests/ |
H A D | sshserver.pl | 98 my $proto = 'ssh'; # protocol the ssh daemon speaks 205 $pidfile = server_pidfilename($piddir, $proto, $ipvnum, $idnum);
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | RangesTableSchema.java | 37 import com.google.i18n.phonenumbers.metadata.proto.Enums.Provenance; 38 import com.google.i18n.phonenumbers.metadata.proto.Types.ValidNumberType;
|
H A D | NumberingScheme.java | 50 import com.google.i18n.phonenumbers.metadata.proto.Types.ValidNumberType; 51 import com.google.i18n.phonenumbers.metadata.proto.Types.XmlNumberType; 52 import com.google.i18n.phonenumbers.metadata.proto.Types.XmlShortcodeType;
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_windows_events.py | 125 trans, proto = await self.loop.create_pipe_connection( 128 self.assertEqual(protocol, proto)
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_functions.py | 376 proto = CFUNCTYPE(c_int, RECT, POINT) 380 callback = proto(callback)
|
/third_party/toybox/toys/net/ |
H A D | netstat.c | 41 char *proto) in addr2str() 82 // Doesn't understand proto "tcp6", so truncate in addr2str() 83 memcpy(cut, proto, 3); in addr2str() 40 addr2str(int af, void *addr, unsigned port, char *buf, int len, char *proto) addr2str() argument
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | GPBUtil.php | 324 $proto, 333 $message_name_without_package = $proto->getName();
|
/third_party/python/Lib/lib2to3/tests/ |
H A D | test_parser.py | 700 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 701 err2 = pickle.loads(pickle.dumps(err, protocol=proto))
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
H A D | l2_packet_linux.c | 117 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() argument 140 ll.sll_protocol = htons(proto); in l2_packet_send()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | wpa_ie.c | 330 if (sm->proto == WPA_PROTO_RSN) in wpa_gen_wpa_ie() 337 else if (sm->proto == WPA_PROTO_OSEN) in wpa_gen_wpa_ie()
|
/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/ |
H A D | ipcprocessskeleton_fuzzer.cpp | 130 int32_t proto; in SpawnThreadTest() local 131 if (!GenerateInt32(policy) || !GenerateInt32(proto)) { in SpawnThreadTest() 139 current->SpawnThread(policy, proto); in SpawnThreadTest()
|
/third_party/curl/lib/ |
H A D | krb5.c | 239 struct pingpong *pp = &conn->proto.ftpc.pp; in krb5_auth() 328 struct pingpong *pp = &conn->proto.ftpc.pp; in krb5_auth() 761 struct pingpong *pp = &conn->proto.ftpc.pp; in sec_set_protection_level()
|
/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 1010 property_value_p->value = proto; in opfunc_init_class() 1037 stack_top_p[-1] = proto; in opfunc_init_class()
|
/third_party/lwip/src/api/ |
H A D | api_lib.c | 143 * @param proto the IP protocol for RAW IP pcbs 149 netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto, netconn_callback callback) in netconn_new_with_proto_and_callback() argument 159 API_MSG_VAR_REF(msg).msg.n.proto = proto; in netconn_new_with_proto_and_callback()
|
/third_party/lwip/src/core/ipv4/ |
H A D | etharp.c | 690 (hdr->proto != PP_HTONS(ETHTYPE_IP))) { 692 ("etharp_input: packet dropped, wrong hw type, hwlen, proto, protolen or ethernet type (%"U16_F"/%"U16_F"/%"U16_F"/%"U16_F")\n", 693 hdr->hwtype, (u16_t)hdr->hwlen, hdr->proto, (u16_t)hdr->protolen)); 1181 hdr->proto = PP_HTONS(ETHTYPE_IP);
|