timelib_rel_time   24 date/lib/interval.c timelib_rel_time *timelib_diff(timelib_time *one, timelib_time *two)
timelib_rel_time   26 date/lib/interval.c 	timelib_rel_time *rt;
timelib_rel_time   97 date/lib/parse_iso_intervals.c 	struct timelib_rel_time *period;
timelib_rel_time   41 date/lib/timelib.c timelib_rel_time* timelib_rel_time_ctor(void)
timelib_rel_time   43 date/lib/timelib.c 	timelib_rel_time *t;
timelib_rel_time   44 date/lib/timelib.c 	t = calloc(1, sizeof(timelib_rel_time));
timelib_rel_time   62 date/lib/timelib.c timelib_rel_time* timelib_rel_time_clone(timelib_rel_time *rel)
timelib_rel_time   64 date/lib/timelib.c 	timelib_rel_time *tmp = timelib_rel_time_ctor();
timelib_rel_time   65 date/lib/timelib.c 	memcpy(tmp, rel, sizeof(timelib_rel_time));
timelib_rel_time  113 date/lib/timelib.h timelib_rel_time* timelib_rel_time_ctor(void);
timelib_rel_time  115 date/lib/timelib.h timelib_rel_time* timelib_rel_time_clone(timelib_rel_time *tz);
timelib_rel_time  138 date/lib/timelib.h timelib_rel_time *timelib_diff(timelib_time *one, timelib_time *two);
timelib_rel_time  161 date/lib/timelib_structs.h 	timelib_rel_time relative;
timelib_rel_time 2761 date/php_date.c 	memcpy(&dateobj->time->relative, &tmp_time->relative, sizeof(struct timelib_rel_time));
timelib_rel_time 2819 date/php_date.c 		memcpy(&dateobj->time->relative, intobj->diff, sizeof(struct timelib_rel_time));
timelib_rel_time 2824 date/php_date.c 		memset(&dateobj->time->relative, 0, sizeof(struct timelib_rel_time));
timelib_rel_time 2870 date/php_date.c 	memset(&dateobj->time->relative, 0, sizeof(struct timelib_rel_time));
timelib_rel_time 3413 date/php_date.c 	timelib_rel_time *p = NULL;
timelib_rel_time 3572 date/php_date.c 	timelib_rel_time *reltime;
timelib_rel_time 3764 date/php_date.c 	timelib_rel_time *p = NULL;
timelib_rel_time  136 date/php_date.h 	timelib_rel_time *diff;
timelib_rel_time  146 date/php_date.h 	timelib_rel_time *interval;