Home
last modified time | relevance | path

Searched refs:CURLE_TOO_LARGE (Results 1 – 16 of 16) sorted by relevance

/curl/tests/data/
H A Dtest115450 # 100 == CURLE_TOO_LARGE
/curl/tests/unit/
H A Dunit2604.c56 { "-too-long-", "", "", "", CURLE_TOO_LARGE},
/curl/lib/
H A Ddynbuf.c84 return CURLE_TOO_LARGE; in dyn_nappend()
203 return CURLE_TOO_LARGE; in Curl_dyn_vaddf()
H A Dcw-out.c333 return CURLE_TOO_LARGE; in cw_out_append()
H A Dstrerror.c322 case CURLE_TOO_LARGE: in curl_easy_strerror()
H A Durlapi.c132 #define cc2cu(x) ((x) == CURLE_TOO_LARGE ? CURLUE_TOO_LARGE : \
388 return (uc == CURLUE_TOO_LARGE) ? CURLE_TOO_LARGE : CURLE_OUT_OF_MEMORY; in concat_url()
H A Dmprintf.c1092 infop->merr = result == CURLE_TOO_LARGE ? MERR_TOO_LARGE : MERR_MEM; in alloc_addbyter()
H A Dkrb5.c529 return CURLE_TOO_LARGE; in read_data()
H A Dc-hyper.c157 data->state.hresult = CURLE_TOO_LARGE; in hyper_each_header()
H A Dtelnet.c1246 return CURLE_TOO_LARGE; in send_telnet_data()
H A Ddoh.c1074 return CURLE_TOO_LARGE; in local_decode_rdata_name()
H A Dhttp.c2743 if(CURLE_TOO_LARGE == result) in Curl_http()
/curl/docs/libcurl/
H A Dsymbols-in-versions331 CURLE_TOO_LARGE 8.6.0
H A Dlibcurl-errors.md486 ## CURLE_TOO_LARGE (100)
/curl/include/curl/
H A Dcurl.h642 CURLE_TOO_LARGE, /* 100 - a value/data met its maximum */ enumerator
/curl/packages/OS400/
H A Dcurl.inc.in672 d CURLE_TOO_LARGE...

Completed in 91 milliseconds