Home
last modified time | relevance | path

Searched refs:CURLM_OUT_OF_MEMORY (Results 1 – 11 of 11) sorted by relevance

/third_party/curl/include/curl/
Dmulti.h67 CURLM_OUT_OF_MEMORY, /* if you ever get this, you're in deep sh*t */ enumerator
/third_party/curl/lib/
Deasy.c663 result = (mcode == CURLM_OUT_OF_MEMORY) ? CURLE_OUT_OF_MEMORY : in easy_transfer()
730 if(mcode == CURLM_OUT_OF_MEMORY) in easy_perform()
Dstrerror.c383 case CURLM_OUT_OF_MEMORY: in curl_multi_strerror()
Dmulti.c1164 return CURLM_OUT_OF_MEMORY;
2757 return CURLM_OUT_OF_MEMORY;
2781 return CURLM_OUT_OF_MEMORY;
/third_party/curl/docs/examples/
Dhiperfifo.c123 mycase(CURLM_OUT_OF_MEMORY); break; in mcode_or_die()
Dghiper.c104 case CURLM_OUT_OF_MEMORY: s = "CURLM_OUT_OF_MEMORY"; break; in mcode_or_die()
Devhiperfifo.c143 case CURLM_OUT_OF_MEMORY: in mcode_or_die()
Dephiperfifo.c122 mycase(CURLM_OUT_OF_MEMORY); break; in mcode_or_die()
/third_party/curl/docs/libcurl/
Dsymbols-in-versions354 CURLM_OUT_OF_MEMORY 7.9.6
/third_party/curl/src/
Dtool_operate.c2228 result = (mcode == CURLM_OUT_OF_MEMORY) ? CURLE_OUT_OF_MEMORY : in parallel_transfers()
/third_party/curl/packages/OS400/
Dcurl.inc.in1995 d CURLM_OUT_OF_MEMORY...