Home
last modified time | relevance | path

Searched defs:size (Results 151 – 175 of 250) sorted by last modified time

12345678910

/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c1334 size_t size = sizeof(*p); in mcopy() local
H A Dtar.h58 char size[12]; member
H A Dcdf.c531 cdf_count_chain(const cdf_sat_t *sat, cdf_secid_t sid, size_t size) in cdf_count_chain()
1348 cdf_dump_sat(const char *prefix, const cdf_sat_t *sat, size_t size) in cdf_dump_sat()
/php-src/ext/standard/
H A Dfile.c1193 size_t size = 0; in PHP_FUNCTION() local
1251 size_t size; in PHP_FUNCTION() local
1378 zend_long size; in PHP_FUNCTION() local
/php-src/Zend/
H A Dzend_execute.h245 static zend_always_inline zend_vm_stack zend_vm_stack_new_page(size_t size, zend_vm_stack prev) { in zend_vm_stack_new_page()
H A Dzend_multibyte.c191 size_t size = 0; in zend_multibyte_set_script_encoding_by_string() local
H A Dzend_string.c137 …ring *zend_interned_string_ht_lookup_ex(zend_ulong h, const char *str, size_t size, HashTable *int… in zend_interned_string_ht_lookup_ex()
272 static zend_string* ZEND_FASTCALL zend_string_init_interned_permanent(const char *str, size_t size,… in zend_string_init_interned_permanent()
288 …FASTCALL zend_string_init_existing_interned_permanent(const char *str, size_t size, bool permanent) in zend_string_init_existing_interned_permanent()
302 static zend_string* ZEND_FASTCALL zend_string_init_interned_request(const char *str, size_t size, b… in zend_string_init_interned_request()
332 …D_FASTCALL zend_string_init_existing_interned_request(const char *str, size_t size, bool permanent) in zend_string_init_existing_interned_request()
H A Dzend_virtual_cwd.c293 CWD_API char *virtual_getcwd(char *buf, size_t size) /* {{{ */ in virtual_getcwd()
393 zend_long size = sizeof(realpath_cache_bucket) + path_len + 1; in realpath_cache_add() local
/php-src/ext/random/
H A Dphp_random_csprng.h26 static inline zend_result php_random_bytes_throw(void *bytes, size_t size) in php_random_bytes_throw()
31 static inline zend_result php_random_bytes_silent(void *bytes, size_t size) in php_random_bytes_silent()
/php-src/ext/opcache/jit/ir/
H A Dir_gdb.c516 static bool ir_gdb_register_code(const void *object, size_t size) in ir_gdb_register_code()
632 size_t size, in ir_gdb_register()
H A Dir_perf.c58 #define ALIGN8(size) (((size) + 7) & ~7) argument
59 #define PADDING8(size) (ALIGN8(size) - (size)) argument
64 uint32_t size; member
74 uint32_t size; member
205 int ir_perf_jitdump_register(const char *name, const void *start, size_t size) in ir_perf_jitdump_register()
252 void ir_perf_map_register(const char *name, const void *start, size_t size) in ir_perf_map_register()
H A Dir_strtab.c31 static uint32_t ir_strtab_hash_size(uint32_t size) in ir_strtab_hash_size()
47 uint32_t size = strtab->size * 2; in ir_strtab_resize() local
93 void ir_strtab_init(ir_strtab *strtab, uint32_t size, uint32_t buf_size) in ir_strtab_init()
H A Dir_patch.c148 static int ir_patch_code(const void *code, size_t size, const void *from_addr, const void *to_addr) in ir_patch_code()
173 static int ir_patch_code(const void *code, size_t size, const void *from_addr, const void *to_addr) in ir_patch_code()
251 int ir_patch(const void *code, size_t size, uint32_t jmp_table_size, const void *from_addr, const v… in ir_patch()
H A Dir_elf.h46 uintptr_t size; member
75 uint64_t size; member
/php-src/Zend/Optimizer/
H A Descape_analysis.c34 static zend_always_inline void union_find_init(int *parent, int *size, int count) /* {{{ */ in union_find_init()
59 static zend_always_inline void union_find_unite(int *parent, int *size, int i, int j) /* {{{ */ in union_find_unite()
82 int *size; in zend_build_equi_escape_sets() local
/php-src/main/
H A Dphp.h142 #define PHP_STRLCPY(dst, src, size, src_size) \ argument
H A Dphp_streams.h335 #define php_stream_fill_read_buffer(stream, size) _php_stream_fill_read_buffer((stream), (size)) argument
397 #define php_stream_set_chunk_size(stream, size) _php_stream_set_option((stream), PHP_STREAM_OPTION_… argument
452 #define php_stream_truncate_set_size(stream, size) _php_stream_truncate_set_size((stream), (size)) argument
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c367 #define lmod(s,size)(check_exp((size&(size-1))==0,(cast(int,(s)&((size)-1))))) argument
383 #define luaM_growvector(L,v,nelems,size,t,limit,e)if((nelems)+1>(size))((v)=cast(t*,luaM_growaux_(L… argument
404 #define luaZ_resizebuffer(L,buff,size)(luaM_reallocvector(L,(buff)->buffer,(buff)->buffsize,size,ch… argument
420 int size; member
530 static void*luaM_growaux_(lua_State*L,void*block,int*size,size_t size_elems, in luaM_growaux_()
/php-src/sapi/phpdbg/
H A Dphpdbg_help.c54 uint32_t size = 0; in pretty_print() local
/php-src/ext/phar/
H A Dpharzip.h135 char size[2]; member
140 char size[2]; /* TSize Short total data size for this block */ member
182 char size[2]; /* size of data 2 bytes */ member
/php-src/ext/opcache/
H A Dzend_shared_alloc.h77 size_t size; member
140 static inline void *zend_shared_alloc_aligned(size_t size) { in zend_shared_alloc_aligned()
174 #define ZEND_ALIGNED_SIZE(size) \ argument
/php-src/ext/dom/lexbor/lexbor/html/
H A Dstyle.c12 const lxb_char_t *name, size_t size) in lxb_html_style_id_by_name()
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Dencode.c329 int8_t size; in lxb_encoding_encode_iso_2022_jp() local
1277 int8_t size; in lxb_encoding_encode_iso_2022_jp_single() local
H A Dbase.h200 unsigned size; member
/php-src/ext/dom/lexbor/lexbor/css/
H A Drule.h289 lxb_css_rule_create(lxb_css_memory_t *memory, size_t size, in lxb_css_rule_create()

Completed in 220 milliseconds

12345678910