Searched refs:CURLRESOLV_ERROR (Results 1 - 3 of 3) sorted by relevance

/external/curl/lib/
H A Dhostip.c439 * 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
620 rc = CURLRESOLV_ERROR;
H A Dhostip.h83 #define CURLRESOLV_ERROR -1 macro
H A Dsocks.c158 if(rc == CURLRESOLV_ERROR)
580 if(rc == CURLRESOLV_ERROR)

Completed in 97 milliseconds