Home
last modified time | relevance | path

Searched defs:dest_len (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/bz2/
H A Dbz2.c452 unsigned int dest_len; /* Length of the destination buffer */ in PHP_FUNCTION() local
/php-src/ext/intl/converter/
H A Dconverter.c534 size_t dest_len = src_len; in PHP_METHOD() local
729 size_t str_len, src_len, dest_len; in PHP_METHOD() local
/php-src/Zend/
H A Dzend_API.h2010 #define Z_PARAM_PATH_EX(dest, dest_len, check_null, deref) \ argument
2018 #define Z_PARAM_PATH(dest, dest_len) \ argument
2021 #define Z_PARAM_PATH_OR_NULL(dest, dest_len) \ argument
2055 #define Z_PARAM_STRING_EX(dest, dest_len, check_null, deref) \ argument
2063 #define Z_PARAM_STRING(dest, dest_len) \ argument
2066 #define Z_PARAM_STRING_OR_NULL(dest, dest_len) \ argument
2297 static zend_always_inline bool zend_parse_arg_string(zval *arg, char **dest, size_t *dest_len, bool… in zend_parse_arg_string()
2323 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-src/ext/ftp/
H A Dphp_ftp.c1134 size_t src_len, dest_len; in PHP_FUNCTION() local
H A Dftp.c1238 …name(ftpbuf_t *ftp, const char *src, const size_t src_len, const char *dest, const size_t dest_len) in ftp_rename()
/php-src/ext/phar/
H A Dphar_object.c4104 static int phar_extract_file(bool overwrite, phar_entry_info *entry, char *dest, size_t dest_len, c… in phar_extract_file()

Completed in 48 milliseconds