Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_smart_str.h77 size_t new_len = smart_str_alloc(dest, len, persistent); in smart_str_extend_ex() local
114 size_t new_len = smart_str_alloc(dest, 1, persistent); in smart_str_appendc_ex() local
120 size_t new_len = smart_str_alloc(dest, len, persistent); in smart_str_appendl_ex() local
H A Dzend_smart_string.h87 size_t new_len = smart_string_alloc(dest, len, persistent); in smart_string_appendl_ex() local
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dencodings.c50 static char* convert(const char* src, int src_len, int *new_len, const char* from_enc, const char* … in convert()
H A Dxml_element.c637 int new_len = 0; in _xmlrpc_charHandler() local
/PHP-7.4/ext/filter/
H A Dsanitizing_filters.c183 size_t new_len; in php_filter_string() local
/PHP-7.4/win32/
H A Dioutil.c603 …_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-7.4/sapi/phpdbg/
H A Dphpdbg_utils.c200 PHPDBG_API char *phpdbg_trim(const char *str, size_t len, size_t *new_len) /* {{{ */ in phpdbg_trim()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c816 size_t new_len; in php_pgsql_PQescapeInternal() local
5531 size_t new_len; local
6660 size_t new_len; local
6828 size_t new_len = PQescapeStringConn(pg_link, tmp, Z_STRVAL_P(val), Z_STRLEN_P(val), NULL); local
/PHP-7.4/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-7.4/ext/opcache/
H A Dzend_file_cache.c230 size_t new_len = info->str_size + len; local
/PHP-7.4/ext/standard/
H A Dfile.c2160 size_t new_len; in php_fgetcsv() local
/PHP-7.4/ext/phar/
H A Dphar.c2086 char *phar_fix_filepath(char *path, size_t *new_len, int use_cwd) /* {{{ */ in phar_fix_filepath()
H A Dphar_object.c2021 size_t new_len, oldname_len, phar_ext_len; in phar_rename_archive() local
/PHP-7.4/ext/soap/
H A Dphp_encoding.c835 int new_len; in to_xml_string() local
/PHP-7.4/ext/mbstring/
H A Dmbstring.c3342 size_t new_len; in PHP_FUNCTION() local

Completed in 122 milliseconds