Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_API.h946 #define Z_PARAM_PATH_EX(dest, dest_len, check_null, separate) \ argument
954 #define Z_PARAM_PATH(dest, dest_len) \ argument
982 #define Z_PARAM_STRING_EX(dest, dest_len, check_null, separate) \ argument
990 #define Z_PARAM_STRING(dest, dest_len) \ argument
1127 static zend_always_inline int zend_parse_arg_string(zval *arg, char **dest, size_t *dest_len, int c… in zend_parse_arg_string()
1153 static zend_always_inline int zend_parse_arg_path(zval *arg, char **dest, size_t *dest_len, int che… in zend_parse_arg_path()
/PHP-7.1/ext/bz2/
H A Dbz2.c521 unsigned int dest_len; /* Length of the destination buffer */ in PHP_FUNCTION() local
/PHP-7.1/ext/intl/converter/
H A Dconverter.c559 size_t dest_len = src_len; in PHP_METHOD() local
784 size_t str_len, src_len, dest_len; in PHP_METHOD() local
/PHP-7.1/ext/oci8/
H A Doci8_lob.c770 ub4 dest_len, from_len; in php_oci_lob_append() local
/PHP-7.1/ext/ftp/
H A Dphp_ftp.c1350 size_t src_len, dest_len; in PHP_FUNCTION() local
/PHP-7.1/ext/phar/
H A Dphar_object.c4135 static int phar_extract_file(zend_bool overwrite, phar_entry_info *entry, char *dest, int dest_len,… in phar_extract_file()

Completed in 41 milliseconds