Home
last modified time | relevance | path

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

/PHP-8.3/ext/bz2/
H A Dbz2.c452 unsigned int dest_len; /* Length of the destination buffer */ in PHP_FUNCTION() local
/PHP-8.3/ext/intl/converter/
H A Dconverter.c535 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.3/ext/oci8/
H A Doci8_lob.c764 ub4 dest_len, from_len; in php_oci_lob_append() local
/PHP-8.3/Zend/
H A Dzend_API.h1997 #define Z_PARAM_PATH_EX(dest, dest_len, check_null, deref) \ argument
2005 #define Z_PARAM_PATH(dest, dest_len) \ argument
2008 #define Z_PARAM_PATH_OR_NULL(dest, dest_len) \ argument
2042 #define Z_PARAM_STRING_EX(dest, dest_len, check_null, deref) \ argument
2050 #define Z_PARAM_STRING(dest, dest_len) \ argument
2053 #define Z_PARAM_STRING_OR_NULL(dest, dest_len) \ argument
2253 static zend_always_inline bool zend_parse_arg_string(zval *arg, char **dest, size_t *dest_len, bool… in zend_parse_arg_string()
2279 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.3/ext/ftp/
H A Dphp_ftp.c1145 size_t src_len, dest_len; in PHP_FUNCTION() local
H A Dftp.c1218 …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.3/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 51 milliseconds