Lines Matching refs:error
436 function returns the ftp_code. If an error occurs, -1 is returned. */
464 saying whether an error occurred or CURLE_OK if |len| was read. */
489 CURLcode saying whether an error occurred or CURLE_OK if |len| was
608 CURLcode error;
623 return; /* error */
626 error = Curl_base64_encode(buffer, curlx_sitouz(bytes),
628 if(error) {
630 return; /* error */
693 CURLcode error;
698 /* not initialized, return error */
703 error = Curl_base64_decode(buffer + 4, (unsigned char **)&buf, &decoded_sz);
704 if(error || decoded_sz == 0)
867 /* Mechanism has dumped the error to stderr, don't error here. */