#include <config.h>
#include <stdlib.h>
#include <atf-c.h>
#include <isc/time.h>
#include <isc/result.h>
Go to the source code of this file.
Functions | |
ATF_TC (isc_time_parsehttptimestamp) | |
ATF_TC_HEAD (isc_time_parsehttptimestamp, tc) | |
ATF_TC_BODY (isc_time_parsehttptimestamp, tc) | |
ATF_TP_ADD_TCS (tp) |
ATF_TC | ( | isc_time_parsehttptimestamp | ) |
ATF_TC_HEAD | ( | isc_time_parsehttptimestamp | , | |
tc | ||||
) |
Definition at line 26 of file time_test.c.
ATF_TC_BODY | ( | isc_time_parsehttptimestamp | , | |
tc | ||||
) |
Definition at line 29 of file time_test.c.
References ISC_FORMATHTTPTIMESTAMP_SIZE, ISC_R_SUCCESS, isc_time_formathttptimestamp(), isc_time_now(), isc_time_parsehttptimestamp(), and isc_time_seconds().
ATF_TP_ADD_TCS | ( | tp | ) |