Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_smart_str.h58 size_t new_len = smart_str_alloc(dest, len, persistent); in smart_str_extend_ex() local
124 size_t new_len = smart_str_alloc(dest, 1, persistent); in smart_str_appendc_ex() local
130 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-src/ext/filter/
H A Dsanitizing_filters.c172 size_t new_len; in php_filter_string() local
/php-src/sapi/phpdbg/
H A Dphpdbg_utils.c197 PHPDBG_API char *phpdbg_trim(const char *str, size_t len, size_t *new_len) /* {{{ */ in phpdbg_trim()
/php-src/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-src/ext/pcre/
H A Dphp_pcre.c1624 size_t new_len; /* Length of needed storage */ in php_pcre_replace_impl() local
1864 size_t new_len; /* Length of needed storage */ in php_pcre_replace_func_impl() local
/php-src/ext/opcache/
H A Dzend_file_cache.c260 size_t new_len = info->str_size + len; local
/php-src/ext/pgsql/
H A Dpgsql.c4447 size_t new_len; in php_pgsql_meta_data() local
5556 size_t new_len; in php_pgsql_insert() local
5733 size_t new_len = PQescapeStringConn(pg_link, tmp, Z_STRVAL_P(val), Z_STRLEN_P(val), NULL); in build_assignment_string() local
/php-src/ext/phar/
H A Dphar.c2126 char *phar_fix_filepath(char *path, size_t *new_len, int use_cwd) /* {{{ */ in phar_fix_filepath()
H A Dphar_object.c1983 size_t new_len, oldname_len, phar_ext_len; in phar_rename_archive() local
/php-src/ext/standard/
H A Dfile.c2016 size_t new_len; in php_fgetcsv() local
/php-src/ext/session/
H A Dsession.c1674 PHPAPI void session_adapt_url(const char *url, size_t url_len, char **new_url, size_t *new_len) /* … in session_adapt_url()
/php-src/ext/soap/
H A Dphp_encoding.c834 int new_len; in to_xml_string() local

Completed in 123 milliseconds