HomeSort by relevance Sort by last modified time
    Searched refs:negotiate (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/curl/docs/cmdline-opts/
proxy-negotiate.d 1 Long: proxy-negotiate
2 Help: Use HTTP Negotiate (SPNEGO) authentication on the proxy
6 Tells curl to use HTTP Negotiate (SPNEGO) authentication when communicating
7 with the given proxy. Use --negotiate for enabling HTTP Negotiate (SPNEGO)
proxy-ntlm.d 3 See-also: proxy-negotiate proxy-anyauth
service-name.d 8 Examples: --negotiate --service-name sockd would use sockd/server-name.
negotiate.d 1 Long: negotiate
2 Help: Use HTTP Negotiate (SPNEGO) authentication
4 See-also: basic ntlm anyauth proxy-negotiate
6 Enables Negotiate (SPNEGO) authentication.
basic.d 9 --ntlm, --digest, or --negotiate).
no-alpn.d 11 HTTP/2 to negotiate HTTP/2 support with the server during https sessions.
no-npn.d 12 HTTP/2 to negotiate HTTP/2 support with the server during https sessions.
digest.d 4 Mutexed: basic ntlm negotiate
anyauth.d 10 method, which you can do with --basic, --digest, --ntlm, and --negotiate.
  /frameworks/av/media/libnbaio/include/media/nbaio/
AudioStreamInSource.h 35 virtual ssize_t negotiate(const NBAIO_Format offers[], size_t numOffers,
AudioStreamOutSink.h 35 virtual ssize_t negotiate(const NBAIO_Format offers[], size_t numOffers,
  /external/curl/lib/
http_negotiate.c 67 neg_ctx = &data->state.negotiate;
78 header += strlen("Negotiate");
105 &conn->data->state.negotiate;
115 userp = aprintf("%sAuthorization: Negotiate %s\r\n", proxy ? "Proxy-" : "",
134 Curl_auth_spnego_cleanup(&data->state.negotiate);
  /frameworks/av/media/libnbaio/
AudioStreamInSource.cpp 42 ssize_t AudioStreamInSource::negotiate(const NBAIO_Format offers[], size_t numOffers, function in class:android::AudioStreamInSource
58 return NBAIO_Source::negotiate(offers, numOffers, counterOffers, numCounterOffers);
78 return NEGOTIATE;
AudioStreamOutSink.cpp 40 ssize_t AudioStreamOutSink::negotiate(const NBAIO_Format offers[], size_t numOffers, function in class:android::AudioStreamOutSink
56 return NBAIO_Sink::negotiate(offers, numOffers, counterOffers, numCounterOffers);
62 return NEGOTIATE;
SourceAudioBufferProvider.cpp 32 // negotiate with source
35 ssize_t index = source->negotiate(NULL, 0, counterOffers, numCounterOffers);
36 ALOG_ASSERT(index == (ssize_t) NEGOTIATE && numCounterOffers > 0);
38 index = source->negotiate(counterOffers, 1, NULL, numCounterOffers);
NBAIO.cpp 67 return (ssize_t) NEGOTIATE;
103 return (ssize_t) NEGOTIATE;
136 ssize_t NBAIO_Port::negotiate(const NBAIO_Format offers[], size_t numOffers, function in class:android::NBAIO_Port
139 ALOGV("negotiate offers=%p numOffers=%zu countersOffers=%p numCounterOffers=%zu",
155 return (ssize_t) NEGOTIATE;
  /frameworks/av/media/libnbaio/include_mono/media/nbaio/
NBAIO.h 38 NEGOTIATE = (UNKNOWN_ERROR + 0x100), // Must (re-)negotiate format. For negotiate() only,
98 // negotiate() must called first. The purpose of negotiate() is to check compatibility of
107 // from counterOffers[0] to counterOffers[numCounterOffers - 1], and returns NEGOTIATE.
112 // important counterOffers as will fit, and returns NEGOTIATE. As this implies a re-allocation,
117 // In this case, the offerree should set numCounterOffers appropriately and return NEGOTIATE.
122 // NEGOTIATE No offer accepted, and counter-offer(s) optionally made. See above for details.
123 virtual ssize_t negotiate(const NBAIO_Format offers[], size_t numOffers
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 82 /// Should return a reserved id for the negotiate function, which will be used
83 /// to negotiate ids for user defined functions.
749 static const char *getName() { return "__orc_rpc$negotiate"; }
786 // Register the negotiate function id and handler.
794 /// Negotiate a function id for Func with the other end of the channel.
1431 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
1448 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
1469 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 82 /// Should return a reserved id for the negotiate function, which will be used
83 /// to negotiate ids for user defined functions.
749 static const char *getName() { return "__orc_rpc$negotiate"; }
786 // Register the negotiate function id and handler.
794 /// Negotiate a function id for Func with the other end of the channel.
1431 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
1448 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
1469 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 185 /// Should return a reserved id for the negotiate function, which will be used
186 /// to negotiate ids for user defined functions.
1688 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
1705 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
1726 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 185 /// Should return a reserved id for the negotiate function, which will be used
186 /// to negotiate ids for user defined functions.
1688 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
1705 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
1726 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 185 /// Should return a reserved id for the negotiate function, which will be used
186 /// to negotiate ids for user defined functions.
1702 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
1719 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
1740 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 185 /// Should return a reserved id for the negotiate function, which will be used
186 /// to negotiate ids for user defined functions.
1702 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
1719 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
1740 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 185 /// Should return a reserved id for the negotiate function, which will be used
186 /// to negotiate ids for user defined functions.
1702 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
1719 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
1740 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 185 /// Should return a reserved id for the negotiate function, which will be used
186 /// to negotiate ids for user defined functions.
1702 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
1719 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
1740 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
    [all...]

Completed in 874 milliseconds

1 2 3