recurrences       104 ext/date/lib/parse_iso_intervals.c 	int                      recurrences;
recurrences       897 ext/date/lib/parse_iso_intervals.c 		s->recurrences = timelib_get_unsigned_nr((char **) &ptr, 9);
recurrences       915 ext/date/lib/parse_iso_intervals.c 						   timelib_rel_time **period, int *recurrences,
recurrences       994 ext/date/lib/parse_iso_intervals.c 	in.recurrences = 1;
recurrences      1025 ext/date/lib/parse_iso_intervals.c 		*recurrences = in.recurrences;
recurrences        97 ext/date/lib/timelib.h 						   timelib_rel_time **period, int *recurrences,
recurrences      1911 ext/date/php_date.c 		return (iterator->current_index < object->recurrences) ? SUCCESS : FAILURE;
recurrences      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)
recurrences      4403 ext/date/php_date.c 		*recurrences = r;
recurrences      4419 ext/date/php_date.c 	long  recurrences = 0, options = 0;
recurrences      4426 ext/date/php_date.c 	if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "OOl|l", &start, date_ce_interface, &interval, date_ce_interval, &recurrences, &options) == FAILURE) {
recurrences      4440 ext/date/php_date.c 		date_period_initialize(&(dpobj->start), &(dpobj->end), &(dpobj->interval), &recurrences, isostr, isostr_len TSRMLS_CC);
recurrences      4447 ext/date/php_date.c 		if (dpobj->end == NULL && recurrences == 0) {
recurrences      4490 ext/date/php_date.c 	dpobj->recurrences = recurrences + dpobj->include_start_date;
recurrences      4991 ext/date/php_date.c 	ZVAL_LONG(zv, (long) period_obj->recurrences);
recurrences      5058 ext/date/php_date.c 		period_obj->recurrences = Z_LVAL_PP(ht_entry);
recurrences       165 ext/date/php_date.h 	int               recurrences;