Home
last modified time | relevance | path

Searched refs:size (Results 376 – 400 of 697) sorted by relevance

1...<<11121314151617181920>>...28

/PHP-8.1/ext/standard/tests/file/
H A Dlstat_stat_variation18.phpt92 ["size"]=>
148 ["size"]=>
H A Drename_basic.phpt26 "rdev", "size", "atime", "mtime", "blksize", "blocks");
H A D001-win32.phpt46 echo "test.file size is " . filesize('test.file') . "\n";
92 test.file size is 0
H A Dlstat_stat_variation7.phpt28 $comp_arr = array(7, 'size');
H A Dftruncate.phpt55 ftruncate(): Argument #2 ($size) must be greater than or equal to 0
H A Dlstat_stat_variation2.phpt29 "rdev", "size", "atime", "mtime", "blksize", "blocks");
/PHP-8.1/sapi/litespeed/
H A Dlsapilib.c557 pReq->m_reqBufSize = size; in allocateBuf()
586 pReq->m_pRespHeaderBufEnd = p + size; in allocateRespHeaderBuf()
1985 while (size > 0) { in gsendfile()
1986 size_t tor = size > sizeof(in) ? sizeof(in) : size; in gsendfile()
1998 size -= c; in gsendfile()
2012 off_t len = size; in gsendfile()
2034 vec[n].sfv_len = size; in gsendfile()
2083 return gsendfile( pReq->m_fd, fdIn, off, size ); in LSAPI_sendfile_r()
3002 int size = 4096; in lsapi_init_children_status() local
3010 size = (size + 4095) / 4096 * 4096; in lsapi_init_children_status()
[all …]
/PHP-8.1/sapi/cli/tests/
H A Dphp_cli_server_005.phpt66 ["size"]=>
/PHP-8.1/ext/sysvshm/
H A Dsysvshm_arginfo.h6 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, size, IS_LONG, 1, "null")
/PHP-8.1/ext/standard/tests/strings/
H A Dstr_pad_variation1.phpt36 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line …
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c208 compiler->size++; in push_inst16()
218 compiler->size += 2; in push_inst32()
436 label->size = code_ptr - code; in sljit_generate_code()
1068 sljit_s32 args, size, i, tmp; in sljit_emit_enter() local
1091 local_size = ((size + local_size + 7) & ~7) - size; in sljit_emit_enter()
1184 sljit_s32 size; in sljit_set_context() local
1191 compiler->local_size = ((size + local_size + 7) & ~7) - size; in sljit_set_context()
1529 if (size == 2) in sljit_emit_op_custom()
1834 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
1864 jump->addr = compiler->size; in sljit_emit_jump()
[all …]
/PHP-8.1/ext/gmp/
H A Dgmp.c902 int gmp_import_export_validate(zend_long size, zend_long options, int *order, int *endian) in gmp_import_export_validate() argument
904 if (size < 1) { in gmp_import_export_validate()
949 zend_long size = 1; in ZEND_FUNCTION() local
958 if (gmp_import_export_validate(size, options, &order, &endian) == FAILURE) { in ZEND_FUNCTION()
962 if ((data_len % size) != 0) { in ZEND_FUNCTION()
969 mpz_import(gmpnumber, data_len / size, order, size, endian, 0, data); in ZEND_FUNCTION()
977 zend_long size = 1; in ZEND_FUNCTION() local
987 if (gmp_import_export_validate(size, options, &order, &endian) == FAILURE) { in ZEND_FUNCTION()
996 size_t bits_per_word = size * 8; in ZEND_FUNCTION()
999 zend_string *out_string = zend_string_safe_alloc(count, size, 0, 0); in ZEND_FUNCTION()
[all …]
/PHP-8.1/ext/gd/libgd/
H A Dgd_png.c109 gdImagePtr gdImageCreateFromPngPtr (int size, void *data) in gdImageCreateFromPngPtr() argument
112 gdIOCtx *in = gdNewDynamicCtxEx(size, data, 0); in gdImageCreateFromPngPtr()
459 void * gdImagePngPtr (gdImagePtr im, int *size) in gdImagePngPtr() argument
464 rv = gdDPExtractData(out, size); in gdImagePngPtr()
470 void * gdImagePngPtrEx (gdImagePtr im, int *size, int level, int basefilter) in gdImagePngPtrEx() argument
475 rv = gdDPExtractData(out, size); in gdImagePngPtrEx()
/PHP-8.1/main/
H A Dphp_ini.c438 int size; in php_init_config() local
445 size = GetEnvironmentVariableA("PHPRC", &dummybuf, 0); in php_init_config()
450 if (size == 0) { in php_init_config()
453 size = GetEnvironmentVariableA("PHPRC", phprc_path, size); in php_init_config()
454 if (size == 0) { in php_init_config()
/PHP-8.1/ext/zlib/tests/
H A Ddeflate_add_buffer_full.phpt14 * Prior to fixing, the output buffer size was not being checked. According to the zlib
/PHP-8.1/ext/opcache/tests/
H A Dbug70423.phpt2 Bug #70423 Warning Internal error: wrong size calculation
/PHP-8.1/tests/basic/
H A Dbug55500.phpt65 ["size"]=>
H A Drfc1867_array_upload.phpt79 ["size"]=>
/PHP-8.1/Zend/asm/
H A Djump_arm_aapcs_elf_gas.S85 .size jump_fcontext,.-jump_fcontext
/PHP-8.1/ext/opcache/jit/vtune/
H A Djitprofiling.h617 unsigned int size; /**<\brief The update size */ member
/PHP-8.1/ext/opcache/
H A Dzend_file_cache.c120 ((char*)(ptr) <= (char*)script->size)
282 size_t size = _ZSTR_STRUCT_SIZE(ZSTR_LEN(str)); local
283 ret = zend_shared_alloc(size);
288 memcpy(ret, str, size);
902 info->mem_size = script->size;
907 memcpy(buf, script->mem, script->size);
1017 mem = emalloc(script->size + 64);
1020 mem = buf = emalloc(script->size);
1043 __msan_unpoison(buf, script->size);
1050 vec[1].iov_len = script->size;
[all …]
/PHP-8.1/ext/opcache/jit/libudis86/
H A Dudis86.c280 ud_set_asm_buffer(struct ud *u, char *buf, size_t size) in ud_set_asm_buffer() argument
286 u->asm_buf_size = size; in ud_set_asm_buffer()
H A Dextern.h101 extern LIBUDIS86_DLLEXTERN void ud_set_asm_buffer(struct ud *u, char *buf, size_t size);
/PHP-8.1/main/streams/
H A Dplain_wrapper.c673 size_t size; in php_stdiop_set_option() local
709 size = *(size_t *)ptrparam; in php_stdiop_set_option()
711 size = BUFSIZ; in php_stdiop_set_option()
718 return setvbuf(data->file, NULL, _IOLBF, size); in php_stdiop_set_option()
721 return setvbuf(data->file, NULL, _IOFBF, size); in php_stdiop_set_option()
854 size = file_size.QuadPart; in php_stdiop_set_option()
861 size = file_size.LowPart; in php_stdiop_set_option()
864 if (range->offset > size) { in php_stdiop_set_option()
865 range->offset = size; in php_stdiop_set_option()
867 if (range->length == 0 || range->length > size - range->offset) { in php_stdiop_set_option()
[all …]
/PHP-8.1/ext/curl/tests/responder/
H A Dget.inc34 … echo $_FILES['file']['name'] . '|' . $_FILES['file']['type'] . '|' . $_FILES['file']['size'];

Completed in 156 milliseconds

1...<<11121314151617181920>>...28