timelib_rel_time 28 ext/date/lib/interval.c timelib_rel_time *timelib_diff(timelib_time *one, timelib_time *two) timelib_rel_time 30 ext/date/lib/interval.c timelib_rel_time *rt; timelib_rel_time 95 ext/date/lib/interval.c timelib_time *timelib_add(timelib_time *old_time, timelib_rel_time *interval) timelib_rel_time 101 ext/date/lib/interval.c memcpy(&t->relative, interval, sizeof(struct timelib_rel_time)); timelib_rel_time 106 ext/date/lib/interval.c memset(&t->relative, 0, sizeof(struct timelib_rel_time)); timelib_rel_time 132 ext/date/lib/interval.c timelib_time *timelib_sub(timelib_time *old_time, timelib_rel_time *interval) timelib_rel_time 141 ext/date/lib/interval.c memset(&t->relative, 0, sizeof(struct timelib_rel_time)); timelib_rel_time 103 ext/date/lib/parse_iso_intervals.c struct timelib_rel_time *period; timelib_rel_time 915 ext/date/lib/parse_iso_intervals.c timelib_rel_time **period, int *recurrences, timelib_rel_time 47 ext/date/lib/timelib.c timelib_rel_time* timelib_rel_time_ctor(void) timelib_rel_time 49 ext/date/lib/timelib.c timelib_rel_time *t; timelib_rel_time 50 ext/date/lib/timelib.c t = timelib_calloc(1, sizeof(timelib_rel_time)); timelib_rel_time 85 ext/date/lib/timelib.c timelib_rel_time* timelib_rel_time_clone(timelib_rel_time *rel) timelib_rel_time 87 ext/date/lib/timelib.c timelib_rel_time *tmp = timelib_rel_time_ctor(); timelib_rel_time 88 ext/date/lib/timelib.c memcpy(tmp, rel, sizeof(timelib_rel_time)); timelib_rel_time 110 ext/date/lib/timelib.c void timelib_rel_time_dtor(timelib_rel_time* t) timelib_rel_time 294 ext/date/lib/timelib.c void timelib_dump_rel_time(timelib_rel_time *d) timelib_rel_time 97 ext/date/lib/timelib.h timelib_rel_time **period, int *recurrences, timelib_rel_time 104 ext/date/lib/timelib.h void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt); timelib_rel_time 133 ext/date/lib/timelib.h timelib_rel_time* timelib_rel_time_ctor(void); timelib_rel_time 134 ext/date/lib/timelib.h void timelib_rel_time_dtor(timelib_rel_time* t); timelib_rel_time 135 ext/date/lib/timelib.h timelib_rel_time* timelib_rel_time_clone(timelib_rel_time *tz); timelib_rel_time 150 ext/date/lib/timelib.h void timelib_dump_rel_time(timelib_rel_time *d); timelib_rel_time 160 ext/date/lib/timelib.h timelib_rel_time *timelib_diff(timelib_time *one, timelib_time *two); timelib_rel_time 161 ext/date/lib/timelib.h timelib_time *timelib_add(timelib_time *t, timelib_rel_time *interval); timelib_rel_time 162 ext/date/lib/timelib.h timelib_time *timelib_sub(timelib_time *t, timelib_rel_time *interval); timelib_rel_time 247 ext/date/lib/timelib_structs.h timelib_rel_time relative; timelib_rel_time 174 ext/date/lib/tm2unixtime.c void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt) timelib_rel_time 3113 ext/date/php_date.c memcpy(&dateobj->time->relative, &tmp_time->relative, sizeof(struct timelib_rel_time)); timelib_rel_time 4007 ext/date/php_date.c static int date_interval_initialize(timelib_rel_time **rt, /*const*/ char *format, int format_length TSRMLS_DC) timelib_rel_time 4010 ext/date/php_date.c timelib_rel_time *p = NULL; timelib_rel_time 4173 ext/date/php_date.c timelib_rel_time *reltime; timelib_rel_time 4305 ext/date/php_date.c static char *date_interval_format(char *format, int format_len, timelib_rel_time *t) timelib_rel_time 4386 ext/date/php_date.c static int date_period_initialize(timelib_time **st, timelib_time **et, timelib_rel_time **d, long *recurrences, /*const*/ char *format, int format_length TSRMLS_DC) timelib_rel_time 4389 ext/date/php_date.c timelib_rel_time *p = NULL; timelib_rel_time 153 ext/date/php_date.h timelib_rel_time *diff; timelib_rel_time 164 ext/date/php_date.h timelib_rel_time *interval;