Searched defs:scode (Results 1 - 15 of 15) sorted by relevance

/external/curl/tests/libtest/
H A Dlib586.c132 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...]
H A Dlib506.c174 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/opencv3/3rdparty/openexr/IlmImf/
H A DImfHuf.cpp332 // 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[m
[all...]
/external/lzma/CPP/Common/
H A DMyWindows.h174 SCODE scode; member in union:tagPROPVARIANT::__anon13085
/external/webrtc/webrtc/base/
H A Dhttpcommon.cc591 scode = HC_INTERNAL_SERVER_ERROR;
598 scode = src.scode;
603 void HttpResponseData::set_success(uint32_t scode) { argument
604 this->scode = scode;
611 uint32_t scode) {
612 this->scode = scode;
618 uint32_t scode) {
609 set_success(const std::string& content_type, StreamInterface* document, uint32_t scode) argument
617 set_redirect(const std::string& location, uint32_t scode) argument
625 set_error(uint32_t scode) argument
[all...]
H A Dhttpcommon.h407 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);
/external/pcre/dist/
H A Dpcre_exec.c1098 const pcre_uchar *scode = ecode; local
1099 if (*scode != OP_ONCE) /* If not at start, find it */
1101 while (*scode == OP_ALT) scode += GET(scode, 1);
1102 scode -= GET(scode, 1);
1104 if (md->once_target == scode) rrc = MATCH_NOMATCH;
H A Dpcre_compile.c2429 const pcre_uchar *scode = cd->start_code + GET(code, 1); local
2430 const pcre_uchar *endgroup = scode;
2442 if (GET(scode, 1) == 0) return TRUE; /* Unclosed */
2451 if (code >= scode && code <= endgroup) continue; /* Simple recursion */
2456 if (r->group == scode) break;
2465 this_recurse.group = scode;
2469 if (could_be_empty_branch(scode, endcode, utf, cd, &this_recurse))
2474 scode += GET(scode, 1);
2476 while (*scode
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...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 479 milliseconds