Home
last modified time | relevance | path

Searched refs:scode (Results 1 - 6 of 6) sorted by relevance

/third_party/curl/tests/libtest/
H A Dlib586.c135 CURLSHcode scode = CURLSHE_OK; in test() local
161 if(CURLSHE_OK == scode) { in test()
163 scode = curl_share_setopt(share, CURLSHOPT_LOCKFUNC, my_lock); in test()
165 if(CURLSHE_OK == scode) { in test()
167 scode = curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, my_unlock); in test()
169 if(CURLSHE_OK == scode) { in test()
171 scode = curl_share_setopt(share, CURLSHOPT_USERDATA, &user); in test()
173 if(CURLSHE_OK == scode) { in test()
175 scode = curl_share_setopt(share, CURLSHOPT_SHARE, in test()
179 if(CURLSHE_OK != scode) { in test()
[all...]
H A Dlib506.c178 CURLSHcode scode = CURLSHE_OK; in test() local
208 if(CURLSHE_OK == scode) { in test()
210 scode = curl_share_setopt(share, CURLSHOPT_LOCKFUNC, my_lock); in test()
212 if(CURLSHE_OK == scode) { in test()
214 scode = curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, my_unlock); in test()
216 if(CURLSHE_OK == scode) { in test()
218 scode = curl_share_setopt(share, CURLSHOPT_USERDATA, &user); in test()
220 if(CURLSHE_OK == scode) { in test()
222 scode = curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE); in test()
224 if(CURLSHE_OK == scode) { in test()
[all...]
/third_party/lzma/CPP/Windows/
H A DPropVariant.cpp32 p->scode = E_OUTOFMEMORY; in PropVarEm_Alloc_Bstr()
48 p->scode = E_OUTOFMEMORY; in PropVarEm_Set_Str()
106 // scode = E_OUTOFMEMORY; in operator =()
163 // scode = E_OUTOFMEMORY; in operator =()
190 // scode = E_OUTOFMEMORY; in AllocBstr()
342 scode = hr; in InternalClear()
355 scode = hr; in InternalCopy()
/third_party/pcre2/pcre2/src/
H A Dpcre2_compile.c8400 PCRE2_SPTR scode = first_significant_code( in is_anchored() local
8402 int op = *scode; in is_anchored()
8409 if (!is_anchored(scode, bracket_map, cb, atomcount, inassert)) in is_anchored()
8418 int n = GET2(scode, 1+LINK_SIZE); in is_anchored()
8420 if (!is_anchored(scode, new_map, cb, atomcount, inassert)) return FALSE; in is_anchored()
8427 if (!is_anchored(scode, bracket_map, cb, atomcount, TRUE)) return FALSE; in is_anchored()
8434 if (scode[GET(scode,1)] != OP_ALT) return FALSE; in is_anchored()
8435 if (!is_anchored(scode, bracket_map, cb, atomcount, inassert)) in is_anchored()
8443 if (!is_anchored(scode, bracket_ma in is_anchored()
8505 PCRE2_SPTR scode = first_significant_code( is_startline() local
8790 PCRE2_SPTR scode = first_significant_code(code + 1+LINK_SIZE + xl, TRUE); find_firstassertedcu() local
[all...]
/third_party/lzma/CPP/Common/
H A DMyWindows.h246 SCODE scode; member
/third_party/astc-encoder/Source/
H A Dtinyexr.h8446 // Build an array, scode, such that scode[i] contains the number in hufBuildEncTable()
8475 std::vector<long long> scode(HUF_ENCSIZE); in hufBuildEncTable()
8476 memset(scode.data(), 0, sizeof(long long) * HUF_ENCSIZE); in hufBuildEncTable()
8496 // The entries in scode are linked into lists with the in hufBuildEncTable()
8500 // Traverse the lists that start at scode[m] and scode[mm]. in hufBuildEncTable()
8502 // corresponding code by one bit. (If we visit scode[j] in hufBuildEncTable()
8506 // Merge the lists that start at scode[m] and scode[m in hufBuildEncTable()
[all...]

Completed in 26 milliseconds