/PHP-5.3/win32/ |
H A D | inet.c | 10 PHPAPI int inet_pton(int af, const char* src, void* dst) in inet_pton() 46 PHPAPI const char* inet_ntop(int af, const void* src, char* dst, size_t size) in inet_ntop()
|
/PHP-5.3/main/ |
H A D | mergesort.c | 74 #define ICOPY_LIST(src, dst, last) \ argument 78 #define ICOPY_ELT(src, dst, i) \ argument 83 #define CCOPY_LIST(src, dst, last) \ argument 87 #define CCOPY_ELT(src, dst, i) \ argument
|
H A D | strlcpy.c | 66 PHPAPI size_t php_strlcpy(dst, src, siz) in php_strlcpy() argument
|
H A D | strlcat.c | 67 PHPAPI size_t php_strlcat(dst, src, siz) in php_strlcat() argument
|
H A D | php.h | 110 #define PHP_STRLCPY(dst, src, size, src_size) \ argument
|
H A D | snprintf.c | 139 char *digits, *dst, *src; in php_gcvt() local
|
/PHP-5.3/ext/gd/libgd/ |
H A D | gd_rotate.c | 20 void gdImageSkewX (gdImagePtr dst, gdImagePtr src, int uRow, int iOffset, double dWeight, int clrBa… in gdImageSkewX() 117 void gdImageSkewY (gdImagePtr dst, gdImagePtr src, int uCol, int iOffset, double dWeight, int clrBa… in gdImageSkewY() 209 gdImagePtr dst; in gdImageRotate90() local 256 gdImagePtr dst; in gdImageRotate180() local 304 gdImagePtr dst; in gdImageRotate270() local
|
H A D | gd.c | 2151 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, in… in gdImageCopy() 2250 void gdImageCopyMerge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int … in gdImageCopyMerge() 2290 void gdImageCopyMergeGray (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, … in gdImageCopyMergeGray() 2344 void gdImageCopyResized (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, in… in gdImageCopyResized() 2457 void gdImageCopyResampled (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, … in gdImageCopyResampled() 2855 gdAlphaBlendOld (int dst, int src) in gdAlphaBlendOld() 2877 int gdAlphaBlend (int dst, int src) { in gdAlphaBlend() 2939 static int gdLayerOverlay (int dst, int src) in gdLayerOverlay() 2951 static int gdAlphaOverlayColor (int src, int dst, int max ) in gdAlphaOverlayColor()
|
/PHP-5.3/ext/date/lib/ |
H A D | unixtime2tm.c | 147 signed int dst = tm->dst; in timelib_update_from_sse() local 185 signed int dst = tm->dst; in timelib_unixtime2local() local
|
H A D | parse_iso_intervals.c | 228 static long timelib_get_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const timeli… in timelib_get_zone()
|
H A D | parse_date.c | 764 static long timelib_lookup_zone(char **ptr, int *dst, char **tz_abbr, int *found) in timelib_lookup_zone() 791 static long timelib_get_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const timeli… in timelib_get_zone()
|
H A D | timelib_structs.h | 160 signed int dst; /* Flag if we were parsing a DST zone */ member
|
/PHP-5.3/ext/ereg/regex/ |
H A D | regexec.c | 40 #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.3/ext/standard/ |
H A D | uuencode.c | 195 char *src, *dst; in PHP_FUNCTION() local 212 char *src, *dst; in PHP_FUNCTION() local
|
H A D | crypt_blowfish.c | 377 #define BF_safe_atoi64(dst, src) \ argument 387 static int BF_decode(BF_word *dst, const char *src, int size) in BF_decode() 414 static void BF_encode(char *dst, const BF_word *src, int size) in BF_encode()
|
H A D | crypt_sha256.c | 47 char * __php_stpncpy(char *dst, const char *src, size_t len) in __php_stpncpy() 56 void * __php_mempcpy(void * dst, const void * src, size_t len) in __php_mempcpy()
|
/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_str.h | 8 static inline char *str_purify_filename(char *dst, char *src, size_t size) /* {{{ */ in str_purify_filename()
|
/PHP-5.3/ext/zip/lib/ |
H A D | zip_error.c | 52 _zip_error_copy(struct zip_error *dst, struct zip_error *src) in _zip_error_copy()
|
/PHP-5.3/ext/date/ |
H A D | php_date.h | 131 int dst; member
|
H A D | php_date.c | 1478 long hou = 0, min = 0, sec = 0, mon = 0, day = 0, yea = 0, dst = -1; in php_mktime() local
|
/PHP-5.3/ext/pdo/ |
H A D | pdo.c | 323 char *dst = outbuf; in php_pdo_int64_to_str() local
|
/PHP-5.3/Zend/ |
H A D | zend_llist.c | 160 ZEND_API void zend_llist_copy(zend_llist *dst, zend_llist *src) in zend_llist_copy()
|
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 951 char *dst = p->s; in mcopy() local
|
/PHP-5.3/ext/gd/ |
H A D | gd.c | 2916 gdImagePtr dst, src; in PHP_FUNCTION() local
|