Lines Matching refs:buf
1243 $display->debug_output( "The contents of the table ".$this->name."=". $dataFile->buf);
1383 var $buf; variable in File
1492 $buf = '';
1496 $buf = fread($handle,filesize($this->name));
1498 $auditTrail->add( "read in ".$buf);
1499 $this->buf = $buf;
1501 $rows = explode($this->CR,$buf);
1534 $buf='';
1537 $buf.= $sep.$value;
1541 $buf.= $p_values;
1543 if (fwrite ($handle,$buf.$this->CR) === FALSE)
1595 $buf='';
1597 $buf.= $sep.$value;
1600 fwrite ($handle,$buf);