Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dinfra.c69 return zend_string_truncate(input, len, false); in dom_strip_and_collapse_ascii_whitespace()
/php-src/ext/intl/
H A Dintl_convertcpp.cpp82 u8res = zend_string_truncate(u8res, actual_len, 0); in intl_charFromString()
/php-src/ext/standard/
H A Dexec.c380 cmd = zend_string_truncate(cmd, y, 0); in php_escape_shell_cmd()
470 cmd = zend_string_truncate(cmd, y, 0); in php_escape_shell_arg()
H A Duuencode.c124 dest = zend_string_truncate(dest, (char *) p - ZSTR_VAL(dest), 0); in php_uuencode()
H A Dquot_print.c182 ret = zend_string_truncate(ret, d - (unsigned char*)ZSTR_VAL(ret), 0); in php_quot_print_encode()
H A Diptc.c294 spoolbuf = zend_string_truncate(spoolbuf, poi - (unsigned char*)ZSTR_VAL(spoolbuf), 0); in PHP_FUNCTION()
H A Dstring.c837 newtext = zend_string_truncate(newtext, newtextlen, 0); in PHP_FUNCTION()
2652 RETURN_NEW_STR(zend_string_truncate(str, q - ZSTR_VAL(str), 0));
3377 new_str = zend_string_truncate(new_str, e - s, 0);
3829 new_str = zend_string_truncate(new_str, newlen, 0);
4022 new_str = zend_string_truncate(new_str, target - ZSTR_VAL(new_str), 0);
4162 new_str = zend_string_truncate(new_str, target - ZSTR_VAL(new_str), 0);
6229 str = zend_string_truncate(str, ZSTR_LEN(str), 0);
6258 str = zend_string_truncate(str, ZSTR_LEN(str), 0);
H A Durl.c539 start = zend_string_truncate(start, to - (unsigned char*)ZSTR_VAL(start), 0); in php_url_encode_impl()
H A Dfile.c917 str = zend_string_truncate(str, line_len, 0); in PHP_FUNCTION()
/php-src/main/streams/
H A Dstreams.c805 return zend_string_truncate(str, read, 0); in php_stream_read_to_str()
1547 result = zend_string_truncate(result, len, persistent); in _php_stream_copy_to_mem()
1593 result = zend_string_truncate(result, len, persistent); in _php_stream_copy_to_mem()
H A Dmemory.c237 ms->data = zend_string_truncate(ms->data, newsize, 0); in php_stream_memory_set_option()
/php-src/Zend/
H A Dzend_string.h287 static zend_always_inline zend_string *zend_string_truncate(zend_string *s, size_t len, bool persis… in zend_string_truncate() function
/php-src/ext/pdo_mysql/
H A Dmysql_driver.c346 quoted_str = zend_string_truncate(quoted_str, quotedlen, false); in mysql_handle_quoter()
/php-src/ext/intl/locale/
H A Dlocale_methods.c771 kw_value_str = zend_string_truncate(kw_value_str, kw_value_len, 0); in PHP_FUNCTION()
/php-src/ext/zlib/
H A Dzlib.c406 out = zend_string_truncate(out, Z.total_out, 0); in php_zlib_encode()
/php-src/ext/xml/
H A Dxml.c531 str = zend_string_truncate(str, ZSTR_LEN(str), 0); in xml_utf8_decode()
/php-src/ext/mysqli/
H A Dmysqli_api.c1366 newstr = zend_string_truncate(newstr, ZSTR_LEN(newstr), 0); in PHP_FUNCTION()
/php-src/ext/sockets/
H A Dsockets.c943 tmpbuf = zend_string_truncate(tmpbuf, retval, 0);
/php-src/ext/pgsql/
H A Dpgsql.c2743 buf = zend_string_truncate(buf, nbytes, 0); in PHP_FUNCTION()
3509 to = zend_string_truncate(to, ZSTR_LEN(to), 0); in PHP_FUNCTION()
/php-src/ext/odbc/
H A Dphp_odbc.c1899 field_str = zend_string_truncate(field_str, result->values[field_ind].vallen, 0); in PHP_FUNCTION()
/php-src/ext/openssl/
H A Dopenssl.c6968 out = zend_string_truncate(out, out_len, 0); in PHP_FUNCTION()
7067 out = zend_string_truncate(out, out_len, 0); in PHP_FUNCTION()
/php-src/ext/date/
H A Dphp_date.c1350 buf = zend_string_truncate(buf, real_len, 0); in php_strftime()

Completed in 172 milliseconds