Searched refs:if_modified_since (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.h139 time_t if_modified_since, range_if; member in struct:__anon19
H A Dlibhttpd.c1781 hc->if_modified_since = (time_t) -1;
2189 hc->if_modified_since = tdate_parse( cp );
2190 if ( hc->if_modified_since == (time_t) -1 )
3905 else if ( hc->if_modified_since != (time_t) -1 &&
3906 hc->if_modified_since >= hc->sb.st_mtime )

Completed in 35 milliseconds