HomeSort by relevance Sort by last modified time
    Searched full:_destination (Results 1 - 13 of 13) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
tchar_s.h 107 #define _wcsnset_s_l(_Destination,_Destination_size_chars,_Value,_Count,_Locale) (_wcsnset_s(_Destination,_Destination_size_chars,_Value,_Count))
108 #define _wcsset_s_l(_Destination,_Destination_size_chars,_Value,_Locale) (_wcsset_s(_Destination,_Destination_size_chars,_Value))
257 #define _strnset_s_l(_Destination,_Destination_size_chars,_Value,_Count,_Locale) (_strnset_s(_Destination,_Destination_size_chars,_Value,_Count))
258 #define _strset_s_l(_Destination,_Destination_size_chars,_Value,_Locale) (_strset_s(_Destination,_Destination_size_chars,_Value))
  /external/jetty/src/java/org/eclipse/jetty/client/webdav/
WebdavListener.java 46 private HttpDestination _destination; field in class:WebdavListener
58 _destination=destination;
128 _destination.resend(_exchange);
177 _destination.resend(_exchange);
262 propfindExchange.setEventListener( new SecurityListener( _destination, propfindExchange ) );
266 _destination.send( propfindExchange );
287 mkcolExchange.setEventListener( new SecurityListener( _destination, mkcolExchange ) );
291 _destination.send( mkcolExchange );
313 supportedExchange.setEventListener( new SecurityListener( _destination, supportedExchange ) );
317 _destination.send( supportedExchange )
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/client/security/
SecurityListener.java 47 private HttpDestination _destination; field in class:SecurityListener
60 _destination=destination;
130 if ( status == HttpStatus.UNAUTHORIZED_401 && _attempts<_destination.getHttpClient().maxRetries())
168 RealmResolver realmResolver = _destination.getHttpClient().getRealmResolver();
175 Realm realm = realmResolver.getRealm( details.get("realm"), _destination, pathSpec ); // TODO work our realm correctly
183 _destination.addAuthorization("/",new DigestAuthentication(realm,details));
188 _destination.addAuthorization(pathSpec,new BasicAuthentication(realm));
213 _destination.resend(_exchange);
245 _destination.resend(_exchange);
  /external/jetty/src/java/org/eclipse/jetty/client/
RedirectListener.java 36 private HttpDestination _destination; field in class:RedirectListener
49 _destination = destination;
59 _attempts < _destination.getHttpClient().maxRedirects());
128 HttpDestination destination=_destination.getHttpClient().getDestination(_exchange.getAddress(),isHttps);
130 if (_destination==destination)
132 _destination.resend(_exchange);
AbstractHttpConnection.java 57 protected HttpDestination _destination; field in class:AbstractHttpConnection
92 return _destination;
97 _destination = destination;
141 timeout = _destination.getHttpClient().getTimeout();
190 if (_destination.isProxied())
194 boolean secure = _destination.isSecure();
195 String host = _destination.getAddress().getHost();
196 int port = _destination.getAddress().getPort();
207 Authentication auth = _destination.getProxyAuthentication();
219 requestHeaders.add(HttpHeaders.HOST_BUFFER,_destination.getHostHeader())
    [all...]
AsyncHttpConnection.java 195 _endp.setMaxIdleTime((int)_destination.getHttpClient().getIdleTimeout());
205 exchange.cancelTimeout(_destination.getHttpClient());
219 _destination.send(_pipeline);
231 _destination.send(_pipeline);
238 _destination.returnConnection(this, !persistent);
BlockingHttpConnection.java 243 _endp.setMaxIdleTime((int)_destination.getHttpClient().getIdleTimeout());
253 exchange.cancelTimeout(_destination.getHttpClient());
268 _destination.send(_pipeline);
279 _destination.send(_pipeline);
286 _destination.returnConnection(this, !persistent);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tchar.h 457 #define _wcsncpy_l(_Destination,_Source,_Count,_Locale) (wcsncpy(_Destination,_Source,_Count))
458 #define _wcsncat_l(_Destination,_Source,_Count,_Locale) (wcsncat(_Destination,_Source,_Count))
460 #define _wcsnset_l(_Destination,_Value,_Count,_Locale) (_wcsnset(_Destination,_Value,_Count))
461 #define _wcsset_l(_Destination,_Value,_Locale) (_wcsset(_Destination,_Value))
1091 #define _strncpy_l(_Destination,_Source,_Count,_Locale) (strncpy(_Destination,_Source,_Count)
    [all...]
  /external/clang/lib/Headers/
