Displaying 16 results from an estimated 16 matches for "closefile".
Did you mean:
close_file
2007 Dec 10
0
windows oddity related to alternate data streams
...O:\technical INVALID DEVICE REQUEST
12:20:26.8130925 AM QueryInformationVolume O:\technical BUFFER OVERFLOW
12:20:26.8132141 AM QueryAllInformationFile O:\technical BUFFER OVERFLOW
12:20:26.8156088
AM CreateFile O:\technical:{4c8cc155-6c1e-11d1-8e41-00c04fb9386d} PATH
NOT FOUND
12:20:26.8159856 AM CloseFile O:\technical SUCCESS
12:20:26.8175923 AM CreateFile O:\technical SUCCESS
12:20:26.8191648 AM ReadFile O:\technical INVALID DEVICE REQUEST
12:20:26.8192031 AM QueryInformationVolume O:\technical BUFFER OVERFLOW
12:20:26.8192252 AM QueryAllInformationFile O:\technical BUFFER OVERFLOW
12:20:26.8228748...
2007 Dec 22
0
slow browsing problem
...REQUEST
12:20:26.8130925 AM QueryInformationVolume O:\technical BUFFER OVERFLOW
12:20:26.8132141 AM QueryAllInformationFile O:\technical BUFFER OVERFLOW
12:20:26.8156088
AM CreateFile
O:\technical:{4c8cc155-6c1e-11d1-8e41-00c04fb9386d} PATH
NOT FOUND
12:20:26.8159856 AM CloseFile O:\technical SUCCESS
12:20:26.8175923 AM CreateFile O:\technical SUCCESS
12:20:26.8191648 AM ReadFile O:\technical INVALID DEVICE REQUEST
12:20:26.8192031 AM QueryInformationVolume O:\technical BUFFER OVERFLOW
12:20:26.8192252 AM QueryAllInformationFil...
2018 Aug 07
2
[R-pkg-devel] Run garbage collector when too many open files
...integer")
OPENFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec3214753f2af0'
> b <- as_rvec(a[1:3])
OPENFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec32146a50f383'
OPENFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec3214484b652c'
> print(b)
[1] 0 0 0
>
>
> gc()
CLOSEFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec3214484b652c'
CLOSEFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec32146a50f383'
used (Mb) gc trigger (Mb) max used (Mb)
Ncells 796936 42.6 1442291 77.1 1168576 62.5
Vcells 1519523 11.6 4356532 33.3 4740854 36.2
For debugging, I...
2011 Mar 24
1
.Fortran successful, R locks up.
...for target `.f.o'
/fs/local/apps/R-2.12.1/lib64/R/etc/Makeconf:132: warning: ignoring
old commands for target `.f.o'
gfortran -fPIC -g -O2 -c modparm.f
gfortran -fPIC -g -O2 -c addh.f
---SNIP successful gfortran output----
gfortran -fPIC -g -O2 -c zeroini.f
gfortran -fPIC -g -O2 -c closefiles.f
gfortran -shared -o swat.so modparm.o addh.o albedo.o
allocate_parms.o alph.o analyse.o anfert.o apex_day.o apply.o ascrv.o
---SNIP successful link output----
writeaa.o writed.o writem.o writeswatfile.o writeswatmain.o xisquare.o
xiunc.o xmon.o ysed.o zero0.o zero1.o zero2.o zeroini.o closefile...
2018 Aug 07
1
Run garbage collector when too many open files
...53f2af0'
>>> b <- as_rvec(a[1:3])
>> OPENFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec32146a50f383'
>> OPENFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec3214484b652c'
>>> print(b)
>> [1] 0 0 0
>>>
>>>
>>> gc()
>> CLOSEFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec3214484b652c'
>> CLOSEFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec32146a50f383'
>> ???????? used (Mb) gc trigger (Mb) max used (Mb)
>> Ncells? 796936 42.6??? 1442291 77.1? 1168576 62.5
>> Vcells 1519523 11.6??? 4356532 33....
2007 Dec 21
1
Continous decoding of several audio files without destroying speex_decoder
...s);
while(end of files)
{
speex_decoder_ctl(m_speex, SPEEX_RESET_STATE, &tmp);
speex_bits_reset(&m_bits);
OpenFile(speex audio file);
while(end of file)
{
fread(speex frame);
speex_bits_read_from();
speex_decode_int();
fwrite(decoded audio);
}
CloseFile(speex audio file);
}
speex_decoder_destroy();
speex_bits_destroy();
}
Thanks in advance for your help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20071221/735ce2cf/attachment.htm
2005 Jun 07
1
OpenFile, ReadFile & int 13h
Hello,
I have a problem with a comboot 16 bits program for syslinux, I use the
API openFile, ReadFile and CloseFile for read my own config file. It's ok.
I use the int13h to write a floppy disk (syslinux runs on a USB stick),
after the first call to int13h, all the call to openFile return an error.
Do you know what's the problem? Is it possible to use int13h when we use
syslinux API?
Thank you and ex...
2008 Oct 08
0
Samba 3.x reports "not implemented" when Server 2008 SMB client requests FSCTL_GET_OBJECT_ID
...L_GET_OBJECT_ID
229 10:15:17.4364787
AM archiveIndex.exe 6064 FileSystemControl
\\unix\galaxy\IndexCache\CV_Index\2\180\1223420221\tree.dat NOT
SUPPORTED Control: 0x94160 (Device:0x9 Function:88 Method: 0)
230 10:15:17.4388151
AM archiveIndex.exe 6064 CloseFile
\\unix\galaxy\IndexCache\CV_Index\collects\66789.txt SUCCESS
231 10:15:23.3183477
AM archiveIndex.exe 6064 CloseFile
\\unix\galaxy\IndexCache\CV_Index\2\180\1223420221\tree.dat
SUCCESS
Further information on FSCTL_GET_OBJECT_ID from the MSDN pages
(http://msdn.microsoft.com/...
2007 Jul 03
6
Need Advice/Suggestion
Hi all,
As we know we can configure in astersik like before 5:00pm calls go to reception and after 5:00
pm calls go to some mobile no. One of my client requested that he wants to manually shift the dial
plan like above as he has flexiable timing sometime he finishes at 3:00pm some time 8pm. I can
not give him freepbx access.
Any idea or solution.
Regards
Farooq
--
2018 Aug 07
0
[R-pkg-devel] Run garbage collector when too many open files
...tmpVqkDsw/file32145169fb06/lvec3214753f2af0'
>> b <- as_rvec(a[1:3])
> OPENFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec32146a50f383'
> OPENFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec3214484b652c'
>> print(b)
> [1] 0 0 0
>>
>>
>> gc()
> CLOSEFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec3214484b652c'
> CLOSEFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec32146a50f383'
> used (Mb) gc trigger (Mb) max used (Mb)
> Ncells 796936 42.6 1442291 77.1 1168576 62.5
> Vcells 1519523 11.6 4356532 33.3 4740854 36.2...
2009 Apr 27
6
File access denied when printing from a Delphi application
...outine in my application is a routine to print text. So it prints to a file
in LPT1 . The source code is more or less like this:
Code:
procedure Print;
var
File: TextFile;
begin
AssignFile(File, 'LPT1');
Rewrite(File);
try
Writeln(File, '...');
// ...
finally
CloseFile(File);
end;
end;
I think the error occur in the AssignFile or Rewrite procedures, when the application tries to generate the file that will hold the printing on the system. I'm almost sure that if I execute my application on Wine under root or superuser the printing will work, but we all k...
1999 Nov 12
1
how to read a file one line at a time?
Is there a way to read a file one line at a time?
My file is potentially very large (multiple gigabytes)
so I'd like to read and process one line at a time.
The only choices I see are:
1) Direct the file to standard input and use readline(),
but then I have to parse the data columns myself.
2) Call scan() with nlines=1 over and over again, incrementing
skip, but I suspect that it will
2007 Oct 08
16
Fileserver performance tests
....228: Starting 100 filereaderthread threads
12746: 64.228: Running...
12746: 65.238: Run took 1 seconds...
12746: 65.266: Per-Operation Breakdown
statfile1 988ops/s 0.0mb/s 0.0ms/op 22us/op-cpu
deletefile1 991ops/s 0.0mb/s 0.0ms/op 48us/op-cpu
closefile2 997ops/s 0.0mb/s 0.0ms/op 4us/op-cpu
readfile1 997ops/s 139.8mb/s 0.2ms/op 175us/op-cpu
openfile2 997ops/s 0.0mb/s 0.0ms/op 28us/op-cpu
closefile1 1081ops/s 0.0mb/s 0.0ms/op 6us/op-cpu
a...
2010 Dec 18
1
Unable to mount SMB shares under Mac OS 10.6.5
...bs) Throttling respawn: Will start in 10 seconds
12/16/10 01:01:06 com.apple.launchd.peruser.505[150] (com.apple.pbs) Throttling respawn: Will start in 10 seconds
12/16/10 01:02:02 _lp[66035] audit warning: expired /var/audit/20101215210444.20101215231614
12/16/10 01:02:02 _lp[66034] audit warning: closefile /var/audit/20101216055051.20101216080202
12/16/10 01:09:56 KernelEventAgent[64] tid 00000000 type 'smbfs', mounted on '/Volumes/Public', from '//admin at 10.0.1.2/Public', dead
12/16/10 01:09:56 mds[22627] (Error) DiskStore: Unable to create/find index location
12/16/10 01:...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...3897 0 0.02 213897
clamscan_others.ll 4 16909 0 0.01 16891 0 0.01 16891
clamscan_treewalk.ll 6 72998 0 0.02 72980 0 0.02 72980
class.ll 13 182292 1 0.02 182113 0 0.03 182275
clause.ll 301 644053 13 0.06 642371 * * *
clearLine.ll 1 3175 0 0.01 3150 0 0.01 3150
clock.ll 7 3985 2 0.01 3810 0 0.01 3968
closeFiles.ll 1 4699 0 0.01 4674 0 0.01 4674
closepl.ll 1 1057 0 0.01 1028 0 0.01 1028
closure.ll 5 28114 0 0.01 28088 0 0.01 28088
cnf.ll 222 772426 10 0.06 768498 2 0.07 767823
coarsen.ll 3 107852 0 0.02 107823 0 0.01 107823
code.ll 1 10232 0 0.01 10202 0 0.01 10202
CoderMixer2.ll 14 83683 4 0.01 81571 4 0...