Home
last modified time | relevance | path

Searched refs:zend_string_alloc (Results 1 – 25 of 94) sorted by relevance

1234

/PHP-8.2/ext/sodium/
H A Dlibsodium.c48 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 Dsodium_pwhash.c85 ret = zend_string_alloc(crypto_pwhash_STRBYTES - 1, 0); in php_sodium_argon2_hash()
/PHP-8.2/ext/bcmath/libbcmath/src/
H A Dnum2str.c55 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 Dnet.c60 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 Dpassword.c85 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 Dquot_print.c95 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 Dmetaphone.c173 *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 Duuencode.c140 dest = zend_string_alloc((size_t) ceil(src_len * 0.75), 0); in php_uudecode()
H A Dbase64.c790 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 Dmd5.c61 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 Didn.c77 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 Dodbc_utils.c63 zend_string *new_string = zend_string_alloc(new_size, 0); in PHP_FUNCTION()
/PHP-8.2/ext/com_dotnet/
H A Dcom_olechar.c81 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 Ddba_cdb.c162 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 Dintl_convertcpp.cpp71 u8res = zend_string_alloc(capacity, 0); in intl_charFromString()
H A Dintl_convert.c135 dst = zend_string_alloc(dst_len, 0); in intl_convert_utf16_to_utf8()
/PHP-8.2/Zend/
H A Dzend_string.h150 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 Dzend_smart_str.c35 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 Dzend_string.c106 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 Dsanitizing_filters.c109 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 Dphpdbg_print.c160 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 Drulebasedbreakiterator_methods.cpp204 zend_string *ret_rules = zend_string_alloc(rules_len, 0); in PHP_METHOD()
H A Dbreakiterator_iterators.cpp184 res = zend_string_alloc(next - cur, 0); in _breakiterator_parts_move_forward()
/PHP-8.2/ext/random/
H A Drandomizer.c170 retval = zend_string_alloc(length, 0); in PHP_METHOD()
/PHP-8.2/ext/soap/
H A Dphp_http.c1147 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()

Completed in 71 milliseconds

1234