Home
last modified time | relevance | path

Searched defs:new_len (Results 1 – 13 of 13) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_smart_str.h75 size_t new_len = smart_str_alloc(dest, len, persistent); in smart_str_extend_ex() local
112 size_t new_len = smart_str_alloc(dest, 1, persistent); in smart_str_appendc_ex() local
118 size_t new_len = smart_str_alloc(dest, len, persistent); in smart_str_appendl_ex() local
H A Dzend_smart_string.h85 size_t new_len = smart_string_alloc(dest, len, persistent); in smart_string_appendl_ex() local
/PHP-8.0/ext/filter/
H A Dsanitizing_filters.c171 size_t new_len; in php_filter_string() local
/PHP-8.0/win32/
H A Dioutil.c601 …_normalization_result php_win32_ioutil_normalize_path_w(wchar_t **buf, size_t len, size_t *new_len) in php_win32_ioutil_normalize_path_w()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_utils.c198 PHPDBG_API char *phpdbg_trim(const char *str, size_t len, size_t *new_len) /* {{{ */ in phpdbg_trim()
/PHP-8.0/ext/pcre/
H A Dphp_pcre.c1621 size_t new_len; /* Length of needed storage */ in php_pcre_replace_impl() local
1862 size_t new_len; /* Length of needed storage */ in php_pcre_replace_func_impl() local
/PHP-8.0/ext/opcache/
H A Dzend_file_cache.c255 size_t new_len = info->str_size + len; local
/PHP-8.0/ext/pgsql/
H A Dpgsql.c4253 size_t new_len; in php_pgsql_meta_data() local
5383 size_t new_len; in php_pgsql_insert() local
5555 size_t new_len = PQescapeStringConn(pg_link, tmp, Z_STRVAL_P(val), Z_STRLEN_P(val), NULL); in build_assignment_string() local
/PHP-8.0/ext/standard/
H A Dfile.c2081 size_t new_len; in php_fgetcsv() local
/PHP-8.0/ext/phar/
H A Dphar.c2137 char *phar_fix_filepath(char *path, size_t *new_len, int use_cwd) /* {{{ */ in phar_fix_filepath()
H A Dphar_object.c1989 size_t new_len, oldname_len, phar_ext_len; in phar_rename_archive() local
/PHP-8.0/ext/session/
H A Dsession.c1662 PHPAPI void session_adapt_url(const char *url, size_t url_len, char **new_url, size_t *new_len) /* … in session_adapt_url()
/PHP-8.0/ext/soap/
H A Dphp_encoding.c833 int new_len; in to_xml_string() local

Completed in 96 milliseconds