Home
last modified time | relevance | path

Searched defs:dest_len (Results 1 – 6 of 6) sorted by last modified time

/PHP-7.0/ext/phar/
H A Dphar_object.c4170 static int phar_extract_file(zend_bool overwrite, phar_entry_info *entry, char *dest, int dest_len,… in phar_extract_file()
/PHP-7.0/ext/oci8/
H A Doci8_lob.c766 ub4 dest_len, from_len; in php_oci_lob_append() local
/PHP-7.0/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.0/ext/ftp/
H A Dphp_ftp.c1350 size_t src_len, dest_len; in PHP_FUNCTION() local
/PHP-7.0/ext/bz2/
H A Dbz2.c520 unsigned int dest_len; /* Length of the destination buffer */ in PHP_FUNCTION() local
/PHP-7.0/Zend/
H A Dzend_API.h935 #define Z_PARAM_PATH_EX(dest, dest_len, check_null, separate) \ argument
943 #define Z_PARAM_PATH(dest, dest_len) \ argument
971 #define Z_PARAM_STRING_EX(dest, dest_len, check_null, separate) \ argument
979 #define Z_PARAM_STRING(dest, dest_len) \ argument
1116 static zend_always_inline int zend_parse_arg_string(zval *arg, char **dest, size_t *dest_len, int c… in zend_parse_arg_string()
1142 static zend_always_inline int zend_parse_arg_path(zval *arg, char **dest, size_t *dest_len, int che… in zend_parse_arg_path()

Completed in 36 milliseconds