Home
last modified time | relevance | path

Searched defs:size (Results 26 – 50 of 250) sorted by relevance

12345678910

/php-src/ext/opcache/jit/ir/
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()
/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/pcre/pcre2lib/sljit/allocator_src/
H A DsljitExecAllocatorFreeBSD.c46 static SLJIT_INLINE void* alloc_chunk(sljit_uw size) in alloc_chunk()
84 static SLJIT_INLINE void free_chunk(void *chunk, sljit_uw size) in free_chunk()
H A DsljitProtExecAllocatorPosix.c131 static SLJIT_INLINE struct sljit_chunk_header* alloc_chunk(sljit_uw size) in alloc_chunk()
164 static SLJIT_INLINE void free_chunk(void *chunk, sljit_uw size) in free_chunk()
H A DsljitExecAllocatorApple.c110 static SLJIT_INLINE void* alloc_chunk(sljit_uw size) in alloc_chunk()
128 static SLJIT_INLINE void free_chunk(void *chunk, sljit_uw size) in free_chunk()
/php-src/ext/intl/
H A Dintl_common.h31 # define eumalloc(size) (UChar*)safe_emalloc(size, sizeof(UChar), 0) argument
35 # define eurealloc(ptr, size) (UChar*)erealloc((ptr), size * sizeof(UChar)) argument
/php-src/ext/ffi/
H A Dffi.stub.php53 public static function memcpy(FFI\CData $to, $from, int $size): void {}
61 public static function memcmp($ptr1, $ptr2, int $size): int {}
64 public static function memset(FFI\CData $ptr, int $value, int $size): void {}
67 public static function string(FFI\CData $ptr, ?int $size = null): string {}
/php-src/ext/gd/libgd/
H A Dgdhelpers.h15 #define gdCalloc(nmemb, size) ecalloc(nmemb, size) argument
16 #define gdMalloc(size) emalloc(size) argument
17 #define gdRealloc(ptr, size) erealloc(ptr, size) argument
H A Dgd_avif.c171 static avifResult readFromCtx(avifIO *io, uint32_t readFlags, uint64_t offset, size_t size, avifROD… in readFromCtx()
311 gdImagePtr gdImageCreateFromAvifPtr(int size, void *data) in gdImageCreateFromAvifPtr()
612 void * gdImageAvifPtrEx(gdImagePtr im, int *size, int quality, int speed) in gdImageAvifPtrEx()
628 void * gdImageAvifPtr(gdImagePtr im, int *size) in gdImageAvifPtr()
H A Dgd_io_ss.c79 static int sourceGetbuf (gdIOCtx * ctx, void *buf, int size) in sourceGetbuf()
116 static int sinkPutbuf (gdIOCtx * ctx, const void *buf, int size) in sinkPutbuf()
H A Dgd_io_file.c77 static int filePutbuf (gdIOCtx * ctx, const void *buf, int size) in filePutbuf()
86 static int fileGetbuf (gdIOCtx * ctx, void *buf, int size) in fileGetbuf()
/php-src/ext/shmop/
H A Dshmop.stub.php11 function shmop_open(int $key, string $mode, int $permissions, int $size): Shmop|false {}
13 function shmop_read(Shmop $shmop, int $offset, int $size): string {}
/php-src/ext/dom/lexbor/lexbor/core/
H A Dmraw.h72 lexbor_mraw_data_size_set(void *data, size_t size) in lexbor_mraw_data_size_set()
79 lexbor_mraw_dup(lexbor_mraw_t *mraw, const void *src, size_t size) in lexbor_mraw_dup()
H A Dstr.c22 lexbor_str_init(lexbor_str_t *str, lexbor_mraw_t *mraw, size_t size) in lexbor_str_init()
406 size_t size) in lexbor_str_data_ncasecmp_end()
436 size_t size) in lexbor_str_data_ncasecmp()
451 size_t size) in lexbor_str_data_nlocmp_right()
464 size_t size) in lexbor_str_data_nupcmp_right()
496 size_t size) in lexbor_str_data_ncmp_end()
524 size_t size) in lexbor_str_data_ncmp()
H A Dmem.c219 lexbor_mem_align_noi(size_t size) in lexbor_mem_align_noi()
225 lexbor_mem_align_floor_noi(size_t size) in lexbor_mem_align_floor_noi()
/php-src/main/streams/
H A Dcast.c61 static int stream_cookie_reader(void *cookie, char *buffer, int size) in stream_cookie_reader()
69 static int stream_cookie_writer(void *cookie, const char *buffer, int size) in stream_cookie_writer()
91 static ssize_t stream_cookie_reader(void *cookie, char *buffer, size_t size) in stream_cookie_reader()
99 static ssize_t stream_cookie_writer(void *cookie, const char *buffer, size_t size) in stream_cookie_writer()
/php-src/ext/spl/
H A Dspl_fixedarray.stub.php7 public function __construct(int $size = 0) {}
29 public function setSize(int $size): true {}
H A Dspl_fixedarray.c44 zend_long size; member
102 static void spl_fixedarray_init_non_empty_struct(spl_fixedarray *array, zend_long size) in spl_fixedarray_init_non_empty_struct()
110 static void spl_fixedarray_init(spl_fixedarray *array, zend_long size) in spl_fixedarray_init()
136 zend_long size = from->size; in spl_fixedarray_copy_ctor() local
172 static void spl_fixedarray_resize(spl_fixedarray *array, zend_long size) in spl_fixedarray_resize()
239 const zend_long size = intern->array.size; in spl_fixedarray_object_get_properties_for() local
542 zend_long size = 0; in PHP_METHOD() local
575 int size = zend_hash_num_elements(intern_ht); in PHP_METHOD() local
629 zend_long size; in PHP_METHOD() local
781 zend_long size; in PHP_METHOD() local
/php-src/ext/standard/
H A Dcrypt_blowfish.c380 static int BF_decode(BF_word *dst, const char *src, int size) in BF_decode()
404 static void BF_encode(char *dst, const BF_word *src, int size) in BF_encode()
640 char *output, int size, in BF_crypt()
768 static int _crypt_output_magic(const char *setting, char *output, int size) in _crypt_output_magic()
804 char *output, int size) in php_crypt_blowfish_rn()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c61 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_uw size, in emit_x86_instruction()
295 sljit_uw size; in emit_vex_instruction() local
456 sljit_uw size; in sljit_emit_enter() local
659 sljit_uw size; in emit_stack_frame_release() local
1227 sljit_u32 size; in sljit_emit_fset() local
1306 sljit_u32 size; in sljit_emit_fcopy() local
1339 sljit_s32 tmp, size; in skip_frames_before_return() local
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Delement.c76 const lxb_char_t *html, size_t size) in lxb_html_element_inner_html_set()
105 const lxb_char_t *name, size_t size) in lxb_html_element_style_by_name()
153 const lxb_char_t *name, size_t size) in lxb_html_element_style_node_by_name()
239 const lxb_char_t *style, size_t size) in lxb_html_element_style_parse()
411 const lxb_char_t *name, size_t size) in lxb_html_element_style_remove_by_name()
/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/Zend/
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()
/php-src/ext/ftp/
H A Dftp.c120 socklen_t size; in ftp_open() local
657 ftp_alloc(ftpbuf_t *ftp, const zend_long size, zend_string **response) in ftp_alloc()
1031 ssize_t size = php_stream_read(instream, data->buf, FTP_BUFSIZE); in ftp_send_stream_to_data_socket() local
1283 int size; in ftp_putcmd() local
1324 long size, rcvd; in ftp_readline() local
1410 int single_send(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t size) { in single_send()
1472 zend_long size, sent; in my_send() local
1663 socklen_t size; in ftp_getdata() local
1793 socklen_t size; in data_accept() local
2005 size_t size, rcvd; in ftp_genlist() local
/php-src/ext/dba/libflatfile/
H A Dflatfile.c103 size_t size = key_datum.dsize; in flatfile_delete() local
158 size_t size = key_datum.dsize; in flatfile_findkey() local

Completed in 94 milliseconds

12345678910