Home
last modified time | relevance | path

Searched defs:dst (Results 51 – 59 of 59) sorted by path

123

/PHP-7.4/main/
H A Dexplicit_bzero.c31 PHPAPI void php_explicit_bzero(void *dst, size_t siz) in php_explicit_bzero()
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
H A Dphp.h152 #define PHP_STRLCPY(dst, src, size, src_size) \ argument
H A Dsnprintf.c138 char *digits, *dst, *src; in php_gcvt() local
H A Dstrlcat.c66 PHPAPI size_t php_strlcat(dst, src, siz) in php_strlcat() argument
H A Dstrlcpy.c64 PHPAPI size_t php_strlcpy(dst, src, siz) in php_strlcpy() argument
/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/win32/
H A Dioutil.c325 wchar_t *src, *dst; in php_win32_ioutil_mkdir_w() local
H A Dioutil.h223 wchar_t *src = mb, *dst = ret + PHP_WIN32_IOUTIL_LONG_PATH_PREFIX_LENW; in php_win32_ioutil_conv_any_to_w() local

Completed in 21 milliseconds

123