Home
last modified time | relevance | path

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

/external/google-breakpad/src/third_party/curl/
Dmulti.h64 CURLM_OUT_OF_MEMORY, /* if you ever get this, you're in deep sh*t */ enumerator
/external/curl/include/curl/
Dmulti.h67 CURLM_OUT_OF_MEMORY, /* if you ever get this, you're in deep sh*t */ enumerator
/external/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()
/external/curl/lib/
Deasy.c607 result = (mcode == CURLM_OUT_OF_MEMORY) ? CURLE_OUT_OF_MEMORY : in easy_transfer()
674 if(mcode == CURLM_OUT_OF_MEMORY) in easy_perform()
Dstrerror.c380 case CURLM_OUT_OF_MEMORY: in curl_multi_strerror()
Dmulti.c1163 return CURLM_OUT_OF_MEMORY;
2757 return CURLM_OUT_OF_MEMORY;
2781 return CURLM_OUT_OF_MEMORY;
/external/curl/docs/libcurl/
Dsymbols-in-versions349 CURLM_OUT_OF_MEMORY 7.9.6
/external/elfutils/debuginfod/
Ddebuginfod-client.c872 case CURLM_OUT_OF_MEMORY: rc = -ENOMEM; break; in debuginfod_query_server()
/external/curl/src/
Dtool_operate.c2280 result = (mcode == CURLM_OUT_OF_MEMORY) ? CURLE_OUT_OF_MEMORY : in parallel_transfers()
/external/curl/packages/OS400/
Dcurl.inc.in1811 d CURLM_OUT_OF_MEMORY...