Searched refs:pfe (Results 1 – 4 of 4) sorted by relevance
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
D | fastfile.h | 19 extern BOOL FastFileClose( HFASTFILE pfe ); 21 extern BOOL FastFileSeek( HFASTFILE pfe, int off, int how ); 22 extern long FastFileTell( HFASTFILE pfe ); 23 extern LPVOID FastFileLock( HFASTFILE pfe, int off, int len ); 24 extern BOOL FastFileUnlock( HFASTFILE pfe, int off, int len );
|
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
D | FASTFILE.H | 19 extern BOOL FastFileClose( HFASTFILE pfe ); 21 extern BOOL FastFileSeek( HFASTFILE pfe, int off, int how ); 22 extern long FastFileTell( HFASTFILE pfe ); 23 extern LPVOID FastFileLock( HFASTFILE pfe, int off, int len ); 24 extern BOOL FastFileUnlock( HFASTFILE pfe, int off, int len );
|
/external/clang/test/SemaCXX/ |
D | addr-of-overloaded-function.cpp | 12 int (*pfe)(...) = &f; // expected-error{{address of overloaded function 'f' does not match requi… variable
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 12694 * .cvsignore: Ignore the .pfe files in this directory.
|