Searched defs:new_len (Results 1 – 14 of 14) sorted by relevance
/PHP-7.0/Zend/ |
H A D | zend_smart_str.h | 83 size_t new_len = smart_str_alloc(dest, 1, persistent); in smart_str_appendc_ex() local 89 size_t new_len = smart_str_alloc(dest, len, persistent); in smart_str_appendl_ex() local
|
/PHP-7.0/ext/xmlrpc/libxmlrpc/ |
H A D | encodings.c | 61 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 | 644 int new_len = 0; in _xmlrpc_charHandler() local
|
/PHP-7.0/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.0/ext/filter/ |
H A D | sanitizing_filters.c | 184 size_t new_len; in php_filter_string() local
|
/PHP-7.0/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.0/ext/opcache/ |
H A D | zend_file_cache.c | 211 size_t new_len = info->str_size + len; in zend_file_cache_serialize_interned() local
|
/PHP-7.0/ext/pgsql/ |
H A D | pgsql.c | 817 size_t new_len; in php_pgsql_PQescapeInternal() local 5499 size_t new_len; local 6609 size_t new_len; local 6779 size_t new_len; local
|
/PHP-7.0/ext/pcre/ |
H A D | php_pcre.c | 1163 size_t new_len; /* Length of needed storage */ in php_pcre_replace_impl() local
|
/PHP-7.0/ext/standard/ |
H A D | file.c | 2113 size_t new_len; in php_fgetcsv() local
|
/PHP-7.0/ext/phar/ |
H A D | phar.c | 2090 char *phar_fix_filepath(char *path, int *new_len, int use_cwd) /* {{{ */
|
H A D | phar_object.c | 2070 size_t new_len, oldname_len; in phar_rename_archive() local
|
/PHP-7.0/ext/soap/ |
H A D | php_encoding.c | 849 int new_len; in to_xml_string() local
|
/PHP-7.0/ext/mbstring/ |
H A D | mbstring.c | 3210 size_t str_len, new_len; in PHP_FUNCTION() local
|
Completed in 90 milliseconds