HomeSort by relevance Sort by last modified time
    Searched refs:CURLRESOLV_ERROR (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
hostip.c 439 * CURLRESOLV_ERROR (-1) = error, no pointer
452 int rc = CURLRESOLV_ERROR; /* default to failure */
479 return CURLRESOLV_ERROR;
499 return CURLRESOLV_ERROR;
562 * CURLRESOLV_ERROR (-1) = error, no pointer
623 rc = CURLRESOLV_ERROR;
hostip.h 83 #define CURLRESOLV_ERROR -1
socks.c 162 if(rc == CURLRESOLV_ERROR)
593 if(rc == CURLRESOLV_ERROR)

Completed in 111 milliseconds