Lines Matching refs:CurlCode
2580 CurlCode perform(ThrowOnError throwOnError = Yes.throwOnError)
2968 CurlCode getTiming(CurlInfo timing, ref double val) in getTiming()
3306 CurlCode code;
3410 CurlCode perform(ThrowOnError throwOnError = Yes.throwOnError)
3689 CurlCode getTiming(CurlInfo timing, ref double val) in getTiming()
3699 CurlCode code;
3817 CurlCode perform(ThrowOnError throwOnError = Yes.throwOnError)
4145 alias CurlCode = CURLcode; variable
4396 private void _check(CurlCode code) in _check()
4406 private string errorString(CurlCode code) in errorString()
4516 CurlCode perform(ThrowOnError throwOnError = Yes.throwOnError)
4519 CurlCode code = curl.easy_perform(this.handle);
4531 CurlCode getTiming(CurlInfo timing, ref double val) in getTiming()
4533 CurlCode code; in getTiming()
5258 CurlCode code; in _async()