Home
last modified time | relevance | path

Searched refs:FETCH_OK (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libfetch/
H A Dfetch.h80 #define FETCH_OK 10 macro
H A Dcommon.c173 fetchLastErrCode = FETCH_OK; in fetch_syserr()
/freebsd/usr.bin/fetch/
H A Dfetch.c585 if (i_flag && *is_http && fetchLastErrCode == FETCH_OK && in fetch()