Intrin.h 193 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
198 short _InterlockedCompareExchange16(short volatile *_Destination,
201 __int64 _InterlockedCompareExchange64(__int64 volatile *_Destination,
208 char _InterlockedCompareExchange8(char volatile *_Destination, char _Exchange,
367 long _InterlockedCompareExchange_np(long volatile *_Destination, long _Exchange,
369 unsigned char _InterlockedCompareExchange128(__int64 volatile *_Destination,
373 unsigned char _InterlockedCompareExchange128_np(__int64 volatile *_Destination,
377 short _InterlockedCompareExchange16_np(short volatile *_Destination,
383 __int64 _InterlockedCompareExchange64_np(__int64 volatile *_Destination,
385 void *_InterlockedCompareExchangePointer(void *volatile *_Destination,
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
Intrin.h 193 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
198 short _InterlockedCompareExchange16(short volatile *_Destination,
201 __int64 _InterlockedCompareExchange64(__int64 volatile *_Destination,
208 char _InterlockedCompareExchange8(char volatile *_Destination, char _Exchange,
367 long _InterlockedCompareExchange_np(long volatile *_Destination, long _Exchange,
369 unsigned char _InterlockedCompareExchange128(__int64 volatile *_Destination,
373 unsigned char _InterlockedCompareExchange128_np(__int64 volatile *_Destination,
377 short _InterlockedCompareExchange16_np(short volatile *_Destination,
383 __int64 _InterlockedCompareExchange64_np(__int64 volatile *_Destination,
385 void *_InterlockedCompareExchangePointer(void *volatile *_Destination,
    [all...]
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
Intrin.h 193 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
198 short _InterlockedCompareExchange16(short volatile *_Destination,
201 __int64 _InterlockedCompareExchange64(__int64 volatile *_Destination,
208 char _InterlockedCompareExchange8(char volatile *_Destination, char _Exchange,
367 long _InterlockedCompareExchange_np(long volatile *_Destination, long _Exchange,
369 unsigned char _InterlockedCompareExchange128(__int64 volatile *_Destination,
373 unsigned char _InterlockedCompareExchange128_np(__int64 volatile *_Destination,
377 short _InterlockedCompareExchange16_np(short volatile *_Destination,
383 __int64 _InterlockedCompareExchange64_np(__int64 volatile *_Destination,
385 void *_InterlockedCompareExchangePointer(void *volatile *_Destination,
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
Intrin.h 193 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
198 short _InterlockedCompareExchange16(short volatile *_Destination,
201 __int64 _InterlockedCompareExchange64(__int64 volatile *_Destination,
208 char _InterlockedCompareExchange8(char volatile *_Destination, char _Exchange,
367 long _InterlockedCompareExchange_np(long volatile *_Destination, long _Exchange,
369 unsigned char _InterlockedCompareExchange128(__int64 volatile *_Destination,
373 unsigned char _InterlockedCompareExchange128_np(__int64 volatile *_Destination,
377 short _InterlockedCompareExchange16_np(short volatile *_Destination,
383 __int64 _InterlockedCompareExchange64_np(__int64 volatile *_Destination,
385 void *_InterlockedCompareExchangePointer(void *volatile *_Destination,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]

Completed in 550 milliseconds