Home
last modified time | relevance | path

Searched refs:fill_buffer (Results 1 – 25 of 27) sorted by relevance

12

/php-src/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_variation2.phpt18 fill_buffer( $buffer, "text", 100);
20 fill_buffer( $buffer, "numeric", 100);
H A Dfile_get_contents_file_put_contents_basic.phpt14 fill_buffer($text_buffer, "text", 100);
H A Dfile_get_contents_file_put_contents_variation1.phpt16 fill_buffer($buffer, $type, 100);
H A Dfwrite_variation4-win32.phpt41 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
H A Dfwrite_variation4.phpt41 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
H A Dfile.inc10 fill_buffer() : fills buffer with specified contents
38 Function : bool fill_buffer(string &$buffer, string $fill_type, int $fill_size);
48 function fill_buffer(&$buffer, $fill_type, $fill_size) {
H A Dfwrite_variation2-win32.phpt43 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
H A Dfwrite_variation2.phpt43 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
H A Dfwrite_variation3-win32.phpt43 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
H A Dfwrite_variation3.phpt43 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
H A Dfseek_ftell_rewind_variation4-win32.phpt38 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
H A Dfseek_ftell_rewind_variation4.phpt38 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
H A Dfseek_ftell_rewind_variation6-win32.phpt38 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
H A Dfseek_ftell_rewind_variation6.phpt38 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
H A Dfseek_ftell_rewind_variation8-win32.phpt39 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
H A Dfseek_ftell_rewind_variation8.phpt39 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
H A Dfwrite_basic-win32-mb.phpt37 fill_buffer($data_to_be_written, $file_content_type, 1024); //get the data of size 1024
H A Dfwrite_basic-win32.phpt37 fill_buffer($data_to_be_written, $file_content_type, 1024); //get the data of size 1024
H A Dfwrite_basic.phpt37 fill_buffer($data_to_be_written, $file_content_type, 1024); //get the data of size 1024
H A Dfseek_ftell_rewind_variation2-win32.phpt39 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
H A Dfseek_ftell_rewind_variation2.phpt39 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
H A Dfwrite_variation1-win32-mb.phpt43 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
H A Dfwrite_variation1.phpt36 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt39 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
/php-src/main/
H A Drfc1867.c212 static int fill_buffer(multipart_buffer *self) in fill_buffer() function
250 return self->bytes_in_buffer == 0 && fill_buffer(self) < 1; in multipart_buffer_eof()
334 fill_buffer(self); in get_line()
586 fill_buffer(self); in multipart_buffer_read()

Completed in 30 milliseconds

12