Lines Matching refs:scode
132 CURLSHcode scode = CURLSHE_OK; in test() local
157 if(CURLSHE_OK == scode) { in test()
159 scode = curl_share_setopt(share, CURLSHOPT_LOCKFUNC, my_lock); in test()
161 if(CURLSHE_OK == scode) { in test()
163 scode = curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, my_unlock); in test()
165 if(CURLSHE_OK == scode) { in test()
167 scode = curl_share_setopt(share, CURLSHOPT_USERDATA, &user); in test()
169 if(CURLSHE_OK == scode) { in test()
171 scode = curl_share_setopt(share, CURLSHOPT_SHARE, in test()
175 if(CURLSHE_OK != scode) { in test()
217 scode = curl_share_cleanup(share); in test()
218 if(scode==CURLSHE_OK) { in test()
234 scode = curl_share_cleanup(share); in test()
235 if(scode!=CURLSHE_OK) in test()
237 (int)scode); in test()