Searched refs:CURLE_OK (Results 76 - 100 of 143) sorted by relevance

123456

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/libtest/
H A Dlib554.c70 CURLcode res=CURLE_OK;
78 if (curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) {
H A Dlib500.c65 if (curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) {
H A Dlib539.c33 if (curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) {
H A Dlib506.c127 if( code != CURLE_OK ) {
164 if (curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) {
H A Dlib547.c88 if (curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) {
H A Dlib553.c65 if(curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) {
H A Dlib569.c53 if (curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) {
H A Dlib570.c41 if (curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) {
H A Dlib576.c102 CURLcode res = CURLE_OK;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dftp.c154 #define FTPSENDF(x,y,z) if((result = Curl_ftpsendf(x,y,z)) != CURLE_OK) \
156 #define PPSENDF(x,y,z) if((result = Curl_pp_sendf(x,y,z)) != CURLE_OK) \
370 return CURLE_OK;
407 CURLcode result = CURLE_OK;
469 CURLcode result = CURLE_OK;
620 return CURLE_OK;
631 return CURLE_OK;
681 CURLcode result = CURLE_OK;
731 CURLcode result = CURLE_OK;
1109 CURLcode result = CURLE_OK;
[all...]
H A Dopenldap.c181 return CURLE_OK;
234 if(CURLE_OK != result)
258 return CURLE_OK;
317 return CURLE_OK;
327 return CURLE_OK;
354 return CURLE_OK;
370 return CURLE_OK;
377 CURLcode status = CURLE_OK;
413 return CURLE_OK;
433 return CURLE_OK;
[all...]
H A Dnss.c360 return CURLE_OK;
387 if(CURLE_OK == err && !cacert) {
508 if(CURLE_OK != rv) {
525 ? CURLE_OK
562 if(CURLE_OK != rv) {
576 if(CURLE_OK != rv) {
584 return CURLE_OK;
882 return CURLE_OK;
896 return CURLE_OK;
903 return CURLE_OK;
[all...]
H A Dsocks_sspi.c292 if((code != CURLE_OK) || (4 != written)) {
305 if((code != CURLE_OK) || (sspi_send_token.cbBuffer != (size_t)written)) {
337 if(result != CURLE_OK || actualread != 4) {
383 if(result != CURLE_OK || actualread != us_length) {
554 if((code != CURLE_OK) || (4 != written)) {
564 if((code != CURLE_OK) || (1 != written)) {
573 if((code != CURLE_OK) || (sspi_send_token.cbBuffer != (size_t)written)) {
583 if(result != CURLE_OK || actualread != 4) {
617 if(result != CURLE_OK || actualread != us_length) {
684 return CURLE_OK;
[all...]
H A Daxtls.c161 return CURLE_OK;
323 != CURLE_OK)
326 return CURLE_OK;
347 *err = CURLE_OK;
464 *err = CURLE_OK;
H A Dcontent_encoding.c98 CURLcode result = CURLE_OK; /* Curl_client_write status */
121 /* if !CURLE_OK, clean up, return */
360 return CURLE_OK;
397 return CURLE_OK;
418 return CURLE_OK;
432 (void) exit_zlib(z, &k->zlib_init, CURLE_OK);
H A Dhttp.c275 return CURLE_OK;
344 return CURLE_OK;
349 return CURLE_OK;
400 return CURLE_OK;
404 return CURLE_OK;
423 return CURLE_OK;
438 CURLcode code = CURLE_OK;
442 return CURLE_OK;
445 return data->set.http_fail_on_error?CURLE_HTTP_RETURNED_ERROR:CURLE_OK;
518 CURLcode result = CURLE_OK;
[all...]
H A Durl.c278 copy of `s'. Return CURLE_OK or CURLE_OUT_OF_MEMORY. */
291 return CURLE_OK;
298 CURLcode result = CURLE_OK;
306 return CURLE_OK;
326 if(result == CURLE_OK)
337 CURLcode r = CURLE_OK;
350 if(r != CURLE_OK)
467 return CURLE_OK;
526 return CURLE_OK;
585 return CURLE_OK;
[all...]
H A Dconnect.c261 return CURLE_OK;
396 return CURLE_OK;
522 return CURLE_OK;
652 CURLcode code = CURLE_OK;
665 return CURLE_OK;
708 return CURLE_OK;
824 * Note that even on connect fail it returns CURLE_OK, but with 'sock' set to
843 CURLcode res = CURLE_OK;
888 return CURLE_OK;
903 return CURLE_OK;
[all...]
H A Dhostasyn.c84 CURLcode rc = CURLE_OK;
H A Dsslgen.h87 #define Curl_ssl_initsessions(x,y) CURLE_OK
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/unit/
H A Dunit1308.c28 return CURLE_OK;
H A Dunit1309.c29 return CURLE_OK;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/docs/examples/
H A Dftp-wildcard.c40 int rc = CURLE_OK;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_dirhie.c106 CURLcode result = CURLE_OK;
H A Dtool_setopt.c44 CURLcode ret = CURLE_OK;

Completed in 138 milliseconds

123456