Searched defs:new_len (Results 1 – 13 of 13) sorted by relevance
/php-src/Zend/ |
H A D | zend_smart_str.h | 58 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 D | zend_smart_string.h | 85 size_t new_len = smart_string_alloc(dest, len, persistent); in smart_string_appendl_ex() local
|
/php-src/ext/filter/ |
H A D | sanitizing_filters.c | 172 size_t new_len; in php_filter_string() local
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_utils.c | 197 PHPDBG_API char *phpdbg_trim(const char *str, size_t len, size_t *new_len) /* {{{ */ in phpdbg_trim()
|
/php-src/win32/ |
H A D | ioutil.c | 618 …_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 D | php_pcre.c | 1616 size_t new_len; /* Length of needed storage */ in php_pcre_replace_impl() local 1858 size_t new_len; /* Length of needed storage */ in php_pcre_replace_func_impl() local
|
/php-src/ext/opcache/ |
H A D | zend_file_cache.c | 263 size_t new_len = info->str_size + len; local
|
/php-src/ext/pgsql/ |
H A D | pgsql.c | 4520 size_t new_len, len; in php_pgsql_meta_data() local 5575 size_t new_len; in php_pgsql_insert() local 5752 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/standard/ |
H A D | file.c | 1990 size_t new_len; in php_fgetcsv() local
|
/php-src/ext/phar/ |
H A D | phar.c | 2127 char *phar_fix_filepath(char *path, size_t *new_len, int use_cwd) /* {{{ */ in phar_fix_filepath()
|
H A D | phar_object.c | 1991 size_t new_len, oldname_len, phar_ext_len; in phar_rename_archive() local
|
/php-src/ext/session/ |
H A D | session.c | 1767 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 D | php_encoding.c | 887 size_t new_len = ZSTR_LEN(serialization); in to_xml_string() local
|
Completed in 86 milliseconds