Searched defs:new_len (Results 1 – 16 of 16) sorted by relevance
/PHP-7.3/Zend/ |
H A D | zend_smart_str.h | 77 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 D | zend_smart_string.h | 87 size_t new_len = smart_string_alloc(dest, len, persistent); in smart_string_appendl_ex() local
|
/PHP-7.3/ext/xmlrpc/libxmlrpc/ |
H A D | encodings.c | 52 static char* convert(const char* src, int src_len, int *new_len, const char* from_enc, const char* … in convert()
|
H A D | xml_element.c | 641 int new_len = 0; in _xmlrpc_charHandler() local
|
/PHP-7.3/ext/zip/lib/ |
H A D | zip_extra_field_api.c | 233 int i, found, new_len; in zip_file_extra_field_set() local
|
/PHP-7.3/ext/filter/ |
H A D | sanitizing_filters.c | 183 size_t new_len; in php_filter_string() local
|
/PHP-7.3/win32/ |
H A D | ioutil.c | 601 …_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.3/sapi/phpdbg/ |
H A D | phpdbg_utils.c | 200 PHPDBG_API char *phpdbg_trim(const char *str, size_t len, size_t *new_len) /* {{{ */ in phpdbg_trim()
|
/PHP-7.3/ext/pcre/ |
H A D | php_pcre.c | 1572 size_t new_len; /* Length of needed storage */ in php_pcre_replace_impl() local 1815 size_t new_len; /* Length of needed storage */ in php_pcre_replace_func_impl() local
|
/PHP-7.3/ext/pgsql/ |
H A D | pgsql.c | 822 size_t new_len; in php_pgsql_PQescapeInternal() local 5531 size_t new_len; local 6668 size_t new_len; local 6836 size_t new_len = PQescapeStringConn(pg_link, tmp, Z_STRVAL_P(val), Z_STRLEN_P(val), NULL); local
|
/PHP-7.3/ext/opcache/ |
H A D | zend_file_cache.c | 228 size_t new_len = info->str_size + len; local
|
/PHP-7.3/ext/phar/ |
H A D | phar.c | 2099 char *phar_fix_filepath(char *path, size_t *new_len, int use_cwd) /* {{{ */
|
H A D | phar_object.c | 2008 size_t new_len, oldname_len, phar_ext_len; in phar_rename_archive() local
|
/PHP-7.3/ext/standard/ |
H A D | file.c | 2168 size_t new_len; in php_fgetcsv() local
|
/PHP-7.3/ext/soap/ |
H A D | php_encoding.c | 835 int new_len; in to_xml_string() local
|
/PHP-7.3/ext/mbstring/ |
H A D | mbstring.c | 3212 size_t new_len; in PHP_FUNCTION() local
|
Completed in 100 milliseconds