/PHP-7.2/ext/standard/ |
H A D | base64.c | 62 result = zend_string_safe_alloc(((length + 2) / 3), 4 * sizeof(char), 0, 0); in php_base64_encode()
|
H A D | exec.c | 302 cmd = zend_string_safe_alloc(2, l, 0, 0); in php_escape_shell_cmd() 406 cmd = zend_string_safe_alloc(4, l, 2, 0); /* worst case */ in php_escape_shell_arg()
|
H A D | uuencode.c | 77 dest = zend_string_safe_alloc(src_len/2, 3, 46, 0); in php_uuencode()
|
H A D | string.c | 143 result = zend_string_safe_alloc(oldlen, 2 * sizeof(char), 0, 0); in php_bin2hex() 1251 str = zend_string_safe_alloc(numelems - 1, ZSTR_LEN(glue), len, 0); in php_implode() 2348 result = zend_string_safe_alloc(ZSTR_LEN(str), 1, endlen, 0); 2666 result = zend_string_safe_alloc(1, result_len, 0, 0); 2673 result = zend_string_safe_alloc(1, result_len, 0, 0); 2681 result = zend_string_safe_alloc(1, result_len, 0, 0); 2725 str = zend_string_safe_alloc(2, ZSTR_LEN(old), 0, 0); 3815 zend_string *new_str = zend_string_safe_alloc(4, ZSTR_LEN(str), 0, 0); 5041 result = zend_string_safe_alloc(ZSTR_LEN(input_str), mult, 0, 0); 5638 str = zend_string_safe_alloc(format_len, 1, 1024, 0); [all …]
|
H A D | quot_print.c | 155 ret = zend_string_safe_alloc(3, (length + (((3 * length)/(PHP_QPRINT_MAXL-9)) + 1)), 0, 0); in php_quot_print_encode()
|
H A D | iptc.c | 224 spoolbuf = zend_string_safe_alloc(1, iptcdata_len + sizeof(psheader) + 1024 + 1, sb.st_size, 0); in PHP_FUNCTION()
|
H A D | url.c | 499 start = zend_string_safe_alloc(3, len, 0, 0); in php_url_encode() 605 str = zend_string_safe_alloc(3, len, 0, 0);
|
H A D | dns_win32.c | 224 txt = zend_string_safe_alloc(txt_len, 2, 0, 0); in php_parserr()
|
H A D | var_unserializer.c | 251 zend_string *str = zend_string_safe_alloc(1, len, 0, 0); in unserialize_str()
|
H A D | var_unserializer.re | 249 zend_string *str = zend_string_safe_alloc(1, len, 0, 0);
|
/PHP-7.2/Zend/ |
H A D | zend_string.h | 150 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 274 ret = zend_string_safe_alloc(n, m, l, persistent); in zend_string_safe_realloc()
|
/PHP-7.2/ext/filter/ |
H A D | sanitizing_filters.c | 90 str = zend_string_safe_alloc(Z_STRLEN_P(value), 3, 0, 0); in php_filter_encode_url()
|
/PHP-7.2/ext/hash/ |
H A D | hash.c | 171 zend_string *hex_digest = zend_string_safe_alloc(ops->digest_size, 2, 0, 0); in php_hash_do_hash() 306 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.2/ext/interbase/ |
H A D | ibase_blobs.c | 102 bl_data = zend_string_safe_alloc(1, max_len, 0, 0); in _php_ibase_blob_get()
|
/PHP-7.2/ext/bz2/ |
H A D | bz2.c | 592 dest = zend_string_safe_alloc(source_len, 2, 1, 0); in PHP_FUNCTION()
|
/PHP-7.2/ext/zip/ |
H A D | php_zip.c | 1318 buffer = zend_string_safe_alloc(1, len, 0, 0); in PHP_NAMED_FUNCTION() 2858 buffer = zend_string_safe_alloc(1, len, 0, 0); in php_zip_get_from()
|
/PHP-7.2/ext/wddx/ |
H A D | wddx.c | 1066 str = zend_string_safe_alloc(Z_STRLEN(ent->data), 1, len, 0); in php_wddx_process_data()
|
/PHP-7.2/ext/xml/ |
H A D | xml.c | 577 str = zend_string_safe_alloc(len, 4, 0, 0); in xml_utf8_encode()
|
/PHP-7.2/ext/gmp/ |
H A D | gmp.c | 1153 zend_string *out_string = zend_string_safe_alloc(count, size, 0, 0); in ZEND_FUNCTION()
|
/PHP-7.2/ext/pcre/ |
H A D | php_pcre.c | 2493 out_str = zend_string_safe_alloc(1, ZSTR_LEN(str), extra_len, 0); in PHP_FUNCTION()
|
/PHP-7.2/ext/imap/ |
H A D | php_imap.c | 2996 out = zend_string_safe_alloc(1, outlen, 0, 0); in PHP_FUNCTION()
|
/PHP-7.2/ext/pgsql/ |
H A D | pgsql.c | 4395 to = zend_string_safe_alloc(ZSTR_LEN(from), 2, 0, 0);
|