Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 250) sorted by last modified time

12345678910

/php-src/Zend/
H A Dzend_inheritance.c71 size_t size = ZEND_TYPE_LIST_SIZE(old_list->num_types); in zend_type_list_copy_ctor() local
1447 size_t size; in zend_build_properties_info_table() local
H A Dzend_portability.h211 # define do_alloca_ex(size, limit, use_heap) \ argument
213 # define do_alloca(size, use_heap) \ argument
492 #define ZEND_SECURE_ZERO(var, size) RtlSecureZeroMemory((var), (size)) argument
494 #define ZEND_SECURE_ZERO(var, size) explicit_bzero((var), (size)) argument
H A Dzend_alloc.c156 #define ZEND_MM_ALIGNED_OFFSET(size, alignment) \ argument
158 #define ZEND_MM_ALIGNED_BASE(size, alignment) \ argument
160 #define ZEND_MM_SIZE_TO_NUM(size, alignment) \ argument
311 size_t size; member
374 size_t size) in zend_mm_safe_error()
494 static void *zend_mm_mmap(size_t size) in zend_mm_mmap()
1761 size_t size; local
1871 size_t size = heap->real_size + new_size; local
1877 size_t size = heap->size + new_size; local
1890 size_t size; local
[all …]
H A Dzend.c187 zend_long size = zend_ini_parse_quantity_warn(new_value, entry->name); in ZEND_INI_MH() local
203 zend_ulong size = zend_ini_parse_uquantity_warn(new_value, entry->name); in ZEND_INI_MH() local
/php-src/ext/dom/
H A Ddocument.c1581 int size, format, old_xml_save_no_empty_tags; in dom_document_save_xml() local
2197 int size = xmlBufferLength(buf); in PHP_METHOD() local
2208 int size = 0; in PHP_METHOD() local
/php-src/ext/openssl/
H A Dopenssl.c3550 static int php_openssl_pem_password_cb(char *buf, int size, int rwflag, void *userdata) in php_openssl_pem_password_cb()
/php-src/ext/pgsql/
H A Dpgsql.c2829 size_t size; in PHP_FUNCTION() local
/php-src/ext/opcache/jit/ir/
H A Dir_private.h59 #define IR_ALIGNED_SIZE(size, alignment) \ argument
231 IR_ALWAYS_INLINE ir_arena* ir_arena_create(size_t size) in ir_arena_create()
252 IR_ALWAYS_INLINE void* ir_arena_alloc(ir_arena **arena_ptr, size_t size) in ir_arena_alloc()
484 uint32_t size; member
492 IR_ALWAYS_INLINE void ir_sparse_set_init(ir_sparse_set *set, uint32_t size) in ir_sparse_set_init()
637 uint32_t size; member
644 IR_ALWAYS_INLINE void ir_array_init(ir_array *a, uint32_t size) in ir_array_init()
697 IR_ALWAYS_INLINE void ir_list_init(ir_list *l, uint32_t size) in ir_list_init()
764 IR_ALWAYS_INLINE void ir_worklist_init(ir_worklist *w, uint32_t size) in ir_worklist_init()
827 uint32_t size; member
H A Dir_fold.h2461 size_t size = ir_type_size[IR_OPT_TYPE(opt)]; in IR_FOLD() local
H A Dir.c1422 uint32_t size = tab->size * 2; local
1551 uint32_t size = tab->size * 2; local
1647 void *ir_mem_mmap(size_t size)
1667 int ir_mem_unmap(void *ptr, size_t size)
1674 int ir_mem_protect(void *ptr, size_t size)
1684 int ir_mem_flush(void *ptr, size_t size)
1689 void *ir_mem_mmap(size_t size)
1702 int ir_mem_unmap(void *ptr, size_t size)
1708 int ir_mem_protect(void *ptr, size_t size)
1730 int ir_mem_flush(void *ptr, size_t size)
[all …]
H A Dir_ra.c2511 static int32_t ir_allocate_small_spill_slot(ir_ctx *ctx, size_t size, ir_reg_alloc_data *data) in ir_allocate_small_spill_slot()
2616 static int32_t ir_allocate_big_spill_slot(ir_ctx *ctx, int32_t size, ir_reg_alloc_data *data) in ir_allocate_big_spill_slot()
3719 uint8_t size; in ir_linear_scan() local
H A Dir.h486 uint32_t size; member
907 IR_ALWAYS_INLINE void *ir_jit_compile(ir_ctx *ctx, int opt_level, size_t *size) in ir_jit_compile()
/php-src/ext/mbstring/
H A Dmbstring.c302 size_t n, size; in php_mb_parse_encoding_list() local
381 size_t size = zend_hash_num_elements(target_hash) + MBSTRG(default_detect_order_list_size); in php_mb_parse_encoding_array() local
702 size_t size; in PHP_INI_MH() local
728 size_t size; in _php_mb_ini_mbstring_http_input_set() local
1386 size_t size; in PHP_FUNCTION() local
2803 static void remove_non_encodings_from_elist(const mbfl_encoding **elist, size_t *size) in remove_non_encodings_from_elist()
3164 static const mbfl_encoding **duplicate_elist(const mbfl_encoding **elist, size_t size) in duplicate_elist()
3399 size_t size; in PHP_FUNCTION() local
/php-src/ext/gmp/
H A Dgmp.c918 int gmp_import_export_validate(zend_long size, zend_long options, int *order, int *endian) in gmp_import_export_validate()
965 zend_long size = 1; in ZEND_FUNCTION() local
993 zend_long size = 1; in ZEND_FUNCTION() local
/php-src/ext/dom/lexbor/lexbor/ports/windows_nt/lexbor/core/
H A Dmemory.c15 lexbor_malloc(size_t size) in lexbor_malloc()
21 lexbor_realloc(void *dst, size_t size) in lexbor_realloc()
27 lexbor_calloc(size_t num, size_t size) in lexbor_calloc()
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Dinitial.c292 size_t size, i; in lxb_html_tree_insertion_mode_initial_doctype_ckeck_public() local
332 size_t size; in lxb_html_tree_insertion_mode_initial_doctype_ckeck_system() local
357 size_t size; in lxb_html_tree_insertion_mode_initial_doctype_ckeck_pubsys() local
383 size_t size; in lxb_html_tree_insertion_mode_initial_doctype_check_limq() local
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.c679 size_t size; in lxb_html_tree_insert_character() local
H A Dtree.h240 lxb_html_tree_chunk(lxb_html_tree_t *tree, const lxb_char_t *html, size_t size) in lxb_html_tree_chunk()
257 const lxb_char_t *html, size_t size) in lxb_html_tree_build()
H A Dtokenizer.c309 size_t size) in lxb_html_tokenizer_chunk()
H A Dtokenizer.h254 lxb_html_tokenizer_temp_realloc(lxb_html_tokenizer_t *tkz, size_t size) in lxb_html_tokenizer_temp_realloc()
275 size_t size = data - tkz->begin; in lxb_html_tokenizer_temp_append_data() local
290 const lxb_char_t *data, size_t size) in lxb_html_tokenizer_temp_append()
H A Dparser.c121 lxb_html_parse(lxb_html_parser_t *parser, const lxb_char_t *html, size_t size) in lxb_html_parse()
149 const lxb_char_t *html, size_t size) in lxb_html_parse_fragment()
162 const lxb_char_t *html, size_t size) in lxb_html_parse_fragment_by_tag_id()
280 const lxb_char_t *html, size_t size) in lxb_html_parse_fragment_chunk_process()
403 const lxb_char_t *html, size_t size) in lxb_html_parse_chunk_process()
/php-src/ext/dom/lexbor/lexbor/ports/posix/lexbor/core/
H A Dmemory.c15 lexbor_malloc(size_t size) in lexbor_malloc()
21 lexbor_realloc(void *dst, size_t size) in lexbor_realloc()
27 lexbor_calloc(size_t num, size_t size) in lexbor_calloc()
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate.c1804 size_t size, tail_size; in lxb_html_tokenizer_state_char_ref_named() local
H A Dstate.h27 #define lxb_html_tokenizer_state_append_m(tkz, v_data, size) \ argument
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Ddocument.c715 const lxb_char_t *html, size_t size) in lxb_html_document_parse()
776 const lxb_char_t *html, size_t size) in lxb_html_document_parse_chunk()
791 const lxb_char_t *html, size_t size) in lxb_html_document_parse_fragment()
848 const lxb_char_t *html, size_t size) in lxb_html_document_parse_fragment_chunk()

Completed in 180 milliseconds

12345678910