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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhostip.c396 * CURLRESOLV_ERROR (-1) = error, no pointer
411 int rc = CURLRESOLV_ERROR; /* default to failure */
457 return CURLRESOLV_ERROR;
477 return CURLRESOLV_ERROR;
540 * CURLRESOLV_ERROR (-1) = error, no pointer
624 rc = CURLRESOLV_ERROR;
H A Dhostip.h84 #define CURLRESOLV_ERROR -1 macro
H A Dsocks.c158 if(rc == CURLRESOLV_ERROR)
580 if(rc == CURLRESOLV_ERROR)

Completed in 66 milliseconds