Home
last modified time | relevance | path

Searched refs:dst (Results 1 – 25 of 79) sorted by path

1234

/PHP-5.5/
H A DNEWS1132 . Fixed bug #67245 (usage of memcpy() with overlapping src and dst in
/PHP-5.5/Zend/
H A Dzend_llist.c158 ZEND_API void zend_llist_copy(zend_llist *dst, zend_llist *src) in zend_llist_copy() argument
162 zend_llist_init(dst, src->size, src->dtor, src->persistent); in zend_llist_copy()
165 zend_llist_add_element(dst, ptr->data); in zend_llist_copy()
H A Dzend_llist.h57 ZEND_API void zend_llist_copy(zend_llist *dst, zend_llist *src);
H A Dzend_operators.c336 zval dst; \
337 if (Z_OBJ_HT_P(op)->cast_object(op, &dst, ctype TSRMLS_CC) == FAILURE) { \
344 op->value = dst.value; \
/PHP-5.5/build/
H A Dshtool835 dst=$dstpath
840 dst="$dst/$dstfile"
844 if [ ".$src" = ".$dst" ]; then
854 dsttmp=`echo $dst |\
860 echo "$src -> $dst" 1>&2
922 if [ -r $dst ]; then
923 if cmp -s "$src" "$dst"; then
937 echo "rm -f $dst && mv $dsttmp $dst" 1>&2
939 rm -f $dst && mv $dsttmp $dst
/PHP-5.5/ext/bcmath/libbcmath/
H A Dinstall-sh42 dst=""
88 dst=$1
104 dst=$src
107 if [ -d $dst ]; then
126 if [ x"$dst" = x ]
137 if [ -d $dst ]
139 dst="$dst"/`basename $src`
182 $doit $instcmd $dst &&
194 dstfile=`basename $dst`
196 dstfile=`basename $dst $transformbasename |
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h153 PHP_COM_DOTNET_API int php_com_copy_variant(VARIANT *dst, VARIANT *src TSRMLS_DC);
/PHP-5.5/ext/date/lib/
H A Dinterval.c64 if (one_backup.dst == 0 && two_backup.dst == 1 && two->sse >= one->sse + 86400 - dst_corr) { in timelib_diff()
74 if (one_backup.dst == 1 && two_backup.dst == 0 && two->sse >= one->sse + 86400) { in timelib_diff()
117 if (old_time->dst == 1 && t->dst == 0 && !interval->y && !interval->m && !interval->d) { in timelib_add()
150 if (old_time->dst == 1 && t->dst == 0 && !interval->y && !interval->m && !interval->d) { in timelib_sub()
155 if (old_time->dst == 0 && t->dst == 1 && !interval->y && !interval->m && !interval->d ) { in timelib_sub()
H A Dparse_date.c711 static long timelib_lookup_abbr(char **ptr, int *dst, char **tz_abbr, int *found) in timelib_lookup_abbr() argument
727 *dst = tp->type; in timelib_lookup_abbr()
756 t->dst = 0; in timelib_parse_zone()
764 t->dst = 0; in timelib_parse_zone()
775 offset = timelib_lookup_abbr(ptr, dst, &tz_abbr, &found); in timelib_parse_zone()
21326 s->time->dst = 0; in scan()
24764 in.time->dst = TIMELIB_UNSET; in timelib_strtotime()
24852 in.time->dst = TIMELIB_UNSET; in timelib_parse_from_format()
25016 s->time->dst = 0; in timelib_parse_from_format()
25177 if (parsed->dst == TIMELIB_UNSET) parsed->dst = now->dst != TIMELIB_UNSET ? now->dst : 0; in timelib_fill_holes()
[all …]
H A Dparse_date.re709 static long timelib_lookup_abbr(char **ptr, int *dst, char **tz_abbr, int *found)
725 *dst = tp->type;
754 t->dst = 0;
762 t->dst = 0;
773 offset = timelib_lookup_abbr(ptr, dst, &tz_abbr, &found);
1019 s->time->dst = 0;
1773 in.time->dst = TIMELIB_UNSET;
1861 in.time->dst = TIMELIB_UNSET;
2025 s->time->dst = 0;
2186 if (parsed->dst == TIMELIB_UNSET) parsed->dst = now->dst != TIMELIB_UNSET ? now->dst : 0;
[all …]
H A Dparse_iso_intervals.c193 static long timelib_get_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const timeli… in timelib_get_zone() argument
210 t->dst = 0; in timelib_get_zone()
218 t->dst = 0; in timelib_get_zone()
1059 in.begin->dst = 0; in timelib_strtointerval()
1072 in.end->dst = 0; in timelib_strtointerval()
H A Dparse_iso_intervals.re191 static long timelib_get_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const timeli…
208 t->dst = 0;
216 t->dst = 0;
453 in.begin->dst = 0;
466 in.end->dst = 0;
H A Dparse_tz.c513 return (t->z + t->dst) * -60; in timelib_get_current_offset()
H A Dtimelib.c218 printf(" GMT %05d%s", d->z, d->dst == 1 ? " (DST)" : ""); in timelib_dump_date()
232 printf(" %05d%s", d->z, d->dst == 1 ? " (DST)" : ""); in timelib_dump_date()
H A Dtimelib.h111 long timelib_parse_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const timelib_tzd…
H A Dtimelib_structs.h170 signed int dst; /* Flag if we were parsing a DST zone */ member
188 int dst; member
H A Dtm2unixtime.c383 tmp -= tz->dst * 60; in do_adjust_timezone()
424 tz->dst = gmt_offset->is_dst; in do_adjust_timezone()
465 time.y, time.m, time.d, time.h, time.i, time.s, time.f, time.z, time.dst);
H A Dunixtime2tm.c130 tm->dst = 0; in timelib_unixtime2gmt()
141 signed int dst = tm->dst; in timelib_update_from_sse() local
148 timelib_unixtime2gmt(tm, tm->sse - (tm->z * 60) + (tm->dst * 3600)); in timelib_update_from_sse()
172 tm->dst = dst; in timelib_update_from_sse()
184 signed int dst = tm->dst; in timelib_unixtime2local() local
186 timelib_unixtime2gmt(tm, ts - (tm->z * 60) + (tm->dst * 3600)); in timelib_unixtime2local()
189 tm->dst = dst; in timelib_unixtime2local()
199 tm->dst = gmt_offset->is_dst; in timelib_unixtime2local()
227 t->dst = 0; in timelib_set_timezone_from_offset()
241 t->dst = abbr_info.dst; in timelib_set_timezone_from_abbr()
[all …]
/PHP-5.5/ext/date/
H A Dphp_date.c1078 offset->is_dst = t->dst; in date_format()
1289 offset->is_dst = t->dst; in php_idate()
1295 offset->is_dst = t->dst; in php_idate()
1561 if (dst != -1) { in php_mktime()
1565 if (dst == 1) { in php_mktime()
1572 if (dst == 1 && tmp_offset->is_dst == 0) { in php_mktime()
2309 new_obj->tzi.z.dst = old_obj->tzi.z.dst; in date_object_clone_timezone()
2604 new_dst = tzobj->tzi.z.dst; in php_date_initialize()
2626 now->dst = new_dst; in php_date_initialize()
3282 tzobj->tzi.z.dst = t->dst; in set_timezone_from_timelib_time()
[all …]
/PHP-5.5/ext/date/tests/
H A D010.phpt14 ["dst"]=>
23 ["dst"]=>
32 ["dst"]=>
41 ["dst"]=>
50 ["dst"]=>
59 ["dst"]=>
68 ["dst"]=>
H A DDateTimeZone_listAbbreviations_basic1.phpt35 ["dst"]=>
44 ["dst"]=>
53 ["dst"]=>
62 ["dst"]=>
71 ["dst"]=>
80 ["dst"]=>
89 ["dst"]=>
98 ["dst"]=>
107 ["dst"]=>
116 ["dst"]=>
[all …]
H A Dbug27719.phpt2 Bug #27719 (mktime returns incorrect timestamp for dst days)
H A Dbug30096.phpt7 echo "no dst --> dst\n";
14 echo "\ndst --> no dst\n";
38 no dst --> dst
44 dst --> no dst
H A Dtimezone_abbreviations_list_basic1.phpt35 ["dst"]=>
44 ["dst"]=>
53 ["dst"]=>
62 ["dst"]=>
71 ["dst"]=>
80 ["dst"]=>
89 ["dst"]=>
98 ["dst"]=>
107 ["dst"]=>
116 ["dst"]=>
[all …]
/PHP-5.5/ext/ereg/regex/
H A Dregexec.c40 #define FWD(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) << (n)) argument
41 #define BACK(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) >> (n)) argument
89 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) argument
90 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here]) argument

Completed in 106 milliseconds

1234