Searched defs:dest_len (Results 1 – 7 of 7) sorted by relevance
/PHP-8.1/ext/bz2/ |
H A D | bz2.c | 454 unsigned int dest_len; /* Length of the destination buffer */ in PHP_FUNCTION() local
|
/PHP-8.1/ext/intl/converter/ |
H A D | converter.c | 535 size_t dest_len = src_len; in PHP_METHOD() local 730 size_t str_len, src_len, dest_len; in PHP_METHOD() local
|
/PHP-8.1/Zend/ |
H A D | zend_API.h | 1760 #define Z_PARAM_PATH_EX(dest, dest_len, check_null, deref) \ argument 1768 #define Z_PARAM_PATH(dest, dest_len) \ argument 1771 #define Z_PARAM_PATH_OR_NULL(dest, dest_len) \ argument 1805 #define Z_PARAM_STRING_EX(dest, dest_len, check_null, deref) \ argument 1813 #define Z_PARAM_STRING(dest, dest_len) \ argument 1816 #define Z_PARAM_STRING_OR_NULL(dest, dest_len) \ argument 2003 static zend_always_inline bool zend_parse_arg_string(zval *arg, char **dest, size_t *dest_len, bool… in zend_parse_arg_string() 2029 static zend_always_inline bool zend_parse_arg_path(zval *arg, char **dest, size_t *dest_len, bool c… in zend_parse_arg_path()
|
/PHP-8.1/ext/oci8/ |
H A D | oci8_lob.c | 764 ub4 dest_len, from_len; in php_oci_lob_append() local
|
/PHP-8.1/ext/ftp/ |
H A D | php_ftp.c | 1153 size_t src_len, dest_len; in PHP_FUNCTION() local
|
H A D | ftp.c | 1194 …name(ftpbuf_t *ftp, const char *src, const size_t src_len, const char *dest, const size_t dest_len) in ftp_rename()
|
/PHP-8.1/ext/phar/ |
H A D | phar_object.c | 4084 static int phar_extract_file(bool overwrite, phar_entry_info *entry, char *dest, size_t dest_len, c… in phar_extract_file()
|
Completed in 46 milliseconds