Home
last modified time | relevance | path

Searched defs:ret_length (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/standard/
H A Dbase64.c56 PHPAPI unsigned char *php_base64_encode(const unsigned char *str, int length, int *ret_length) /* {… in php_base64_encode()
137 PHPAPI unsigned char *php_base64_decode(const unsigned char *str, int length, int *ret_length) /* {… in php_base64_decode()
143 PHPAPI unsigned char *php_base64_decode_ex(const unsigned char *str, int length, int *ret_length, z… in php_base64_decode_ex()
224 int str_len, ret_length; in PHP_FUNCTION() local
245 int str_len, ret_length; in PHP_FUNCTION() local
H A Dquot_print.c54 …ar *php_quot_print_decode(const unsigned char *str, size_t length, size_t *ret_length, int replace… in php_quot_print_decode()
148 … char *php_quot_print_encode(const unsigned char *str, size_t length, size_t *ret_length) /* {{{ */ in php_quot_print_encode()

Completed in 6 milliseconds