Home
last modified time | relevance | path

Searched refs:size (Results 526 – 550 of 697) sorted by relevance

1...<<2122232425262728

/PHP-8.1/ext/standard/tests/file/
H A Dcopy_variation3.phpt13 and checking the existence and size of destination files
H A Dcopy_variation5-win32.phpt11 and the existence and size of destination files
H A Dfwrite_variation3.phpt43 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
62 // close the file, get the size and content of the file.
H A Dfwrite_variation3-win32.phpt43 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
61 // close the file, get the size and content of the file.
H A Dfwrite_basic-win32-mb.phpt37 fill_buffer($data_to_be_written, $file_content_type, 1024); //get the data of size 1024
57 // close the file, get the size and content of the file.
H A Dfwrite_basic-win32.phpt37 fill_buffer($data_to_be_written, $file_content_type, 1024); //get the data of size 1024
57 // close the file, get the size and content of the file.
H A Dfwrite_basic.phpt37 fill_buffer($data_to_be_written, $file_content_type, 1024); //get the data of size 1024
57 // close the file, get the size and content of the file.
H A Dfseek_ftell_rewind_variation3.phpt31 3, "bytes", ".tmp"); //create a file with 512 bytes size
43 //close the file and check the size
/PHP-8.1/ext/opcache/jit/libudis86/
H A Dtypes.h154 uint16_t size; member
/PHP-8.1/ext/sysvsem/tests/
H A Dsysv.phpt8 $MEMSIZE = 512; // size of shared memory to allocate
/PHP-8.1/ext/spl/
H A Dspl_directory.stub.php258 public function ftruncate(int $size): bool {} argument
/PHP-8.1/ext/ftp/
H A Dftp.stub.php41 function ftp_alloc(FTP\Connection $ftp, int $size, &$response = null): bool {} argument
/PHP-8.1/ext/bz2/
H A Dbz2_filter.c51 static void *php_bz2_alloc(void *opaque, int items, int size) in php_bz2_alloc() argument
53 return (void *)safe_pemalloc(items, size, 0, ((php_bz2_filter_data*)opaque)->persistent); in php_bz2_alloc()
/PHP-8.1/ext/zlib/
H A Dzlib_filter.c37 static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size) in php_zlib_alloc() argument
39 return (voidpf)safe_pemalloc(items, size, 0, ((php_zlib_filter_data*)opaque)->persistent); in php_zlib_alloc()
/PHP-8.1/ext/oci8/
H A Doci8_interface.c1615 zend_long size; in PHP_FUNCTION() local
1619 Z_PARAM_LONG(size) in PHP_FUNCTION()
1624 if (size < 0) { in PHP_FUNCTION()
1629 if (php_oci_statement_set_prefetch(statement, (ub4)size)) { in PHP_FUNCTION()
2214 sb4 size = 0; in PHP_FUNCTION() local
2227 if (php_oci_collection_size(collection, &size)) { in PHP_FUNCTION()
2230 RETURN_LONG(size); in PHP_FUNCTION()
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c326 uint32_t size; /* Number of ints */ member
429 uint32_t newsize = (rws->size >= UINT32_MAX/2)? UINT32_MAX/2 : rws->size * 2; in more_workspace()
442 new->size = newsize; in more_workspace()
446 new->free = new->size - RWS_ANCHOR_SIZE; in more_workspace()
2704 local_offsets = (PCRE2_SIZE *)(RWS + rws->size - rws->free); in internal_dfa_match()
2803 local_offsets = (PCRE2_SIZE *)(RWS + rws->size - rws->free); in internal_dfa_match()
2852 local_offsets = (PCRE2_SIZE *)(RWS + rws->size - rws->free); in internal_dfa_match()
2945 local_offsets = (PCRE2_SIZE *)(RWS + rws->size - rws->free); in internal_dfa_match()
3044 local_offsets = (PCRE2_SIZE *)(RWS + rws->size - rws->free); in internal_dfa_match()
3285 rws->size = RWS_BASE_SIZE; in pcre2_dfa_match()
/PHP-8.1/ext/oci8/tests/
H A Dbug27303_1.phpt8 // The bind buffer size edge cases seem to change each DB version.
H A Dbug27303_2.phpt8 // The bind buffer size edge cases seem to change each DB version.
H A Dbug27303_4.phpt8 // The bind buffer size edge cases seem to change each DB version.
H A Dbug27303_1_11gR1.phpt8 // The bind buffer size edge cases seem to change each DB version.
H A Dbug27303_2_11gR1.phpt8 // The bind buffer size edge cases seem to change each DB version.
H A Dbug27303_4_11gR1.phpt8 // The bind buffer size edge cases seem to change each DB version.
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h53 size_t size; member
/PHP-8.1/ext/gd/tests/
H A Dfunc.inc93 echo "The image size differs: expected {$exp_x}x{$exp_y}, got {$act_x}x{$act_y}.\n";
/PHP-8.1/ext/gd/libgd/
H A Dgd_gif_out.c103 void * gdImageGifPtr (gdImagePtr im, int *size) in gdImageGifPtr() argument
108 rv = gdDPExtractData(out, size); in gdImageGifPtr()

Completed in 90 milliseconds

1...<<2122232425262728