Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
2.7 KiB

  1. /*
  2. ** Copyright 1992, Silicon Graphics, Inc.
  3. ** All Rights Reserved.
  4. **
  5. ** This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  6. ** the contents of this file may not be disclosed to third parties, copied or
  7. ** duplicated in any form, in whole or in part, without the prior written
  8. ** permission of Silicon Graphics, Inc.
  9. **
  10. ** RESTRICTED RIGHTS LEGEND:
  11. ** Use, duplication or disclosure by the Government is subject to restrictions
  12. ** as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  13. ** and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  14. ** successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  15. ** rights reserved under the Copyright Laws of the United States.
  16. **
  17. */
  18. #include <setjmp.h>
  19. struct JumpBuffer {
  20. jmp_buf buf;
  21. };
  22. #define mysetjmp(x) setjmp((x)->buf)
  23. #define mylongjmp(x,y) longjmp((x)->buf, y)
  24. /* <<AT&T USL C++ Language System <3.0.1> 02/03/92>> */
  25. /* < ../core/cachingeval.c++ > */
  26. void *__vec_new (void *, int , int , void *);
  27. void __vec_ct (void *, int , int , void *);
  28. void __vec_dt (void *, int , int , void *);
  29. void __vec_delete (void *, int , int , void *, int , int );
  30. typedef int (*__vptp)(void);
  31. struct __mptr {short d; short i; __vptp f; };
  32. struct CachingEvaluator;
  33. enum __Q2_16CachingEvaluator11ServiceMode { play__Q2_16CachingEvaluator11ServiceMode = 0, record__Q2_16CachingEvaluator11ServiceMode = 1, playAndRecord__Q2_16CachingEvaluator11ServiceMode = 2} ;
  34. struct CachingEvaluator {
  35. struct __mptr *__vptr__16CachingEvaluator ;
  36. };
  37. extern void *__nw__FUi (unsigned int );
  38. extern struct __mptr* __ptbl_vec_____core_cachingeval_c___canRecord_[];
  39. int __glcanRecord__16CachingEvalua0 (struct CachingEvaluator *__0this )
  40. {
  41. return 0 ;
  42. }
  43. int __glcanPlayAndRecord__16Cachin0 (struct CachingEvaluator *__0this )
  44. {
  45. return 0 ;
  46. }
  47. int __glcreateHandle__16CachingEva0 (struct CachingEvaluator *__0this , int __1__A2 )
  48. {
  49. return 0 ;
  50. }
  51. void __glbeginOutput__16CachingEval0 (struct CachingEvaluator *__0this , int __1__A3 , int __1__A4 )
  52. {
  53. }
  54. void __glendOutput__16CachingEvalua0 (struct CachingEvaluator *__0this )
  55. {
  56. }
  57. void __gldiscardRecording__16Cachin0 (struct CachingEvaluator *__0this , int
  58. __1__A5 )
  59. {
  60. }
  61. void __glplayRecording__16CachingEv0 (struct CachingEvaluator *__0this , int __1__A6 )
  62. {
  63. }
  64. struct __mptr __gl__vtbl__16CachingEvaluator[] = {0,0,0,
  65. 0,0,(__vptp)__glcanRecord__16CachingEvalua0 ,
  66. 0,0,(__vptp)__glcanPlayAndRecord__16Cachin0 ,
  67. 0,0,(__vptp)__glcreateHandle__16CachingEva0 ,
  68. 0,0,(__vptp)__glbeginOutput__16CachingEval0 ,
  69. 0,0,(__vptp)__glendOutput__16CachingEvalua0 ,
  70. 0,0,(__vptp)__gldiscardRecording__16Cachin0 ,
  71. 0,0,(__vptp)__glplayRecording__16CachingEv0 ,
  72. 0,0,0};
  73. /* the end */