Home
last modified time | relevance | path

Searched refs:zend_string_safe_alloc (Results 1 – 19 of 19) sorted by relevance

/PHP-8.0/ext/standard/
H A Dexec.c298 cmd = zend_string_safe_alloc(2, l, 0, 0); in php_escape_shell_cmd()
401 cmd = zend_string_safe_alloc(4, l, 2, 0); /* worst case */ in php_escape_shell_arg()
H A Duuencode.c74 dest = zend_string_safe_alloc(src_len/2, 3, 46, 0); in php_uuencode()
H A Dstring.c104 result = zend_string_safe_alloc(oldlen, 2 * sizeof(char), 0, 0); in php_bin2hex()
1189 str = zend_string_safe_alloc(numelems - 1, ZSTR_LEN(glue), len, 0); in php_implode()
2098 dest = zend_string_safe_alloc(chunks, endlen, srclen, 0);
2145 result = zend_string_safe_alloc(ZSTR_LEN(str), 1, endlen, 0);
2420 result = zend_string_safe_alloc(1, result_len, 0, 0);
2427 result = zend_string_safe_alloc(1, result_len, 0, 0);
2435 result = zend_string_safe_alloc(1, result_len, 0, 0);
2478 str = zend_string_safe_alloc(2, ZSTR_LEN(old), 0, 0);
3524 zend_string *new_str = zend_string_safe_alloc(4, len, 0, 0);
5181 result = zend_string_safe_alloc(ZSTR_LEN(input_str), mult, 0, 0);
[all …]
H A Dquot_print.c151 ret = zend_string_safe_alloc(3, (length + (((3 * length)/(PHP_QPRINT_MAXL-9)) + 1)), 0, 0); in php_quot_print_encode()
H A Dbase64.c616 result = zend_string_safe_alloc(((length + 2) / 3), 4 * sizeof(char), 0, 0); in php_base64_encode()
657 result = zend_string_safe_alloc(((length + 2) / 3), 4 * sizeof(char), 0, 0); in php_base64_encode_ssse3()
893 result = zend_string_safe_alloc(((length + 2) / 3), 4 * sizeof(char), 0, 0); in php_base64_encode_default()
H A Diptc.c210 spoolbuf = zend_string_safe_alloc(1, iptcdata_len + sizeof(psheader) + 1024 + 1, sb.st_size, 0); in PHP_FUNCTION()
H A Durl.c469 start = zend_string_safe_alloc(3, len, 0, 0); in php_url_encode_impl()
H A Dvar_unserializer.re300 zend_string *str = zend_string_safe_alloc(1, len, 0, 0);
/PHP-8.0/Zend/
H A Dzend_string.h153 static zend_always_inline zend_string *zend_string_safe_alloc(size_t n, size_t m, size_t l, bool pe… in zend_string_safe_alloc() function
288 ret = zend_string_safe_alloc(n, m, l, persistent); in zend_string_safe_realloc()
/PHP-8.0/ext/filter/
H A Dsanitizing_filters.c76 str = zend_string_safe_alloc(Z_STRLEN_P(value), 3, 0, 0); in php_filter_encode_url()
/PHP-8.0/ext/bz2/
H A Dbz2.c522 dest = zend_string_safe_alloc(source_len, 2, 1, 0); in PHP_FUNCTION()
/PHP-8.0/ext/hash/
H A Dhash.c403 zend_string *hex_digest = zend_string_safe_alloc(ops->digest_size, 2, 0, 0); in php_hash_do_hash()
556 zend_string *hex_digest = zend_string_safe_alloc(ops->digest_size, 2, 0, 0); in php_hash_do_hash_hmac()
814 zend_string *hex_digest = zend_string_safe_alloc(digest_len, 2, 0, 0); in PHP_FUNCTION()
/PHP-8.0/
H A DUPGRADING.INTERNALS219 - zend_string_safe_alloc()
/PHP-8.0/ext/zip/
H A Dphp_zip.c1325 buffer = zend_string_safe_alloc(1, len, 0, 0); in PHP_FUNCTION()
2849 buffer = zend_string_safe_alloc(1, len, 0, 0);
/PHP-8.0/ext/gmp/
H A Dgmp.c998 zend_string *out_string = zend_string_safe_alloc(count, size, 0, 0); in ZEND_FUNCTION()
/PHP-8.0/ext/mysqli/
H A Dmysqli_api.c1897 newstr = zend_string_safe_alloc(2, escapestr_len, 0, 0);
/PHP-8.0/ext/pcre/
H A Dphp_pcre.c2808 out_str = zend_string_safe_alloc(1, ZSTR_LEN(str), extra_len, 0); in PHP_FUNCTION()
/PHP-8.0/ext/imap/
H A Dphp_imap.c2538 out = zend_string_safe_alloc(1, outlen, 0, 0); in PHP_FUNCTION()
/PHP-8.0/ext/pgsql/
H A Dpgsql.c3299 to = zend_string_safe_alloc(ZSTR_LEN(from), 2, 0, 0); in PHP_FUNCTION()

Completed in 127 milliseconds