Home
last modified time | relevance | path

Searched defs:new_size (Results 1 – 17 of 17) sorted by relevance

/php-src/ext/odbc/
H A Dodbc_utils.c62 size_t new_size = php_odbc_connstr_estimate_quote_length(ZSTR_VAL(str)); in PHP_FUNCTION() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Dmraw.c243 size_t size, size_t begin_len, size_t new_size, in lexbor_mraw_realloc_tail()
315 lexbor_mraw_realloc(lexbor_mraw_t *mraw, void *data, size_t new_size) in lexbor_mraw_realloc()
H A Darray.c69 size_t new_size; in lexbor_array_expand() local
H A Darray_obj.c72 size_t new_size; in lexbor_array_obj_expand() local
H A Dstr.c94 lexbor_str_realloc(lexbor_str_t *str, lexbor_mraw_t *mraw, size_t new_size) in lexbor_str_realloc()
/php-src/ext/mysqlnd/
H A Dmysqlnd_alloc.h47 #define mnd_erealloc(ptr, new_size) mysqlnd_allocator.m_erealloc((ptr), (new_size) MYSQLND_MEM_C) argument
48 #define mnd_perealloc(ptr, new_size, p) mysqlnd_allocator.m_perealloc((ptr), (new_size), (p) MYSQLN… argument
H A Dmysqlnd_alloc.c173 static void * _mysqlnd_perealloc(void *ptr, size_t new_size, bool persistent MYSQLND_MEM_D) in _mysqlnd_perealloc()
406 static void * mysqlnd_zend_mm_perealloc(void *ptr, size_t new_size, bool persistent MYSQLND_MEM_D) in mysqlnd_zend_mm_perealloc()
/php-src/Zend/
H A Dzend_objects_API.c130 uint32_t new_size = 2 * EG(objects_store).size; in zend_objects_store_put_cold() local
H A Dzend_alloc.c862 static int zend_mm_chunk_truncate(zend_mm_heap *heap, void *addr, size_t old_size, size_t new_size)
881 static int zend_mm_chunk_extend(zend_mm_heap *heap, void *addr, size_t old_size, size_t new_size)
1630 size_t new_size; local
1718 size_t new_size; local
1967 size_t new_size = ZEND_MM_ALIGNED_SIZE_EX(size, alignment); local
H A Dzend_ast.c35 static inline void *zend_ast_realloc(void *old, size_t old_size, size_t new_size) { in zend_ast_realloc()
H A Dzend_gc.c601 size_t new_size; in gc_grow_root_buffer() local
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtokenizer.c225 size_t new_size; in lxb_css_syntax_tokenizer_cache_expand() local
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtokenizer.h257 size_t new_size = (tkz->end - tkz->start) + size + 4096; in lxb_html_tokenizer_temp_realloc() local
/php-src/ext/standard/
H A Dhtml.c981 size_t new_size; in php_unescape_html_entities() local
/php-src/main/streams/
H A Dplain_wrapper.c943 ptrdiff_t new_size = *(ptrdiff_t*)ptrparam; in php_stdiop_set_option() local
H A Duserspace.c944 ptrdiff_t new_size = *(ptrdiff_t*) ptrparam; in php_userstreamop_set_option() local
/php-src/ext/exif/
H A Dexif.c2865 size_t new_size, new_move, new_value; in exif_thumbnail_build() local

Completed in 74 milliseconds