Home
last modified time | relevance | path

Searched refs:HTTP_FILE_NOT_FOUND (Results 1 – 4 of 4) sorted by relevance

/dports/net/serveez/serveez-0.2.2/src/http-server/
H A Dhttp-core.h107 #define HTTP_FILE_NOT_FOUND HTTP_VERSION " 404 Not Found\r\n" macro
H A Dhttp-proto.c1045 svz_sock_printf (sock, HTTP_FILE_NOT_FOUND "\r\n"); in http_get_response()
1079 svz_sock_printf (sock, HTTP_FILE_NOT_FOUND "\r\n"); in http_get_response()
1118 svz_sock_printf (sock, HTTP_FILE_NOT_FOUND "\r\n"); in http_get_response()
/dports/games/openlierox/OpenLieroX/include/
H A DHTTP.h107 HTTP_FILE_NOT_FOUND = 404 enumerator
/dports/games/openlierox/OpenLieroX/src/common/
H A DFileDownload.cpp171 if (tHttp.GetError().iError == HTTP_FILE_NOT_FOUND) { in ProcessDownload()