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.h57 size_t new_len = smart_str_alloc(dest, len, persistent); in smart_str_extend_ex() local
123 size_t new_len = smart_str_alloc(dest, 1, persistent); in smart_str_appendc_ex() local
129 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.c170 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.c1609 size_t new_len; /* Length of needed storage */ in php_pcre_replace_impl() local
1849 size_t new_len; /* Length of needed storage */ in php_pcre_replace_func_impl() local
/php-src/ext/pgsql/
H A Dpgsql.c4223 size_t new_len; in php_pgsql_meta_data() local
5327 size_t new_len; in php_pgsql_insert() local
5502 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/opcache/
H A Dzend_file_cache.c260 size_t new_len = info->str_size + len; local
/php-src/ext/standard/
H A Dfile.c2024 size_t new_len; in php_fgetcsv() local
/php-src/ext/phar/
H A Dphar.c2131 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/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-src/ext/soap/
H A Dphp_encoding.c837 int new_len; in to_xml_string() local

Completed in 136 milliseconds