Home
last modified time | relevance | path

Searched defs:dst (Results 51 – 59 of 59) sorted by last modified time

123

/PHP-7.4/ext/intl/normalizer/
H A Dnormalizer_normalize.c60 static int32_t intl_normalize(zend_long form, const UChar *src, int32_t src_len, UChar *dst, int32_… in intl_normalize()
/PHP-7.4/Zend/
H A Dzend_objects.c207 zval *dst = new_object->properties_table; in zend_objects_clone_members() local
H A Dzend_llist.c149 ZEND_API void zend_llist_copy(zend_llist *dst, zend_llist *src) in zend_llist_copy()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_str.h6 static inline char *str_purify_filename(char *dst, char *src, size_t size) /* {{{ */ in str_purify_filename()
/PHP-7.4/main/
H A Dmergesort.c72 #define ICOPY_LIST(src, dst, last) \ argument
76 #define ICOPY_ELT(src, dst, i) \ argument
81 #define CCOPY_LIST(src, dst, last) \ argument
85 #define CCOPY_ELT(src, dst, i) \ argument
/PHP-7.4/ext/standard/
H A Dcrypt_blowfish.c376 #define BF_safe_atoi64(dst, src) \ argument
386 static int BF_decode(BF_word *dst, const char *src, int size) in BF_decode()
417 static void BF_encode(char *dst, const BF_word *src, int size) in BF_encode()
H A Dcrypt_sha256.c32 char * __php_stpncpy(char *dst, const char *src, size_t len) in __php_stpncpy()
41 void * __php_mempcpy(void * dst, const void * src, size_t len) in __php_mempcpy()
/PHP-7.4/ext/gd/libgd/
H A Dgd_rotate.c16 void gdImageSkewX (gdImagePtr dst, gdImagePtr src, int uRow, int iOffset, double dWeight, int clrBa… in gdImageSkewX()
113 void gdImageSkewY (gdImagePtr dst, gdImagePtr src, int uCol, int iOffset, double dWeight, int clrBa… in gdImageSkewY()
205 gdImagePtr dst; in gdImageRotate90() local
252 gdImagePtr dst; in gdImageRotate180() local
300 gdImagePtr dst; in gdImageRotate270() local
/PHP-7.4/ext/date/lib/
H A Dunixtime2tm.c123 signed int dst = tm->dst; in timelib_update_from_sse() local
166 signed int dst = tm->dst; in timelib_unixtime2local() local

Completed in 38 milliseconds

123