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

/haiku/src/apps/poorman/libhttpd/
H A Dtdate_parse.h0 /* tdate_parse.h - parse string dates into internal form, stripped-down version
35 extern time_t tdate_parse( char* str );
H A Dtdate_parse.c0 /* tdate_parse - parse string dates into internal form, stripped-down version
43 #include "tdate_parse.h"
222 tdate_parse( char* str ) function
H A Dlibhttpd.c86 #include "tdate_parse.h"
2189 hc->if_modified_since = tdate_parse( cp );
2230 hc->range_if = tdate_parse( cp );

Completed in 161 milliseconds