Home
last modified time | relevance | path

Searched defs:size (Results 176 – 200 of 250) sorted by relevance

12345678910

/php-src/ext/standard/
H A Dimage.c115 int size; in php_handle_bmp() local
856 int size; in php_handle_iff() local
/php-src/ext/spl/
H A Dspl_directory.stub.php295 public function ftruncate(int $size): bool {}
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Dbase.h200 unsigned size; member
/php-src/main/
H A Dphp.h142 #define PHP_STRLCPY(dst, src, size, src_size) \ argument
H A Dphp_ini.c448 int size; in php_init_config() local
/php-src/ext/exif/
H A Dexif.c1912 size_t size; member
1925 size_t size; member
1932 size_t size; member
2110 static int exif_file_sections_add(image_info_type *ImageInfo, int type, size_t size, uchar *data) in exif_file_sections_add()
2139 static int exif_file_sections_realloc(image_info_type *ImageInfo, int section_index, size_t size) in exif_file_sections_realloc()
3788 size_t fpos, size, got, itemlen; in exif_scan_JPEG_header() local
/php-src/ext/gd/libgd/
H A Dgd_gif_out.c103 void * gdImageGifPtr (gdImagePtr im, int *size) in gdImageGifPtr()
/php-src/ext/phar/
H A Dtar.c209 uint32_t sum1, sum2, size, old; in phar_parse_tarfile() local
H A Dzip.c231 zend_off_t size; in phar_parse_zipfile() local
H A Dfunc_interceptors.c268 ssize_t size = php_stream_passthru(stream); in PHAR_FUNC() 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()
/php-src/ext/opcache/
H A Dzend_persist.c953 size_t size = sizeof(zend_property_info *) * ce->default_properties_count; in zend_persist_class_entry() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_common.c2096 void *instruction, sljit_u32 size) in sljit_emit_op_custom()
2807 sljit_uw size; in sljit_emit_select() local
2871 sljit_uw size; in sljit_emit_fselect() local
H A DsljitNativeARM_T2_32.c1235 sljit_s32 size, i, tmp, word_arg_count; in sljit_emit_enter() local
1445 sljit_s32 size; in sljit_set_context() local
2006 sljit_s32 size, dst_r; in sljit_emit_op_dst() local
2060 void *instruction, sljit_u32 size) in sljit_emit_op_custom()
H A DsljitLir.c614 static void* ensure_buf(struct sljit_compiler *compiler, sljit_uw size) in ensure_buf()
633 static void* ensure_abuf(struct sljit_compiler *compiler, sljit_uw size) in ensure_abuf()
652 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_s32 size) in sljit_alloc_memory()
1735 void *instruction, sljit_u32 size) in check_sljit_emit_op_custom()
H A DsljitNativePPC_common.c2101 void *instruction, sljit_u32 size) in sljit_emit_op_custom()
2732 sljit_uw size; in sljit_emit_select() local
2794 sljit_uw size; in sljit_emit_fselect() local
/php-src/ext/dom/
H A Dphp_dom.c669 static void *dom_malloc(size_t size) { in dom_malloc()
673 static void *dom_realloc(void *dst, size_t size) { in dom_realloc()
677 static void *dom_calloc(size_t num, size_t size) { in dom_calloc()
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/com_dotnet/
H A Dcom_persist.c464 ULARGE_INTEGER size; in CPH_METHOD() local
/php-src/ext/random/
H A Drandom.c569 zend_long size; local
/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
/php-src/ext/ffi/
H A Dffi.c111 size_t size; member
356 …ic ffi_type* zend_ffi_face_struct_add_fields(ffi_type* t, zend_ffi_type *type, int *i, size_t size) in zend_ffi_face_struct_add_fields()
425 size_t size = sizeof(ffi_type) + sizeof(ffi_type*) * (num_fields + 1); in zend_ffi_make_fake_struct_type() local
4393 zend_long size; in ZEND_METHOD() local
4448 zend_long size; in ZEND_METHOD() local
4523 zend_long ch, size; in ZEND_METHOD() local
4554 zend_long size; in ZEND_METHOD() local
/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/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/sapi/litespeed/
H A Dlsapilib.h333 static inline ssize_t LSAPI_sendfile( int fdIn, off_t* off, size_t size ) in LSAPI_sendfile()

Completed in 163 milliseconds

12345678910