Home
last modified time | relevance | path

Searched refs:size (Results 101 – 125 of 621) sorted by relevance

12345678910>>...25

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c159 INC_SIZE(size); in sljit_emit_enter()
169 INC_SIZE(size); in sljit_emit_enter()
178 size = args * 3; in sljit_emit_enter()
182 INC_SIZE(size); in sljit_emit_enter()
305 sljit_s32 i, tmp, size; in sljit_emit_return() local
350 INC_SIZE(size); in sljit_emit_return()
361 INC_SIZE(size); in sljit_emit_return()
419 size &= 0xf; in emit_x86_instruction()
420 inst_size = size; in emit_x86_instruction()
526 buf_ptr = inst + size; in emit_x86_instruction()
[all …]
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Ddiv.c47 _one_mult (num, size, digit, result) in _one_mult() argument
49 int size, digit;
56 memset (result, 0, size);
60 memcpy (result, num, size);
64 nptr = (unsigned char *) (num+size-1);
65 rptr = (unsigned char *) (result+size-1);
68 while (size-- > 0)
/PHP-7.4/ext/standard/tests/file/
H A Dfile.inc122 $size = $file_size;
124 if ( $size > $chunk_size ) {
129 $chunk_size = $size;
136 $size -= $chunk_size;
137 } while ( $size > 0 );
219 $size = size of the fill in terms of kilobyte, i.e size of the file.
237 $size = 1,
252 // check for proper size
253 if ( $size == 0 )
257 $file_size = $size;
[all …]
H A Dstat_variation8-win32.phpt31 echo "\n*** Testing stat(): on file by truncating it to given size ***\n";
55 $affected_members = array(7, 9, 'size', 'mtime');
59 clearstatcache(true, $filename); // clear previous size value in cache
69 *** Testing stat(): on file by truncating it to given size ***
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c254 header->size = uint3korr(buffer); in mysqlnd_read_header()
304 buf_size, packet_header->size, packet_header->size - buf_size); in mysqlnd_read_packet_header_and_body()
352 buf[packet->header.size] = '\0'; in php_mysqlnd_greet_read()
670 buf[packet->header.size] = '\0'; in php_mysqlnd_auth_response_read()
940 if (packet->header.size > 1) { in php_mysqlnd_eof_read()
1088 len = packet->header.size - 1; in php_mysqlnd_rset_header_read()
1407 *data_size += header.size; in php_mysqlnd_read_row_ex()
1422 *data_size += header.size; in php_mysqlnd_read_row_ex()
1425 if (!header.size) { in php_mysqlnd_read_row_ex()
1770 packet->header.size = data_size; in php_mysqlnd_rowp_read()
[all …]
/PHP-7.4/ext/standard/
H A Dcrypt_blowfish.c389 unsigned char *end = dptr + size; in BF_decode()
407 if (end - dptr == size) { in BF_decode()
420 const unsigned char *end = sptr + size; in BF_encode()
658 char *output, int size, in BF_crypt() argument
678 if (size < 7 + 22 + 31 + 1) { in BF_crypt()
791 if (size < 3) in _crypt_output_magic()
825 char *output, int size) in php_crypt_blowfish_rn() argument
842 _crypt_output_magic(setting, output, size); in php_crypt_blowfish_rn()
843 retval = BF_crypt(key, setting, output, size, 16); in php_crypt_blowfish_rn()
884 _crypt_output_magic(setting, output, size); in php_crypt_blowfish_rn()
[all …]
/PHP-7.4/ext/opcache/
H A Dzend_persist_calc.c106 uint32_t size; in zend_persist_zval_calc() local
116 size = zend_shared_memdup_size(Z_ARR_P(z), sizeof(zend_array)); in zend_persist_zval_calc()
117 if (size) { in zend_persist_zval_calc()
120 ADD_SIZE(size); in zend_persist_zval_calc()
132 if (size) { in zend_persist_zval_calc()
133 ADD_SIZE(size); in zend_persist_zval_calc()
139 if (size) { in zend_persist_zval_calc()
140 ADD_SIZE(size); in zend_persist_zval_calc()
506 new_persistent_script->size = 0; in zend_accel_script_persist_calc()
526 new_persistent_script->size = (new_persistent_script->size + 63) & ~63; in zend_accel_script_persist_calc()
[all …]
/PHP-7.4/ext/phar/
H A Dpharzip.h135 char size[2]; member
140 char size[2]; /* TSize Short total data size for this block */ member
175 char size[2]; /* size of data 2 bytes */ member
H A Dtar.h46 char size[12]; /* length of file in bytes */ member
70 char size[12]; /* length of file in bytes */ member
/PHP-7.4/ext/zip/tests/
H A Dpecl12414.phpt16 $file_size=$finfo['size'];
21 echo "ZIP contents size: " . strlen($contents) . "\n";
23 echo "zip_readfile recorded data does not match unpacked size: " . $zipname . " : " . $filename;
/PHP-7.4/ext/standard/tests/array/
H A Darray_chunk_basic1.phpt5 /* Prototype : array array_chunk(array $array, int $size [, bool $preserve_keys])
7 * Chunks an array into size large chunks.
12 $size = 2;
36 var_dump( array_chunk($input_array, $size) );
H A Darray_map_variation7.phpt2 Test array_map() function : usage variations - arrays of different size
11 * Test array_map() by passing array having different size
19 echo "*** Testing array_map() : arrays with diff. size ***\n";
36 *** Testing array_map() : arrays with diff. size ***
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.h71 size_t size; member
130 void phpdbg_create_addr_watchpoint(void *addr, size_t size, phpdbg_watchpoint_t *watch);
149 static zend_always_inline size_t phpdbg_get_total_page_size(void *addr, size_t size) { in phpdbg_get_total_page_size() argument
150 …return (size_t) phpdbg_get_page_boundary((void *) ((size_t) addr + size - 1)) - (size_t) phpdbg_ge… in phpdbg_get_total_page_size()
/PHP-7.4/ext/gd/libgd/
H A Dbmp.h55 int size; member
92 signed int size; member
H A Dgdcache.h67 int size; member
77 int size,
H A Dgdcache.c58 int size, in gdCacheCreate() argument
67 head->size = size; in gdCacheCreate()
122 if (i < head->size) in gdCacheGet()
/PHP-7.4/ext/tidy/tests/
H A D007.phpt14 echo "Current Value of 'tab-size': ";
15 var_dump($a->getopt("tab-size"));
23 Current Value of 'tab-size': int(8)
/PHP-7.4/ext/imap/tests/
H A Dimap_fetch_overview_variation5.phpt66 size is %d
79 size is %d
90 size is %d
106 size is %d
117 size is %d
128 size is %d
/PHP-7.4/ext/sysvshm/tests/
H A D002.phpt45 Warning: shm_attach(): Segment size must be greater than zero in %s on line %d
48 Warning: shm_attach(): Segment size must be greater than zero in %s on line %d
51 Warning: shm_attach(): Segment size must be greater than zero in %s on line %d
54 Warning: shm_attach(): Segment size must be greater than zero in %s on line %d
59 Warning: shm_attach(): Segment size must be greater than zero in %s on line %d
/PHP-7.4/ext/gd/tests/
H A Dbug73157.phpt17 printf("chunk size: %d\n", $header['chunk_size']);
21 chunk size: 256
/PHP-7.4/tests/output/
H A Dbug60768.phpt18 printf("Output size: %d, expected %d\n", strlen($storage), 20 + 10 * 10);
23 Output size: 120, expected 120
/PHP-7.4/ext/xml/tests/
H A Dbug32001b.phpt78 echo "Chunk size: ".($this->chunk_size ? "$this->chunk_size byte(s)\n": "all data at once\n");
112 Chunk size: all data at once
124 Chunk size: 1 byte(s)
136 Chunk size: all data at once
148 Chunk size: 1 byte(s)
160 Chunk size: all data at once
172 Chunk size: 1 byte(s)
/PHP-7.4/ext/phar/tests/tar/files/
H A Dcorrupt_tarmaker.php.inc52 'size' => strlen($fileOrStream),
62 $stat['size'] = 0;
67 $stat['size'] = 0;
92 sprintf('%11s ',decoct($stat['size'])),
121 if ($stat['size'] % 512) {
122 fwrite($this->tmp, str_repeat("\0", 512 - $stat['size'] % 512));
164 'size' => 0,
/PHP-7.4/ext/openssl/tests/
H A Dbug80747.phpt2 Bug #80747: Providing RSA key size < 512 generates key that crash PHP
24 error:%s:key size too small
/PHP-7.4/ext/standard/tests/filters/
H A Dbug22538.phpt11 $size = 65536;
21 $cnt = $size;
25 $cnt = $size - ($str_len + $cnt);

Completed in 68 milliseconds

12345678910>>...25