Searched refs:scode (Results 1 – 6 of 6) sorted by relevance
/external/curl/tests/libtest/ |
D | lib586.c | 133 CURLSHcode scode = CURLSHE_OK; in test() local 159 if(CURLSHE_OK == scode) { in test() 161 scode = curl_share_setopt(share, CURLSHOPT_LOCKFUNC, my_lock); in test() 163 if(CURLSHE_OK == scode) { in test() 165 scode = curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, my_unlock); in test() 167 if(CURLSHE_OK == scode) { in test() 169 scode = curl_share_setopt(share, CURLSHOPT_USERDATA, &user); in test() 171 if(CURLSHE_OK == scode) { in test() 173 scode = curl_share_setopt(share, CURLSHOPT_SHARE, in test() 177 if(CURLSHE_OK != scode) { in test() [all …]
|
D | lib506.c | 176 CURLSHcode scode = CURLSHE_OK; in test() local 206 if(CURLSHE_OK == scode) { in test() 208 scode = curl_share_setopt(share, CURLSHOPT_LOCKFUNC, my_lock); in test() 210 if(CURLSHE_OK == scode) { in test() 212 scode = curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, my_unlock); in test() 214 if(CURLSHE_OK == scode) { in test() 216 scode = curl_share_setopt(share, CURLSHOPT_USERDATA, &user); in test() 218 if(CURLSHE_OK == scode) { in test() 220 scode = curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE); in test() 222 if(CURLSHE_OK == scode) { in test() [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | StatusLineParser.java | 51 String scode = this.lexer.number(); in statusCode() local 55 int retval = Integer.parseInt(scode); in statusCode() 80 int scode = statusCode(); in parse() local 81 retval.setStatusCode(scode); in parse()
|
/external/lzma/CPP/Windows/ |
D | PropVariant.cpp | 32 p->scode = E_OUTOFMEMORY; in PropVarEm_Alloc_Bstr() 48 p->scode = E_OUTOFMEMORY; in PropVarEm_Set_Str() 307 scode = hr; in InternalClear() 320 scode = hr; in InternalCopy()
|
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 8274 PCRE2_SPTR scode = first_significant_code( in is_anchored() local 8276 int op = *scode; in is_anchored() 8283 if (!is_anchored(scode, bracket_map, cb, atomcount, inassert)) in is_anchored() 8292 int n = GET2(scode, 1+LINK_SIZE); in is_anchored() 8294 if (!is_anchored(scode, new_map, cb, atomcount, inassert)) return FALSE; in is_anchored() 8301 if (!is_anchored(scode, bracket_map, cb, atomcount, TRUE)) return FALSE; in is_anchored() 8308 if (scode[GET(scode,1)] != OP_ALT) return FALSE; in is_anchored() 8309 if (!is_anchored(scode, bracket_map, cb, atomcount, inassert)) in is_anchored() 8317 if (!is_anchored(scode, bracket_map, cb, atomcount + 1, inassert)) in is_anchored() 8331 if (scode[1] != OP_ALLANY || (bracket_map & cb->backref_map) != 0 || in is_anchored() [all …]
|
/external/lzma/CPP/Common/ |
D | MyWindows.h | 189 SCODE scode; member
|