Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_variation2.phpt27 fill_buffer( $buffer, "text", 100);
29 fill_buffer( $buffer, "numeric", 100);
H A Dfile_get_contents_file_put_contents_basic.phpt23 fill_buffer($text_buffer, "text", 100);
H A Dfile_get_contents_file_put_contents_variation1.phpt24 fill_buffer($buffer, $type, 100);
H A Dfwrite_variation1-win32.phpt52 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
H A Dfwrite_variation1.phpt51 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_variation4-win32.phpt50 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
H A Dfwrite_variation4.phpt50 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
H A Dfwrite_variation2-win32.phpt52 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
H A Dfwrite_variation2.phpt52 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
H A Dfwrite_variation3-win32.phpt52 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
H A Dfwrite_variation3.phpt52 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
H A Dfseek_ftell_rewind_variation4-win32.phpt48 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
H A Dfseek_ftell_rewind_variation4.phpt48 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
H A Dfseek_ftell_rewind_variation6-win32.phpt48 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
H A Dfseek_ftell_rewind_variation6.phpt48 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
H A Dfwrite_basic-win32.phpt45 fill_buffer($data_to_be_written, $file_content_type, 1024); //get the data of size 1024
H A Dfwrite_basic.phpt45 fill_buffer($data_to_be_written, $file_content_type, 1024); //get the data of size 1024
H A Dfseek_ftell_rewind_variation8-win32.phpt49 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
H A Dfseek_ftell_rewind_variation8.phpt49 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
H A Dfseek_ftell_rewind_variation2-win32.phpt49 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
H A Dfseek_ftell_rewind_variation2.phpt49 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
H A Dfseek_ftell_rewind_basic2-win32.phpt50 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
H A Dfseek_ftell_rewind_basic2.phpt49 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
/PHP-5.5/main/
H A Drfc1867.c236 static int fill_buffer(multipart_buffer *self TSRMLS_DC) in fill_buffer() function
274 if ( (self->bytes_in_buffer == 0 && fill_buffer(self TSRMLS_CC) < 1) ) { in multipart_buffer_eof()
362 fill_buffer(self TSRMLS_CC); in get_line()
614 fill_buffer(self TSRMLS_CC); in multipart_buffer_read()

Completed in 44 milliseconds