tm_isdst          101 ext/calendar/easter.c 		te.tm_isdst = -1;
tm_isdst          976 ext/com_dotnet/com_variant.c 		tmv.tm_isdst = -1;
tm_isdst         1643 ext/date/php_date.c 		ta.tm_isdst = 0;
tm_isdst         1653 ext/date/php_date.c 		ta.tm_isdst = offset->is_dst;
tm_isdst          130 ext/fileinfo/libmagic/cdf_time.c 	tm.tm_isdst = 0;
tm_isdst          107 ext/fileinfo/libmagic/print.c 			daylight = tm1->tm_isdst;
tm_isdst         1044 ext/ftp/ftp.c  	tm.tm_isdst = -1;
tm_isdst         1052 ext/ftp/ftp.c  	gmt->tm_isdst = -1;
tm_isdst         1056 ext/ftp/ftp.c  	tm.tm_isdst = gmt->tm_isdst;
tm_isdst         1396 ext/interbase/ibase_query.c 			t.tm_isdst = -1;
tm_isdst          790 ext/openssl/openssl.c 	thetime.tm_isdst = -1;
tm_isdst          801 ext/openssl/openssl.c 	gmadjust = -(thetime.tm_isdst ? (long)timezone - 3600 : (long)timezone + 3600);
tm_isdst         2902 ext/soap/php_encoding.c 		snprintf(tzbuf, sizeof(tzbuf), "%c%02d:%02d", ((ta->tm_isdst ? _timezone - 3600:_timezone)>0)?'-':'+', abs((ta->tm_isdst ? _timezone - 3600 : _timezone) / 3600), abs(((ta->tm_isdst ? _timezone - 3600 : _timezone) % 3600) / 60));
tm_isdst         2904 ext/soap/php_encoding.c 		snprintf(tzbuf, sizeof(tzbuf), "%c%02d:%02d", ((ta->tm_isdst ? timezone - 3600:timezone)>0)?'-':'+', abs((ta->tm_isdst ? timezone - 3600 : timezone) / 3600), abs(((ta->tm_isdst ? timezone - 3600 : timezone) % 3600) / 60));
tm_isdst          846 ext/standard/ftp_fopen_wrapper.c 		tm.tm_isdst = -1;
tm_isdst          854 ext/standard/ftp_fopen_wrapper.c 		gmt->tm_isdst = -1;
tm_isdst          858 ext/standard/ftp_fopen_wrapper.c 		tm.tm_isdst = gmt->tm_isdst;
tm_isdst          212 ext/xmlrpc/libxmlrpc/xmlrpc.c    tm.tm_isdst = -1;
tm_isdst          815 ext/zip/lib/zip_dirent.c     tm.tm_isdst = -1;