/third_party/lwip/src/netif/ppp/ |
D | chap-md5.c | 97 unsigned char *private_) { in chap_md5_make_response() argument 102 LWIP_UNUSED_ARG(private_); in chap_md5_make_response()
|
D | chap_ms.c | 376 unsigned char *private_) { in chapms_make_response() argument 379 LWIP_UNUSED_ARG(private_); in chapms_make_response() 387 unsigned char *private_) { in chapms2_make_response() argument 397 our_name, secret, secret_len, response, private_, in chapms2_make_response() 401 static int chapms2_check_success(ppp_pcb *pcb, unsigned char *msg, int len, unsigned char *private_… in chapms2_check_success() argument 413 || memcmp(msg, private_, MS_AUTH_RESPONSE_LENGTH)) { in chapms2_check_success()
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
D | demux.h | 158 void* private_; // for internal use only. member 193 void* private_; member
|
/third_party/flutter/skia/third_party/externals/libwebp/src/webp/ |
D | demux.h | 158 void* private_; // for internal use only. member 193 void* private_; member
|
/third_party/mbedtls/include/mbedtls/ |
D | private_access.h | 27 #define MBEDTLS_PRIVATE(member) private_##member
|
/third_party/node/src/api/ |
D | callback.cc | 28 : private_(new InternalCallbackScope(env, in CallbackScope() 37 private_->MarkAsFailed(); in ~CallbackScope() 38 delete private_; in ~CallbackScope()
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | ptr_ref_test.cc | 67 auto* private_ = Global("p", ty.i32(), ast::StorageClass::kPrivate); in TEST_F() local 85 AddressOf(private_)); in TEST_F()
|
D | var_let_test.cc | 222 auto* private_ = Global("p", ty.i32(), ast::StorageClass::kPrivate); in TEST_F() local 245 ASSERT_TRUE(TypeOf(private_)->Is<sem::Reference>()); in TEST_F() 253 EXPECT_EQ(TypeOf(private_)->As<sem::Reference>()->Access(), in TEST_F()
|
/third_party/boost/boost/process/detail/windows/ |
D | async_pipe.hpp | 46 const std::string & name, bool private_); 287 … const std::string & name, bool private_) : _source(ios_source), _sink(ios_sink) in async_pipe() argument 299 0, private_ ? 1 : ::boost::winapi::PIPE_UNLIMITED_INSTANCES_, 8192, 8192, 0, nullptr); in async_pipe()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/demux/ |
D | demux.c | 853 const WebPDemuxer* const dmux = (WebPDemuxer*)iter->private_; in SetFrame() 868 iter->private_ = (void*)dmux; in WebPDemuxGetFrame() 916 const WebPDemuxer* const dmux = (WebPDemuxer*)iter->private_; in SetChunk() 942 iter->private_ = (void*)dmux; in WebPDemuxGetChunk()
|
/third_party/skia/third_party/externals/libwebp/src/demux/ |
D | demux.c | 864 const WebPDemuxer* const dmux = (WebPDemuxer*)iter->private_; in SetFrame() 879 iter->private_ = (void*)dmux; in WebPDemuxGetFrame() 927 const WebPDemuxer* const dmux = (WebPDemuxer*)iter->private_; in SetChunk() 953 iter->private_ = (void*)dmux; in WebPDemuxGetChunk()
|
/third_party/node/src/ |
D | node.h | 1007 InternalCallbackScope* private_;
|
/third_party/protobuf/java/lite/src/test/java/com/google/protobuf/ |
D | LiteTest.java | 2345 NestedExtensionLite.MyNestedExtensionLite.private_ in testExtensionRenamesKeywords() 2356 .setExtension(NestedExtensionLite.MyNestedExtensionLite.private_, 2.4) in testExtensionRenamesKeywords() 2359 2.4, msg.getExtension(NestedExtensionLite.MyNestedExtensionLite.private_), 0.001); in testExtensionRenamesKeywords()
|
/third_party/node/ |
D | node.gyp | 728 '-X^private_',
|
/third_party/openssl/ |
D | CHANGES | 4269 to use them can use the private_* version instead.
|