Home
last modified time | relevance | path

Searched refs:size (Results 401 – 425 of 697) sorted by relevance

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

/PHP-8.1/ext/phar/
H A Dzip.c58 len -= PHAR_GET_16(h.header.size) + 4; in phar_zip_process_extra()
70 if (PHAR_GET_16(h.unix3.size) > sizeof(h.unix3) - 4) { in phar_zip_process_extra()
72 php_stream_seek(fp, PHAR_GET_16(h.unix3.size) - sizeof(h.unix3.size), SEEK_CUR); in phar_zip_process_extra()
201 zend_off_t size; in phar_parse_zipfile() local
208 size = php_stream_tell(fp); in phar_parse_zipfile()
210 if (size > sizeof(locator) + 65536) { in phar_parse_zipfile()
212 size = sizeof(locator) + 65536; in phar_parse_zipfile()
213 if (FAILURE == php_stream_seek(fp, -size, SEEK_END)) { in phar_parse_zipfile()
224 if (!php_stream_read(fp, buf, size)) { in phar_parse_zipfile()
232 if ((p = phar_find_eocd(buf, size)) != NULL) { in phar_parse_zipfile()
[all …]
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c213 compiler->size++; in push_inst()
334 SLJIT_ASSERT(!label || label->size >= word_count); in sljit_generate_code()
340 if (label && label->size == word_count) { in sljit_generate_code()
343 label->size = code_ptr - code; in sljit_generate_code()
374 if (label && label->size == word_count) { in sljit_generate_code()
376 label->size = code_ptr - code; in sljit_generate_code()
384 SLJIT_ASSERT(code_ptr - code <= (sljit_s32)compiler->size); in sljit_generate_code()
1018 void *instruction, sljit_s32 size) in sljit_emit_op_custom() argument
1268 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
1378 jump->addr = compiler->size; in sljit_emit_jump()
[all …]
H A DsljitNativeS390X.c150 compiler->size++; in push_inst()
159 SLJIT_ASSERT((size & 6) == size); in encode_inst()
160 switch (size) { in encode_inst()
345 SLJIT_ASSERT(x < size * 8); in have_facility_dynamic()
1414 label->size = ins_size; in sljit_generate_code()
1439 label->size = ins_size; in sljit_generate_code()
1659 sljit_sw size; in sljit_emit_return() local
1668 if (!is_s20(size)) { in sljit_emit_return()
2706 memcpy((sljit_u8 *)&ins + sizeof(ins) - size, instruction, size); in sljit_emit_op_custom()
2759 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
[all …]
/PHP-8.1/TSRM/
H A Dtsrm_win32.h103 TSRM_API int shmget(key_t key, size_t size, int flags);
/PHP-8.1/Zend/asm/
H A Djump_x86_64_sysv_elf_gas.S139 .size jump_fcontext,.-jump_fcontext
H A Dmake_mips64_n64_elf_gas.S93 .size make_fcontext, .-make_fcontext
H A Djump_s390x_sysv_elf_gas.S155 .size jump_fcontext,.-jump_fcontext
/PHP-8.1/ext/standard/tests/file/
H A Dstat_basic-win32-mb.phpt115 ["size"]=>
169 ["size"]=>
H A Dstat_basic-win32.phpt115 ["size"]=>
169 ["size"]=>
H A Dlstat_stat_variation10.phpt35 "rdev", "size", "mtime", "ctime",
H A Dstat_variation2-win32.phpt40 $comp_arr = array(7, 'size');
H A Dcopy_variation15.phpt32 var_dump( filesize($file) ); //size of source
H A Dcopy_variation18.phpt32 "rdev", "size", "mtime", "ctime",
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_btree.c28 # define pemalloc(size, persistent) malloc(size) argument
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data.phpt45 …printf("[011] Cannot determine max_allowed_packet size and/or bogus max_allowed_packet setting use…
48 // maximum packet size up to which we test is 10M
/PHP-8.1/main/
H A Dphp_output.h91 size_t size; member
124 size_t size; member
/PHP-8.1/ext/gd/libgd/
H A Dgd_bmp.c66 void * gdImageBmpPtr(gdImagePtr im, int *size, int compression) in gdImageBmpPtr() argument
72 rv = gdDPExtractData(out, size); in gdImageBmpPtr()
425 gdImagePtr gdImageCreateFromBmpPtr(int size, void *data) in gdImageCreateFromBmpPtr() argument
428 gdIOCtx *in = gdNewDynamicCtxEx(size, data, 0); in gdImageCreateFromBmpPtr()
528 !gdGetIntLSB(&hdr->size, infile) || in bmp_read_header()
580 !gdGetIntLSB(&info->size, infile) || in bmp_read_windows_v3_info()
640 !gdGetIntLSB(&info->size, infile) || in bmp_read_os2_v2_info()
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c367 #define lmod(s,size)(check_exp((size&(size-1))==0,(cast(int,(s)&((size)-1))))) argument
386 size_t size);
420 int size; member
1492 if(size==0){
2596 size_t size;
5351 if(size>8000||(L->top-L->base+size)>8000)
6000 int size=0;
6128 *size=1;
6188 *size=ls->size;
6189 ls->size=0;
[all …]
/PHP-8.1/ext/oci8/tests/
H A Dbug47281.phpt2 Bug #47281 ($php_errormsg is limited in size of characters)
H A Dpecl_bug10194.phpt56 Fatal error: Allowed memory size of 10485760 bytes exhausted%s(tried to allocate %d bytes) in %s on…
/PHP-8.1/ext/sockets/
H A Dconversions.c564 socklen_t size = INET_ADDRSTRLEN; in to_zval_read_sin_addr() local
565 zend_string *str = zend_string_alloc(size - 1, 0); in to_zval_read_sin_addr()
566 memset(ZSTR_VAL(str), '\0', size); in to_zval_read_sin_addr()
570 if (inet_ntop(AF_INET, addr, Z_STRVAL_P(zv), size) == NULL) { in to_zval_read_sin_addr()
614 socklen_t size = INET6_ADDRSTRLEN; in to_zval_read_sin6_addr() local
615 zend_string *str = zend_string_alloc(size - 1, 0); in to_zval_read_sin6_addr()
617 memset(ZSTR_VAL(str), '\0', size); in to_zval_read_sin6_addr()
621 if (inet_ntop(AF_INET6, addr, Z_STRVAL_P(zv), size) == NULL) { in to_zval_read_sin6_addr()
895 data_len = entry->size; in from_zval_write_control()
978 if (CMSG_LEN(entry->size) > cmsg->cmsg_len) { in to_zval_read_cmsg_data()
[all …]
/PHP-8.1/ext/imap/
H A Dphp_imap.c95 void *fs_get(size_t size);
2279 src.size = 0; in PHP_FUNCTION()
2281 dest.size = 0; in PHP_FUNCTION()
2893 if (body->size.lines) { in PHP_FUNCTION()
2896 if (body->size.bytes) { in PHP_FUNCTION()
4199 if (body->size.lines) { in _php_imap_add_body()
4203 if (body->size.bytes) { in _php_imap_add_body()
4425 while (size) { in php_mail_gets()
4432 read = size; in php_mail_gets()
4433 size = 0; in php_mail_gets()
[all …]
/PHP-8.1/main/streams/
H A Dstreams.c543 size_t to_read_now = MIN(size, stream->chunk_size); in _php_stream_fill_read_buffer()
646 if (stream->writepos - stream->readpos < (zend_off_t)size) { in _php_stream_fill_read_buffer()
682 while (size > 0) { in _php_stream_read()
691 if (toread > size) { in _php_stream_read()
692 toread = size; in _php_stream_read()
697 size -= toread; in _php_stream_read()
703 if (size == 0) { in _php_stream_read()
708 toread = stream->ops->read(stream, buf, size); in _php_stream_read()
726 if ((size_t) toread > size) { in _php_stream_read()
727 toread = size; in _php_stream_read()
[all …]
/PHP-8.1/tests/func/
H A D010.phpt10 // the stack size + some random constant
/PHP-8.1/ext/ftp/tests/
H A Dftp_mlsd.phpt74 ["size"]=>

Completed in 85 milliseconds

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