Lines Matching refs:CurlCode
2609 CurlCode perform(ThrowOnError throwOnError = Yes.throwOnError)
2993 CurlCode getTiming(CurlInfo timing, ref double val) in getTiming()
3331 CurlCode code;
3432 CurlCode perform(ThrowOnError throwOnError = Yes.throwOnError)
3708 CurlCode getTiming(CurlInfo timing, ref double val) in getTiming()
3718 CurlCode code;
3834 CurlCode perform(ThrowOnError throwOnError = Yes.throwOnError)
4144 alias CurlCode = CURLcode; variable
4379 private void _check(CurlCode code) in _check()
4388 private string errorString(CurlCode code) in errorString()
4496 CurlCode perform(ThrowOnError throwOnError = Yes.throwOnError)
4499 CurlCode code = curl.easy_perform(this.handle);
4511 CurlCode getTiming(CurlInfo timing, ref double val) in getTiming()
4513 CurlCode code; in getTiming()
5116 CurlCode code;