Home
last modified time | relevance | path

Searched refs:pc2 (Results 1 – 19 of 19) sorted by relevance

/third_party/curl/src/
Dtool_operhlp.c138 const char *pc, *pc2; in get_url_file_name() local
149 pc2 = strrchr(pc, '\\'); in get_url_file_name()
151 if(pc2 && (!pc || pc < pc2)) in get_url_file_name()
152 pc = pc2; in get_url_file_name()
/third_party/gn/src/base/win/
Dscoped_handle.h131 const void* pc2) {} in StartTracking() argument
135 const void* pc2) {} in StopTracking() argument
151 const void* pc2);
155 const void* pc2);
Dscoped_handle.cc20 const void* pc2) {} in StartTracking() argument
26 const void* pc2) {} in StopTracking() argument
/third_party/boost/boost/system/detail/
Dstd_interoperability.hpp132 … else if( std_category const* pc2 = dynamic_cast< std_category const* >( &condition.category() ) ) in equivalent() local
134 boost::system::error_condition bn( condition.value(), *pc2->pc_ ); in equivalent()
161 else if( std_category const* pc2 = dynamic_cast< std_category const* >( &code.category() ) ) in equivalent() local
163 boost::system::error_code bc( code.value(), *pc2->pc_ ); in equivalent()
/third_party/boost/libs/pool/test/
Dtest_simple_seg_storage.cpp161 char* const pc2 = track_allocator::malloc(88); in main() local
162 tstore2.add_block(pc2, 24, partition_sz); in main()
163 tstore2.add_block(pc2 + 64, 24, partition_sz); in main()
164 tstore2.add_block(pc2 + 32, 24, partition_sz); in main()
/third_party/gstreamer/gstplugins_bad/gst/librfb/
Dd3des.c81 static const unsigned char pc2[48] = { variable
122 if (pcr[pc2[j]]) in deskey()
124 if (pcr[pc2[j + 24]]) in deskey()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Ddes-internal.c80 static const u8 pc2[48] = { variable
307 if ((int) pcr[(int) pc2[j]] != 0) in deskey()
309 if ((int) pcr[(int) pc2[j + 24]] != 0) in deskey()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Ddes-internal.c80 static const u8 pc2[48] = { variable
307 if ((int) pcr[(int) pc2[j]] != 0) in deskey()
309 if ((int) pcr[(int) pc2[j + 24]] != 0) in deskey()
/third_party/openssl/test/certs/
Dsetup.sh211 ./mkcert.sh req pc2-key "0.CN = server.example" "1.CN = proxy 1" "2.CN = proxy 2" | \
212 ./mkcert.sh genpc pc2-key pc2-cert pc1-key pc1-cert \
/third_party/typescript/tests/baselines/reference/
DpromiseType.js212 const pc2 = p.then(() => Promise.reject("1"), () => 1); constant
435 const pc2 = p.then(() => Promise.reject("1"), () => 1); constant
DpromiseTypeStrictNull.js212 const pc2 = p.then(() => Promise.reject("1"), () => 1); constant
435 const pc2 = p.then(() => Promise.reject("1"), () => 1); constant
DpromiseType.symbols1012 const pc2 = p.then(() => Promise.reject("1"), () => 1);
1013 >pc2 : Symbol(pc2, Decl(promiseType.ts, 210, 5))
DpromiseTypeStrictNull.symbols1012 const pc2 = p.then(() => Promise.reject("1"), () => 1);
1013 >pc2 : Symbol(pc2, Decl(promiseTypeStrictNull.ts, 210, 5))
DpromiseType.types1459 const pc2 = p.then(() => Promise.reject("1"), () => 1);
1460 >pc2 : Promise<number>
DpromiseTypeStrictNull.types1459 const pc2 = p.then(() => Promise.reject("1"), () => 1);
1460 >pc2 : Promise<number>
/third_party/typescript/tests/cases/compiler/
DpromiseTypeStrictNull.ts213 const pc2 = p.then(() => Promise.reject("1"), () => 1); constant
DpromiseType.ts212 const pc2 = p.then(() => Promise.reject("1"), () => 1); constant
/third_party/libsoup/libsoup/
Dsoup-auth-ntlm.c1451 static const unsigned char pc2[] = { variable
1497 if (pcr[pc2[j]-1]){ in deskey()
/third_party/boost/libs/pool/doc/
Dpool.qbk629 [graphic pc2]