Home
last modified time | relevance | path

Searched refs:dst (Results 26 – 50 of 79) sorted by relevance

1234

/PHP-5.5/main/
H A Dstrlcpy.c66 PHPAPI size_t php_strlcpy(dst, src, siz) in php_strlcpy() argument
67 char *dst; in php_strlcpy()
71 register char *d = dst;
H A Dsnprintf.c158 dst = buf; in php_gcvt()
160 *dst++ = '-'; in php_gcvt()
172 *dst++ = *src++; in php_gcvt()
175 *dst++ = '0'; in php_gcvt()
183 *dst++ = '-'; in php_gcvt()
185 *dst++ = '+'; in php_gcvt()
189 *dst = '\0'; in php_gcvt()
205 *dst++ = '0'; in php_gcvt()
209 *dst++ = *src++; in php_gcvt()
211 *dst = '\0'; in php_gcvt()
[all …]
H A Dmergesort.c74 #define ICOPY_LIST(src, dst, last) \ argument
76 *(int*)dst = *(int*)src, src += ISIZE, dst += ISIZE; \
78 #define ICOPY_ELT(src, dst, i) \ argument
80 *(int*) dst = *(int*) src, src += ISIZE, dst += ISIZE; \
83 #define CCOPY_LIST(src, dst, last) \ argument
85 *dst++ = *src++; \
87 #define CCOPY_ELT(src, dst, i) \ argument
89 *dst++ = *src++; \
H A Dphp.h110 #define PHP_STRLCPY(dst, src, size, src_size) \ argument
118 memcpy(dst, src, php_str_len); \
119 dst[php_str_len] = '\0'; \
124 PHPAPI size_t php_strlcpy(char *dst, const char *src, size_t siz);
132 PHPAPI size_t php_strlcat(char *dst, const char *src, size_t siz);
/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
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_common.c923 dst_r = dst; in emit_op()
1314 if (FAST_IS_REG(dst)) in sljit_emit_fop1_convw_fromd()
1335 sljit_si dst_r = FAST_IS_REG(dst) ? (dst << 1) : TMP_FREG1; in sljit_emit_fop1_convd_fromw()
1354 if (dst & SLJIT_MEM) in sljit_emit_fop1_convd_fromw()
1418 dst_r = FAST_IS_REG(dst) ? (dst << 1) : TMP_FREG1; in sljit_emit_fop1()
1448 if (dst & SLJIT_MEM) in sljit_emit_fop1()
1469 dst_r = FAST_IS_REG(dst) ? (dst << 1) : TMP_FREG2; in sljit_emit_fop2()
2029 sugg_dst_ar = DR((op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2); in sljit_emit_op_flags()
2106 if (dst & SLJIT_MEM) in sljit_emit_op_flags()
2131 reg = SLOW_IS_REG(dst) ? dst : TMP_REG2; in sljit_emit_const()
[all …]
H A DsljitLir.c766 CHECK_ARGUMENT(!(dst & SLJIT_MEM) || (dst & REG_MASK) != SLJIT_SP); \
1176 FUNCTION_FCHECK(dst, dstw); in check_sljit_emit_fop1()
1269 FUNCTION_FCHECK(dst, dstw); in check_sljit_emit_fop1_convd_fromw()
1805 SLJIT_UNUSED_ARG(dst); in sljit_emit_fast_enter()
1834 SLJIT_UNUSED_ARG(dst); in sljit_emit_op1()
1849 SLJIT_UNUSED_ARG(dst); in sljit_emit_op2()
1887 SLJIT_UNUSED_ARG(dst); in sljit_emit_fop1()
1902 SLJIT_UNUSED_ARG(dst); in sljit_emit_fop2()
1986 SLJIT_UNUSED_ARG(dst); in sljit_emit_op_flags()
1998 SLJIT_UNUSED_ARG(dst); in sljit_get_local_base()
[all …]
H A DsljitNativeX86_64.c598 ADJUST_LOCAL_OFFSET(dst, dstw); in sljit_emit_fast_enter()
601 if (dst == SLJIT_UNUSED) in sljit_emit_fast_enter()
602 dst = TMP_REG1; in sljit_emit_fast_enter()
604 if (FAST_IS_REG(dst)) { in sljit_emit_fast_enter()
605 if (reg_map[dst] < 8) { in sljit_emit_fast_enter()
609 POP_REG(reg_lmap[dst]); in sljit_emit_fast_enter()
617 POP_REG(reg_lmap[dst]); in sljit_emit_fast_enter()
693 sljit_si dst, sljit_sw dstw, in emit_mov_int() argument
705 if (FAST_IS_REG(dst)) { in emit_mov_int()
722 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in emit_mov_int()
[all …]
H A DsljitNativeX86_32.c479 …RIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw) in sljit_emit_fast_enter() argument
484 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
485 ADJUST_LOCAL_OFFSET(dst, dstw); in sljit_emit_fast_enter()
487 CHECK_EXTRA_REGS(dst, dstw, (void)0); in sljit_emit_fast_enter()
490 if (dst == SLJIT_UNUSED) in sljit_emit_fast_enter()
491 dst = TMP_REG1; in sljit_emit_fast_enter()
493 if (FAST_IS_REG(dst)) { in sljit_emit_fast_enter()
499 POP_REG(reg_map[dst]); in sljit_emit_fast_enter()
504 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw); in sljit_emit_fast_enter()
H A DsljitLir.h563 …IBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw);
814 sljit_si dst, sljit_sw dstw,
868 sljit_si dst, sljit_sw dstw,
914 sljit_si dst, sljit_sw dstw,
934 sljit_si dst, sljit_sw dstw,
1074 sljit_si dst, sljit_sw dstw,
1080 …TE sljit_si sljit_get_local_base(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, slj…
1084 …ct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, slj…
/PHP-5.5/ext/standard/tests/file/
H A Dbug65701.phpt12 $dst = tempnam($file_path, 'dstbug65701_file.txt');
16 copy($src, $dst);
17 var_dump(filesize($dst));
/PHP-5.5/ext/standard/
H A Duuencode.c195 char *src, *dst; in PHP_FUNCTION() local
202 dst_len = php_uuencode(src, src_len, &dst); in PHP_FUNCTION()
204 RETURN_STRINGL(dst, dst_len, 0); in PHP_FUNCTION()
212 char *src, *dst; in PHP_FUNCTION() local
219 dst_len = php_uudecode(src, src_len, &dst); in PHP_FUNCTION()
225 RETURN_STRINGL(dst, dst_len, 0); in PHP_FUNCTION()
H A Dcrypt_blowfish.c377 #define BF_safe_atoi64(dst, src) \ argument
384 (dst) = tmp; \
387 static int BF_decode(BF_word *dst, const char *src, int size) in BF_decode() argument
389 unsigned char *dptr = (unsigned char *)dst; in BF_decode()
414 static void BF_encode(char *dst, const BF_word *src, int size) in BF_encode() argument
418 unsigned char *dptr = (unsigned char *)dst; in BF_encode()
/PHP-5.5/ext/gd/libgd/
H A Dgd_crop.c45 gdImagePtr dst; in gdImageCrop() local
50 dst = gdImageCreateTrueColor(crop->width, crop->height); in gdImageCrop()
51 if (dst == NULL) { in gdImageCrop()
54 gdImageSaveAlpha(dst, 1); in gdImageCrop()
56 dst = gdImageCreate(crop->width, crop->height); in gdImageCrop()
57 if (dst == NULL) { in gdImageCrop()
60 gdImagePaletteCopy(dst, src); in gdImageCrop()
62 dst->transparent = src->transparent; in gdImageCrop()
66 return dst; in gdImageCrop()
91 dst->pixels[y - crop->y][x - crop->x] = src->pixels[y][x]; in gdImageCrop()
[all …]
H A Dgd.h584 void gdImagePaletteCopy(gdImagePtr dst, gdImagePtr src);
671 void gdImageCopyMerge(gdImagePtr dst, gdImagePtr src, int dstX, int dstY,
673 void gdImageCopyMergeGray(gdImagePtr dst, gdImagePtr src, int dstX, int dstY,
864 int gdAffineInvert (double dst[6], const double src[6]);
866 int gdAffineConcat (double dst[6], const double m1[6], const double m2[6]);
868 int gdAffineIdentity (double dst[6]);
869 int gdAffineScale (double dst[6], const double scale_x, const double scale_y);
870 int gdAffineRotate (double dst[6], const double angle);
871 int gdAffineShearHorizontal (double dst[6], const double angle);
872 int gdAffineShearVertical(double dst[6], const double angle);
[all …]
H A Dgd_interpolation.c1107 return dst; in gdImageScaleTwoPass()
1124 return dst; in Scale()
1453 if (!dst) { in gdImageScaleBicubicFixed()
1659 return dst; in gdImageScaleBicubicFixed()
1714 if (!dst) { in gdImageRotateNearestNeighbour()
1741 return dst; in gdImageRotateNearestNeighbour()
1770 if (!dst) { in gdImageRotateGeneric()
1800 return dst; in gdImageRotateGeneric()
1915 return dst; in gdImageRotateBilinear()
2183 return dst; in gdImageRotateBicubicFixed()
[all …]
H A Dgd.c2171 if (dst->trueColor) { in gdImageCopy()
2242 if (dst == src) { in gdImageCopy()
2281 if (dst == src) { in gdImageCopyMerge()
2331 …g = (0.29900f * gdImageRed(dst, dc)) + (0.58700f * gdImageGreen(dst, dc)) + (0.11400f * gdImageBlu… in gdImageCopyMergeGray()
2397 if (dst->trueColor) { in gdImageCopyResized()
2434 if (dst == src) { in gdImageCopyResized()
2471 if (!dst->trueColor) { in gdImageCopyResampled()
2899 return dst; in gdAlphaBlend()
2971 dst = dst << 1; in gdAlphaOverlayColor()
2972 if( dst > max ) { in gdAlphaOverlayColor()
[all …]
/PHP-5.5/ext/zip/lib/
H A Dzip_error.c52 _zip_error_copy(struct zip_error *dst, struct zip_error *src) in _zip_error_copy() argument
54 dst->zip_err = src->zip_err; in _zip_error_copy()
55 dst->sys_err = src->sys_err; in _zip_error_copy()
/PHP-5.5/ext/pdo/
H A Dpdo.c323 char *dst = outbuf; in php_pdo_int64_to_str() local
327 *dst++ = '-'; in php_pdo_int64_to_str()
331 *dst++ = '0'; in php_pdo_int64_to_str()
332 *dst++ = '\0'; in php_pdo_int64_to_str()
351 while ((*dst++ = *p++) != 0) in php_pdo_int64_to_str()
353 *dst = '\0'; in php_pdo_int64_to_str()
/PHP-5.5/ext/gd/tests/
H A Dcopyresized.phpt18 function check_doublesize($dst) {
30 $p2 = imagecolorat($dst, $x, $y);
31 if (get_hexcolor($im, $p1) != get_hexcolor($dst, $p2)) {
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.h35 void zend_accel_move_user_functions(HashTable *str, HashTable *dst TSRMLS_DC);
/PHP-5.5/ext/date/lib/
H A Dtimelib_structs.h170 signed int dst; /* Flag if we were parsing a DST zone */ member
188 int dst; member
/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/fileinfo/libmagic/
H A Dfile.h480 size_t strlcpy(char *dst, const char *src, size_t siz);
483 size_t strlcat(char *dst, const char *src, size_t siz);
486 ssize_t getline(char **dst, size_t *len, FILE *fp);
487 ssize_t getdelim(char **dst, size_t *len, int delimiter, FILE *fp);
/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()

Completed in 91 milliseconds

1234