/PHP-8.2/ext/sodium/ |
H A D | libsodium.c | 48 zs = zend_string_alloc(len, persistent); in zend_string_checked_alloc() 389 msg = zend_string_alloc in PHP_FUNCTION() 429 hash = zend_string_alloc(hash_len, 0); in PHP_FUNCTION() 474 state = zend_string_alloc(state_len, 0); in PHP_FUNCTION() 552 hash = zend_string_alloc(hash_len, 0); in PHP_FUNCTION() 579 keypair = zend_string_alloc(keypair_len, 0); in PHP_FUNCTION() 609 keypair = zend_string_alloc(keypair_len, 0); in PHP_FUNCTION() 1693 hash_str = zend_string_alloc in PHP_FUNCTION() 2267 bin = zend_string_alloc(bin_len, 0); in PHP_FUNCTION() 2338 bin = zend_string_alloc(bin_len, 0); in PHP_FUNCTION() [all …]
|
H A D | sodium_pwhash.c | 85 ret = zend_string_alloc(crypto_pwhash_STRBYTES - 1, 0); in php_sodium_argon2_hash()
|
/PHP-8.2/ext/bcmath/libbcmath/src/ |
H A D | num2str.c | 55 str = zend_string_alloc(num->n_len + scale + signch + 1, 0); 57 str = zend_string_alloc(num->n_len + signch, 0);
|
/PHP-8.2/ext/standard/ |
H A D | net.c | 60 zend_string *ret = zend_string_alloc(INET6_ADDRSTRLEN, 0); in php_inet_ntop() 70 zend_string *ret = zend_string_alloc(INET_ADDRSTRLEN, 0); in php_inet_ntop() 89 zend_string *ret = zend_string_alloc(NI_MAXHOST, 0); in php_inet_ntop() 207 zend_string *mac = zend_string_alloc(p->PhysicalAddressLength * 3, 0); in PHP_FUNCTION()
|
H A D | password.c | 85 buffer = zend_string_alloc(length * 3 / 4 + 1, 0); in php_password_make_salt() 92 ret = zend_string_alloc(length, 0); in php_password_make_salt() 203 hash = zend_string_alloc(ZSTR_LEN(salt) + hash_format_len, 0); in php_password_bcrypt_hash() 342 out = zend_string_alloc(32, 0); in php_password_argon2_hash() 352 encoded = zend_string_alloc(encoded_len - 1, 0); in php_password_argon2_hash()
|
H A D | quot_print.c | 95 retval = zend_string_alloc(buf_size, 0); in php_quot_print_decode() 214 str_out = zend_string_alloc(ZSTR_LEN(arg1), 0); in PHP_FUNCTION()
|
H A D | metaphone.c | 173 *phoned_word = zend_string_alloc(sizeof(char) * word_len + 1, 0); in metaphone() 176 *phoned_word = zend_string_alloc(sizeof(char) * max_phonemes + 1, 0); in metaphone()
|
H A D | uuencode.c | 140 dest = zend_string_alloc((size_t) ceil(src_len * 0.75), 0); in php_uudecode()
|
H A D | base64.c | 790 result = zend_string_alloc(length, 0); in php_base64_decode_ex() 866 result = zend_string_alloc(length, 0); in php_base64_decode_ex_ssse3() 914 result = zend_string_alloc(length, 0); in php_base64_decode_ex_default()
|
H A D | md5.c | 61 RETVAL_NEW_STR(zend_string_alloc(32, 0)); in PHP_FUNCTION() 112 RETVAL_NEW_STR(zend_string_alloc(32, 0)); in PHP_FUNCTION()
|
/PHP-8.2/ext/intl/idn/ |
H A D | idn.c | 77 buffer = zend_string_alloc(buffer_capac, 0); in php_intl_idn_to_46() 87 buffer = zend_string_alloc(buffer_capac, 0); in php_intl_idn_to_46()
|
/PHP-8.2/ext/odbc/ |
H A D | odbc_utils.c | 63 zend_string *new_string = zend_string_alloc(new_size, 0); in PHP_FUNCTION()
|
/PHP-8.2/ext/com_dotnet/ |
H A D | com_olechar.c | 81 string = zend_string_alloc(length - 1, /* persistent */ false); in php_com_olestring_to_string() 135 string = zend_string_alloc(mb_len - 1, 0); in php_com_bstr_to_string()
|
/PHP-8.2/ext/dba/ |
H A D | dba_cdb.c | 162 fetched_val = zend_string_alloc(len, /* persistent */ false); in DBA_FETCH_FUNC() 265 key = zend_string_alloc(klen, /* persistent */ false); in DBA_FIRSTKEY_FUNC() 296 key = zend_string_alloc(klen, /* persistent */ false); in DBA_NEXTKEY_FUNC()
|
/PHP-8.2/ext/intl/ |
H A D | intl_convertcpp.cpp | 71 u8res = zend_string_alloc(capacity, 0); in intl_charFromString()
|
H A D | intl_convert.c | 135 dst = zend_string_alloc(dst_len, 0); in intl_convert_utf16_to_utf8()
|
/PHP-8.2/Zend/ |
H A D | zend_string.h | 150 static zend_always_inline zend_string *zend_string_alloc(size_t len, bool persistent) in zend_string_alloc() function 174 zend_string *ret = zend_string_alloc(len, persistent); in zend_string_init() 234 ret = zend_string_alloc(len, persistent); in zend_string_realloc() 255 ret = zend_string_alloc(len, persistent); in zend_string_extend() 276 ret = zend_string_alloc(len, persistent); in zend_string_truncate()
|
H A D | zend_smart_str.c | 35 str->s = zend_string_alloc(str->a, 0); in smart_str_erealloc() 49 str->s = zend_string_alloc(str->a, 1); in smart_str_realloc()
|
H A D | zend_string.c | 106 str = zend_string_alloc(sizeof("")-1, 1); in zend_interned_strings_init() 473 zend_string *res = zend_string_alloc(len, 0); in zend_string_concat2() 488 zend_string *res = zend_string_alloc(len, 0); in zend_string_concat3()
|
/PHP-8.2/ext/filter/ |
H A D | sanitizing_filters.c | 109 buf = zend_string_alloc(Z_STRLEN_P(value), 0); in php_filter_strip() 151 buf = zend_string_alloc(Z_STRLEN_P(value), 0); in filter_map_apply()
|
/PHP-8.2/sapi/phpdbg/ |
H A D | phpdbg_print.c | 160 zend_string *lcname = zend_string_alloc(strlen(param->method.name), 0); in PHPDBG_PRINT() 209 lcname = zend_string_alloc(func_name_len, 0); in PHPDBG_PRINT()
|
/PHP-8.2/ext/intl/breakiterator/ |
H A D | rulebasedbreakiterator_methods.cpp | 204 zend_string *ret_rules = zend_string_alloc(rules_len, 0); in PHP_METHOD()
|
H A D | breakiterator_iterators.cpp | 184 res = zend_string_alloc(next - cur, 0); in _breakiterator_parts_move_forward()
|
/PHP-8.2/ext/random/ |
H A D | randomizer.c | 170 retval = zend_string_alloc(length, 0); in PHP_METHOD()
|
/PHP-8.2/ext/soap/ |
H A D | php_http.c | 1147 zend_string *s = zend_string_alloc((p - t) + ZSTR_LEN(new_url->path) + 2, 0); in make_http_soap_request() 1155 zend_string *s = zend_string_alloc(ZSTR_LEN(new_url->path) + 2, 0); in make_http_soap_request() 1485 http_buf = zend_string_alloc(buf_size, 0); in get_http_body() 1545 http_buf = zend_string_alloc(header_length, 0); in get_http_body() 1559 http_buf = zend_string_alloc(4096, 0); in get_http_body()
|