Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dexec.c308 cmd = zend_string_safe_alloc(2, l, 0, 0); in php_escape_shell_cmd()
412 cmd = zend_string_safe_alloc(4, l, 2, 0); /* worst case */ in php_escape_shell_arg()
H A Duuencode.c75 dest = zend_string_safe_alloc(src_len/2, 3, 46, 0); in php_uuencode()
H A Dbase64.c437 result = zend_string_safe_alloc(((length + 2) / 3), 4 * sizeof(char), 0, 0); in php_base64_encode()
478 result = zend_string_safe_alloc(((length + 2) / 3), 4 * sizeof(char), 0, 0); in php_base64_encode_ssse3()
747 result = zend_string_safe_alloc(((length + 2) / 3), 4 * sizeof(char), 0, 0); in php_base64_encode_default()
H A Dquot_print.c153 ret = zend_string_safe_alloc(3, (length + (((3 * length)/(PHP_QPRINT_MAXL-9)) + 1)), 0, 0); in php_quot_print_encode()
H A Dstring.c134 result = zend_string_safe_alloc(oldlen, 2 * sizeof(char), 0, 0); in php_bin2hex()
1254 str = zend_string_safe_alloc(numelems - 1, ZSTR_LEN(glue), len, 0); in php_implode()
2382 result = zend_string_safe_alloc(ZSTR_LEN(str), 1, endlen, 0);
2699 result = zend_string_safe_alloc(1, result_len, 0, 0);
2706 result = zend_string_safe_alloc(1, result_len, 0, 0);
2714 result = zend_string_safe_alloc(1, result_len, 0, 0);
2758 str = zend_string_safe_alloc(2, ZSTR_LEN(old), 0, 0);
3846 zend_string *new_str = zend_string_safe_alloc(4, len, 0, 0);
5440 result = zend_string_safe_alloc(ZSTR_LEN(input_str), mult, 0, 0);
6129 str = zend_string_safe_alloc(format_len, 1, 1024, 0);
[all …]
H A Diptc.c222 spoolbuf = zend_string_safe_alloc(1, iptcdata_len + sizeof(psheader) + 1024 + 1, sb.st_size, 0); in PHP_FUNCTION()
H A Durl.c481 start = zend_string_safe_alloc(3, len, 0, 0); in php_url_encode()
588 str = zend_string_safe_alloc(3, len, 0, 0);
H A Ddns_win32.c224 txt = zend_string_safe_alloc(txt_len, 2, 0, 0); in php_parserr()
H A Dvar_unserializer.c249 zend_string *str = zend_string_safe_alloc(1, len, 0, 0); in unserialize_str()
H A Dvar_unserializer.re247 zend_string *str = zend_string_safe_alloc(1, len, 0, 0);
/PHP-7.3/Zend/
H A Dzend_string.h142 static zend_always_inline zend_string *zend_string_safe_alloc(size_t n, size_t m, size_t l, int per… in zend_string_safe_alloc() function
253 ret = zend_string_safe_alloc(n, m, l, persistent); in zend_string_safe_realloc()
/PHP-7.3/ext/filter/
H A Dsanitizing_filters.c88 str = zend_string_safe_alloc(Z_STRLEN_P(value), 3, 0, 0); in php_filter_encode_url()
/PHP-7.3/ext/hash/
H A Dhash.c169 zend_string *hex_digest = zend_string_safe_alloc(ops->digest_size, 2, 0, 0); in php_hash_do_hash()
304 zend_string *hex_digest = zend_string_safe_alloc(ops->digest_size, 2, 0, 0); in php_hash_do_hash_hmac()
558 zend_string *hex_digest = zend_string_safe_alloc(digest_len, 2, 0, 0); in PHP_FUNCTION()
/PHP-7.3/ext/interbase/
H A Dibase_blobs.c118 bl_data = zend_string_safe_alloc(1, max_len, 0, 0); in _php_ibase_blob_get()
/PHP-7.3/ext/bz2/
H A Dbz2.c588 dest = zend_string_safe_alloc(source_len, 2, 1, 0); in PHP_FUNCTION()
/PHP-7.3/ext/zip/
H A Dphp_zip.c1322 buffer = zend_string_safe_alloc(1, len, 0, 0); in PHP_NAMED_FUNCTION()
2878 buffer = zend_string_safe_alloc(1, len, 0, 0); in php_zip_get_from()
/PHP-7.3/ext/wddx/
H A Dwddx.c1062 str = zend_string_safe_alloc(Z_STRLEN(ent->data), 1, len, 0); in php_wddx_process_data()
/PHP-7.3/ext/xml/
H A Dxml.c575 str = zend_string_safe_alloc(len, 4, 0, 0); in xml_utf8_encode()
/PHP-7.3/ext/gmp/
H A Dgmp.c1163 zend_string *out_string = zend_string_safe_alloc(count, size, 0, 0); in ZEND_FUNCTION()
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c2768 out_str = zend_string_safe_alloc(1, ZSTR_LEN(str), extra_len, 0); in PHP_FUNCTION()
/PHP-7.3/ext/imap/
H A Dphp_imap.c2996 out = zend_string_safe_alloc(1, outlen, 0, 0); in PHP_FUNCTION()
/PHP-7.3/ext/pgsql/
H A Dpgsql.c4392 to = zend_string_safe_alloc(ZSTR_LEN(from), 2, 0, 0);

Completed in 150 milliseconds