/PHP-5.4/ext/standard/tests/file/ |
H A D | file_get_contents_file_put_contents_variation2.phpt | 27 fill_buffer( $buffer, "text", 100); 29 fill_buffer( $buffer, "numeric", 100);
|
H A D | file_get_contents_file_put_contents_basic.phpt | 23 fill_buffer($text_buffer, "text", 100);
|
H A D | file_get_contents_file_put_contents_variation1.phpt | 24 fill_buffer($buffer, $type, 100);
|
H A D | fwrite_variation1-win32.phpt | 52 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
|
H A D | fwrite_variation1.phpt | 51 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
|
H A D | file.inc | 10 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 D | fwrite_variation4.phpt | 50 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
|
H A D | fwrite_variation4-win32.phpt | 50 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
|
H A D | fwrite_variation2.phpt | 52 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
|
H A D | fwrite_variation2-win32.phpt | 52 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
|
H A D | fwrite_variation3-win32.phpt | 52 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
|
H A D | fwrite_variation3.phpt | 52 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
|
H A D | fseek_ftell_rewind_variation4-win32.phpt | 48 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
|
H A D | fseek_ftell_rewind_variation4.phpt | 48 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
|
H A D | fseek_ftell_rewind_variation6-win32.phpt | 48 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
|
H A D | fseek_ftell_rewind_variation6.phpt | 48 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
|
H A D | fseek_ftell_rewind_variation8-win32.phpt | 49 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
|
H A D | fseek_ftell_rewind_variation8.phpt | 49 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
|
H A D | fwrite_basic-win32.phpt | 45 fill_buffer($data_to_be_written, $file_content_type, 1024); //get the data of size 1024
|
H A D | fwrite_basic.phpt | 45 fill_buffer($data_to_be_written, $file_content_type, 1024); //get the data of size 1024
|
H A D | fseek_ftell_rewind_variation2-win32.phpt | 49 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
|
H A D | fseek_ftell_rewind_variation2.phpt | 49 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
|
H A D | fseek_ftell_rewind_basic2.phpt | 49 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
|
H A D | fseek_ftell_rewind_basic2-win32.phpt | 50 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
|
/PHP-5.4/main/ |
H A D | rfc1867.c | 236 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()
|