HomeSort by relevance Sort by last modified time
    Searched defs:scode (Results 1 - 18 of 18) sorted by null

  /external/curl/tests/libtest/
lib586.c 132 CURLSHcode scode = CURLSHE_OK; local
157 if ( CURLSHE_OK == scode ) {
159 scode = curl_share_setopt( share, CURLSHOPT_LOCKFUNC, my_lock);
161 if ( CURLSHE_OK == scode ) {
163 scode = curl_share_setopt( share, CURLSHOPT_UNLOCKFUNC, my_unlock);
165 if ( CURLSHE_OK == scode ) {
167 scode = curl_share_setopt( share, CURLSHOPT_USERDATA, &user);
169 if ( CURLSHE_OK == scode ) {
171 scode = curl_share_setopt( share, CURLSHOPT_SHARE, CURL_LOCK_DATA_SSL_SESSION);
174 if ( CURLSHE_OK != scode ) {
    [all...]
lib506.c 174 CURLSHcode scode = CURLSHE_OK; local
203 if ( CURLSHE_OK == scode ) {
205 scode = curl_share_setopt( share, CURLSHOPT_LOCKFUNC, my_lock);
207 if ( CURLSHE_OK == scode ) {
209 scode = curl_share_setopt( share, CURLSHOPT_UNLOCKFUNC, my_unlock);
211 if ( CURLSHE_OK == scode ) {
213 scode = curl_share_setopt( share, CURLSHOPT_USERDATA, &user);
215 if ( CURLSHE_OK == scode ) {
217 scode = curl_share_setopt( share, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE);
219 if ( CURLSHE_OK == scode ) {
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
StatusLineParser.java 51 String scode = this.lexer.number(); local
55 int retval = Integer.parseInt(scode);
80 int scode = statusCode(); local
81 retval.setStatusCode(scode);
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfHuf.cpp 332 // Build an array, scode, such that scode[i] contains the number
361 AutoArray <Int64, HUF_ENCSIZE> scode; local
362 memset (scode, 0, sizeof (Int64) * HUF_ENCSIZE);
383 // The entries in scode are linked into lists with the
387 // Traverse the lists that start at scode[m] and scode[mm].
389 // corresponding code by one bit. (If we visit scode[j]
393 // Merge the lists that start at scode[m] and scode[mm
    [all...]
  /external/lzma/CPP/Common/
MyWindows.h 72 typedef LONG SCODE;
174 SCODE scode; member in union:tagPROPVARIANT::__anon19201
  /external/webrtc/webrtc/base/
httpcommon.h 407 uint32_t scode; member in struct:rtc::HttpResponseData
410 HttpResponseData() : scode(HC_INTERNAL_SERVER_ERROR) { }
415 void set_success(uint32_t scode = HC_OK);
418 uint32_t scode = HC_OK);
420 uint32_t scode = HC_MOVED_TEMPORARILY);
421 void set_error(uint32_t scode);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tnef.h 21 SCODE scode; member in struct:_STnefProblem
propidl.h 124 SCODE *pElems;
190 SCODE scode; member in union:tagPROPVARIANT::__anon42358::tag_inner_PROPVARIANT::__anon42359
241 SCODE *pscode;
mapidefs.h 335 SCODE err;
348 SCODE scode; member in struct:_SPropProblem
422 typedef SCODE (WINAPI ALLOCATEBUFFER)(ULONG cbSize,LPVOID *lppBuffer);
423 typedef SCODE (WINAPI ALLOCATEMORE)(ULONG cbSize,LPVOID lpObject,LPVOID *lppBuffer);
506 SCODE scode; member in struct:_ERROR_NOTIFICATION
    [all...]
oaidl.h 275 SCODE scode; member in union:tagVARIANT::__anon42296::__tagVARIANT::__anon42297
289 SCODE *pscode;
346 SCODE scode; member in union:_wireVARIANT::__anon42298
361 SCODE *pscode;
508 SCODE scode;
520 SCODE scode; member in struct:tagEXCEPINFO
    [all...]
wabdefs.h 332 SCODE err;
345 SCODE scode; member in struct:_SPropProblem
420 typedef SCODE (WINAPI ALLOCATEBUFFER)(ULONG cbSize,LPVOID *lppBuffer);
421 typedef SCODE (WINAPI ALLOCATEMORE)(ULONG cbSize,LPVOID lpObject,LPVOID *lppBuffer);
504 SCODE scode; member in struct:_ERROR_NOTIFICATION
    [all...]
  /external/pcre/dist/
pcre_compile.c 2429 const pcre_uchar *scode = cd->start_code + GET(code, 1); local
6286 pcre_uchar *scode = bracode; local
8601 const pcre_uchar *scode = first_significant_code( local
8691 const pcre_uchar *scode = first_significant_code( local
8820 const pcre_uchar *scode = first_significant_code(code + 1+LINK_SIZE + xl, local
    [all...]
pcre_exec.c 1098 const pcre_uchar *scode = ecode; local
    [all...]
  /frameworks/base/core/java/android/app/
ActivityManagerNative.java 2985 int scode = data.readInt(); local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 6071 milliseconds