Home
last modified time | relevance | path

Searched refs:private_ (Results 1 – 15 of 15) sorted by relevance

/third_party/lwip/src/netif/ppp/
Dchap-md5.c97 unsigned char *private_) { in chap_md5_make_response() argument
102 LWIP_UNUSED_ARG(private_); in chap_md5_make_response()
Dchap_ms.c376 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/
Ddemux.h158 void* private_; // for internal use only. member
193 void* private_; member
/third_party/flutter/skia/third_party/externals/libwebp/src/webp/
Ddemux.h158 void* private_; // for internal use only. member
193 void* private_; member
/third_party/mbedtls/include/mbedtls/
Dprivate_access.h27 #define MBEDTLS_PRIVATE(member) private_##member
/third_party/node/src/api/
Dcallback.cc28 : 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/
Dptr_ref_test.cc67 auto* private_ = Global("p", ty.i32(), ast::StorageClass::kPrivate); in TEST_F() local
85 AddressOf(private_)); in TEST_F()
Dvar_let_test.cc222 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/
Dasync_pipe.hpp46 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/
Ddemux.c853 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/
Ddemux.c864 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/
Dnode.h1007 InternalCallbackScope* private_;
/third_party/protobuf/java/lite/src/test/java/com/google/protobuf/
DLiteTest.java2345 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/
Dnode.gyp728 '-X^private_',
/third_party/openssl/
DCHANGES4269 to use them can use the private_* version instead.