gmtoffset         678 ext/date/lib/parse_date.c const static timelib_tz_lookup_table* abbr_search(const char *word, timelib_long gmtoffset, int isdst)
gmtoffset         693 ext/date/lib/parse_date.c 				if (gmtoffset == -1) {
gmtoffset         697 ext/date/lib/parse_date.c 			if (tp->gmtoffset == gmtoffset) {
gmtoffset         709 ext/date/lib/parse_date.c 		if ((fmp->gmtoffset * 60) == gmtoffset && fmp->type == isdst) {
gmtoffset         731 ext/date/lib/parse_date.c 		value = -tp->gmtoffset / 60;
gmtoffset        25104 ext/date/lib/parse_date.c char *timelib_timezone_id_from_abbr(const char *abbr, timelib_long gmtoffset, int isdst)
gmtoffset        25108 ext/date/lib/parse_date.c 	tp = abbr_search(abbr, gmtoffset, isdst);
gmtoffset          90 ext/date/lib/timelib.h char *timelib_timezone_id_from_abbr(const char *abbr, timelib_long gmtoffset, int isdst);
gmtoffset         283 ext/date/lib/timelib_structs.h 	float       gmtoffset;
gmtoffset         323 ext/date/php_date.c 	ZEND_ARG_INFO(0, gmtoffset)
gmtoffset        3776 ext/date/php_date.c 	zend_long     gmtoffset = -1;
gmtoffset        3779 ext/date/php_date.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|ll", &abbr, &abbr_len, &gmtoffset, &isdst) == FAILURE) {
gmtoffset        3782 ext/date/php_date.c 	tzid = timelib_timezone_id_from_abbr(abbr, gmtoffset, isdst);
gmtoffset        4571 ext/date/php_date.c 		add_assoc_long_ex(&element, "offset", sizeof("offset") - 1, entry->gmtoffset);