Searched refs:CURLE_OK (Results 101 - 125 of 143) sorted by relevance

123456

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/unit/
H A Dunit1303.c35 return CURLE_OK;
H A Dunit1304.c34 return CURLE_OK;
H A Dunit1307.c213 return CURLE_OK;
H A Dunit1300.c48 return CURLE_OK;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dstrerror.c53 case CURLE_OK:
318 if(error == CURLE_OK)
582 if(err == CURLE_OK)
H A Dasyn-ares.c114 return CURLE_OK;
146 return CURLE_OK;
175 return CURLE_OK;
219 * Returns: CURLE_OK always!
340 return CURLE_OK;
357 CURLcode rc=CURLE_OK;
H A Dasyn-thread.c97 return CURLE_OK;
118 return CURLE_OK;
142 return CURLE_OK;
482 CURLcode rc = CURLE_OK;
570 return CURLE_OK;
H A Dssluse.c788 return CURLE_OK;
815 return CURLE_OK;
1122 CURLcode res = CURLE_OK;
1415 CURLcode retcode = CURLE_OK;
1714 return CURLE_OK;
1740 return CURLE_OK;
1744 return CURLE_OK;
1809 return CURLE_OK;
1837 CURLcode res = CURLE_OK;
2202 return CURLE_OK;
[all...]
H A Drtsp.c180 return CURLE_OK;
222 CURLcode result=CURLE_OK;
689 return CURLE_OK;
711 return CURLE_OK;
739 return CURLE_OK;
810 return CURLE_OK;
H A Dhttp_digest.c302 if(rc != CURLE_OK) { \
336 return CURLE_OK;
539 return CURLE_OK;
H A Dsslgen.c387 return CURLE_OK;
431 return CURLE_OK;
464 return CURLE_OK;
474 return CURLE_OK;
H A Dmulti.c979 easy->result = CURLE_OK;
1033 if(CURLE_OK == easy->result) {
1048 if(CURLE_OK == easy->result) {
1052 if(CURLE_OK != easy->result)
1099 if(CURLE_OK != easy->result)
1120 if(CURLE_OK != easy->result) {
1139 easy->result = CURLE_OK;
1143 else if(CURLE_OK == easy->result) {
1164 if(CURLE_OK != easy->result) {
1199 if((easy->result == CURLE_OK)
[all...]
H A Dssh.c236 return CURLE_OK;
269 return CURLE_OK;
459 return CURLE_OK;
509 CURLcode result = CURLE_OK;
640 CURLcode result = CURLE_OK;
661 sshc->actualcode = CURLE_OK;
1901 if(result == CURLE_OK) {
2529 CURLcode result = CURLE_OK;
2544 CURLcode result = CURLE_OK;
2571 if((CURLE_OK
[all...]
H A Dgetinfo.c71 return CURLE_OK;
278 return CURLE_OK;
H A Dgtls.c278 return CURLE_OK;
295 return CURLE_OK;
304 return CURLE_OK;
342 return CURLE_OK;
515 return CURLE_OK;
541 CURLcode result = CURLE_OK;
830 return CURLE_OK;
855 return CURLE_OK;
H A Dhttp_chunks.c111 CURLcode result=CURLE_OK;
214 result = CURLE_OK;
H A Dtelnet.c231 return CURLE_OK;
257 return CURLE_OK;
772 CURLcode result = CURLE_OK;
934 if(result != CURLE_OK) \
1077 return CURLE_OK;
1088 CURLcode rc = CURLE_OK;
1090 while(rc == CURLE_OK && nread--) {
1115 } while(rc == CURLE_OK && total_written < out_count);
1133 return CURLE_OK;
1252 return CURLE_OK;
[all...]
H A Dcurl_addrinfo.c283 CURLcode result = CURLE_OK;
360 if(result != CURLE_OK) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_operhlp.c181 return CURLE_OK;
H A Dtool_doswin.c266 CURLcode result = CURLE_OK;
H A Dtool_urlglob.c394 return CURLE_OK;
473 /* TODO: verify if this should actally return CURLE_OK. */
474 return CURLE_OK; /* CURLE_OK to match previous behavior */
519 return CURLE_OK;
608 return CURLE_OK;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/libtest/
H A Dtest.h54 if((res = curl_easy_setopt((A),(B),(C))) != CURLE_OK) goto test_cleanup
57 if((res = curl_multi_setopt((A),(B),(C))) != CURLE_OK) goto test_cleanup
175 if((ec = curl_easy_setopt((A),(B),(C))) != CURLE_OK) { \
388 if((ec = curl_global_init((A))) != CURLE_OK) { \
H A Dlib568.c55 if (curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) {
H A Dlib571.c112 if (curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) {
H A Dlib572.c55 if (curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) {

Completed in 223 milliseconds

123456