Home
last modified time | relevance | path

Searched refs:size (Results 501 – 525 of 697) sorted by relevance

1...<<2122232425262728

/PHP-8.1/Zend/
H A Dzend_language_scanner.l528 size_t size; in open_file_for_scanning() local
531 if (zend_stream_fixup(file_handle, &buf, &size) == FAILURE) { in open_file_for_scanning()
546 if (size != (size_t)-1) { in open_file_for_scanning()
549 SCNG(script_org_size) = size; in open_file_for_scanning()
560 size = SCNG(script_filtered_size); in open_file_for_scanning()
564 yy_scan_buffer(buf, size); in open_file_for_scanning()
725 size_t size, old_len; in zend_prepare_string_for_scanning() local
737 size = old_len; in zend_prepare_string_for_scanning()
741 SCNG(script_org_size) = size; in zend_prepare_string_for_scanning()
752 size = SCNG(script_filtered_size); in zend_prepare_string_for_scanning()
[all …]
H A Dzend_virtual_cwd.c293 CWD_API char *virtual_getcwd(char *buf, size_t size) /* {{{ */ in virtual_getcwd() argument
303 if (length > size-1) { in virtual_getcwd()
393 zend_long size = sizeof(realpath_cache_bucket) + path_len + 1; in realpath_cache_add() local
398 size += realpath_len + 1; in realpath_cache_add()
402 if (CWDG(realpath_cache_size) + size <= CWDG(realpath_cache_size_limit)) { in realpath_cache_add()
403 realpath_cache_bucket *bucket = malloc(size); in realpath_cache_add()
432 CWDG(realpath_cache_size) += size; in realpath_cache_add()
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c1758 size = 0; in set_private_data_ptrs()
1836 size = 1; in set_private_data_ptrs()
1856 size = 1; in set_private_data_ptrs() local
1861 size = 1; in set_private_data_ptrs() local
2322 int size; in get_recurse_data_length() local
2339 size = 0; in get_recurse_data_length()
8909 int size; in compile_charn_matchingpath() local
11829 int size; in compile_then_trap_matchingpath() local
11838 size = 3 + (size < 0 ? 0 : size); in compile_then_trap_matchingpath()
13025 int size; in compile_then_trap_backtrackingpath() local
[all …]
/PHP-8.1/ext/standard/tests/file/
H A Dfile_get_contents_variation9.phpt20 //Data should be more than the size of a link.
H A D007_variation15.phpt30 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation16.phpt21 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation23.phpt21 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation24.phpt21 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation7.phpt21 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A Dcopy_variation5.phpt10 and the existence and size of destination files
H A Dfwrite_variation2-win32.phpt43 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
69 /* display the file content, check the file size */
H A Dfwrite_variation2.phpt43 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
69 /* display the file content, check the file size */
H A Dfread_variation4.phpt2 Test fread() function : usage variations - read beyond file size, write only mode
9 Description : Read data from file of size $read_size and verifies that $expected_size no. of
21 // read the data of size $read_size
25 // check if data read is of expected size
71 // read file by giving size more than its size
H A Dcopy_variation3-win32.phpt13 and checking the existence and size of destination files
/PHP-8.1/ext/ffi/tests/
H A D027.phpt84 FFI\Exception: Cannot instantiate FFI\CData of zero size
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_get_attribute.phpt80 Maximum buffer size. Defaults to 1 MiB.
/PHP-8.1/ext/oci8/tests/
H A Dbind_char_2.phpt8 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_2_11gR1.phpt8 // The bind buffer size edge cases seem to change each DB version.
/PHP-8.1/ext/hash/tests/
H A Dhash_hkdf_error.phpt44 …> hash_hkdf('sha1', $ikm, 20 * 255 + 1) // Length can't be more than 255 times the hash digest size
/PHP-8.1/Zend/asm/
H A Dmake_ppc32_sysv_elf_gas.S139 .size make_fcontext, .-make_fcontext
H A Djump_mips32_o32_elf_gas.S116 .size jump_fcontext, .-jump_fcontext
H A Djump_mips64_n64_elf_gas.S121 .size jump_fcontext, .-jump_fcontext
/PHP-8.1/sapi/cli/tests/
H A Dupload_2G.phpt115 ["size"]=>
/PHP-8.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c2201 int f, n, s, r, d, size, *mapelm; in collector_encode_htmlnumericentity() local
2203 size = pc->mapsize; in collector_encode_htmlnumericentity()
2206 while (n < size) { in collector_encode_htmlnumericentity()
2247 int f, n, s, r, d, size, *mapelm; in collector_decode_htmlnumericentity() local
2291 size = pc->mapsize; in collector_decode_htmlnumericentity()
2292 while (n < size) { in collector_decode_htmlnumericentity()
2371 size = pc->mapsize; in collector_decode_htmlnumericentity()
2372 while (n < size) { in collector_decode_htmlnumericentity()
2423 int f, n, s, r, d, size, *mapelm; in collector_encode_hex_htmlnumericentity() local
2425 size = pc->mapsize; in collector_encode_hex_htmlnumericentity()
[all …]
/PHP-8.1/ext/standard/
H A Darray.c2793 uint32_t i, size; local
2840 uint32_t i, size; local
3382 zend_long size = length; local
3395 size = num_in - offset;
3399 array_init_size(return_value, size > 0 ? (uint32_t)size : 0);
6157 zend_long size, current = 0; local
6167 Z_PARAM_LONG(size)
6173 if (size < 1) {
6180 if (size > num_in) {
6185 size = num_in;
[all …]

Completed in 167 milliseconds

1...<<2122232425262728