/external/chromium_org/chrome/browser/custom_handlers/ |
protocol_handler_registry_unittest.cc | 454 ProtocolHandler ph1 = CreateProtocolHandler("test", GURL("http://test/%s"), local 459 registry()->OnIgnoreRegisterProtocolHandler(ph1); 460 ASSERT_TRUE(registry()->IsIgnored(ph1)); 463 registry()->RemoveIgnoredHandler(ph1); 464 ASSERT_FALSE(registry()->IsIgnored(ph1)); 508 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local 510 registry()->OnAcceptRegisterProtocolHandler(ph1); 513 registry()->OnAcceptRegisterProtocolHandler(ph1); 515 ASSERT_FALSE(registry()->IsDefault(ph1)); 520 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1") local 531 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local 540 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local 555 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local 575 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local 585 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local 594 ProtocolHandler ph1 = CreateProtocolHandler("test", GURL("http:\/\/test\/%s"), local 605 ProtocolHandler ph1 = CreateProtocolHandler("test", GURL("http:\/\/test\/%s"), local 637 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local 651 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local 685 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local 707 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local 713 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local 723 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local 785 ProtocolHandler ph1 = CreateProtocolHandler("mailto", "test1"); local 797 ProtocolHandler ph1 = CreateProtocolHandler(scheme, "test1"); local 806 ProtocolHandler ph1 = CreateProtocolHandler("mailto", "test1"); local 825 ProtocolHandler ph1 = CreateProtocolHandler("mailto", "test1"); local 843 ProtocolHandler ph1 = CreateProtocolHandler(scheme, "test1"); local 854 ProtocolHandler ph1 = CreateProtocolHandler(mailto, "MailtoHandler"); local 865 ProtocolHandler ph1 = CreateProtocolHandler("mailto", local 876 ProtocolHandler ph1 = CreateProtocolHandler("mailto", local 890 ProtocolHandler ph1 = CreateProtocolHandler("mailto", local 908 ProtocolHandler ph1 = CreateProtocolHandler("mailto", local [all...] |
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
path_test.cc | 16 Path ph1("."); 171 Path ph1("/usr/local/hi/there"); 173 EXPECT_EQ("/usr/local/hi/there", ph1.Join()); 174 ph1 = ph1.Append(".."); 175 EXPECT_EQ("/usr/local/hi", ph1.Join()); 176 ph1 = ph1.Append(".././././hi/there/../.././././"); 177 EXPECT_EQ("/usr/local", ph1.Join()); 178 ph1 = ph1.Append("../../../../../../../../././../") [all...] |
/external/ipsec-tools/src/racoon/ |
isakmp_quick.c | 116 iph2->msgid = isakmp_newmsgid2(iph2->ph1); 117 iph2->ivm = oakley_newiv2(iph2->ph1, iph2->msgid); 180 iph2->nonce = eay_set_random(iph2->ph1->rmconf->nonce_size); 226 && iph2->ph1->rmconf->support_proxy == 0 278 hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, body); 288 iph2->retry_counter = iph2->ph1->rmconf->retry_counter; 335 plog(LLV_ERROR, LOCATION, iph2->ph1->remote, 339 msg = oakley_do_decrypt(iph2->ph1, msg0, iph2->ivm->iv, iph2->ivm->ive); 357 plog(LLV_ERROR, LOCATION, iph2->ph1->remote, 373 plog(LLV_WARNING, LOCATION, iph2->ph1->remote [all...] |
proposal.c | 194 cmpsaprop_alloc(ph1, pp1, pp2, side) 195 struct ph1handle *ph1; 217 switch (ph1->rmconf->pcheck_level) { 443 if ((ph1->natt_flags & NAT_DETECTED) && 448 s_ipsecdoi_encmode(pr2->encmode - ph1->natt_options->mode_udp_diff)); 449 pr2->encmode -= ph1->natt_options->mode_udp_diff; 453 if ((ph1->natt_flags & NAT_DETECTED) && 459 s_ipsecdoi_encmode(pr1->encmode - ph1->natt_options->mode_udp_diff), 460 pr1->encmode - ph1->natt_options->mode_udp_diff); 461 pr1->encmode -= ph1->natt_options->mode_udp_diff [all...] |
nattraversal.h | 45 #define NATT_AVAILABLE(ph1) ((iph1)->natt_flags & NAT_ANNOUNCED)
|
handler.c | 482 if (p->msgid == msgid && p->ph1 == iph1) 778 iph2->ph1 = iph1; 786 if (iph2->ph1 != NULL) { 787 iph2->ph1 = NULL; 1123 * Note: we must have an updated ph1->rmconf before doing that, 1124 * we'll set check_level to EXACT if we don't have a ph1 1128 if (iph2->ph1 != NULL) 1129 iph1=iph2->ph1; 1305 "Removing PH1...\n");
|
pfkey.c | 850 proxy = iph2->ph1->rmconf->support_proxy; 1040 proxy = iph2->ph1->rmconf->support_proxy; 1111 sa_args.l_natt_type = iph2->ph1->natt_options->encaps_type; 1112 sa_args.l_natt_sport = extract_port (iph2->ph1->remote); 1113 sa_args.l_natt_dport = extract_port (iph2->ph1->local); 1116 sa_args.l_natt_frag = iph2->ph1->rmconf->esp_frag; 1281 iph2->ph1->ph2cnt++; 1287 * situation where they'll mismatch with ph1's values 1291 set_port(iph2->src, extract_port(iph2->ph1->local)); 1292 set_port(iph2->dst, extract_port(iph2->ph1->remote)) [all...] |
isakmp.c | 968 plog(LLV_ERROR, LOCATION, iph2->ph1->remote, 976 plog(LLV_ERROR, LOCATION, iph2->ph1->remote, 980 isakmp_info_send_n1(iph2->ph1, error, NULL); 1004 plog(LLV_ERROR, LOCATION, iph2->ph1->remote, [all...] |
handler.h | 118 struct sockaddr *remote; /* remote address to negosiate ph1 */ 119 struct sockaddr *local; /* local address to negosiate ph1 */ 319 struct ph1handle *ph1; /* back pointer to isakmp status */ member in struct:ph2handle 329 struct sockaddr *remote; /* remote address to negosiate ph1 */
|
isakmp_inf.c | 377 /* don't think this realy deletes ph1 ? */ 643 "No ph1 handler found, could not send DELETE_SA\n"); 840 struct ph1handle *iph1 = iph2->ph1; 883 * When ph1->skeyid_a == NULL, send message without encoding. 924 iph2->ph1 = iph1; 938 hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, payload); 1006 tmp = oakley_do_encrypt(iph2->ph1, iph2->sendbuf, iph2->ivm->ive, 1015 if (isakmp_send(iph2->ph1, iph2->sendbuf) < 0) { [all...] |
isakmp_cfg.c | 1165 iph2->ph1 = iph1; 1184 hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, payload); 1255 tmp = oakley_do_encrypt(iph2->ph1, iph2->sendbuf, 1264 if (isakmp_send(iph2->ph1, iph2->sendbuf) < 0) { [all...] |
ipsec_doi.c | 908 iph2->sa_ret = get_sabyproppair(ret, iph2->ph1); 1000 iph2->sa_ret = get_sabyproppair(p, iph2->ph1); 1172 pr = cmpsaprop_alloc(iph2->ph1, q1, q2, iph2->side); [all...] |