ReactOS
0.4.15-dev-1619-g69dffed
|
#include "of_call.h"
#include <string.h>
Go to the source code of this file.
Macros | |
#define | OF_FAILED 0 |
#define | ERR_NOT_FOUND 0xc0000010 |
Typedefs | |
typedef int(* | of_proxy) (int table_off, void *arg1, void *arg2, void *arg3, void *arg4, void *arg5, void *arg6) |
typedef long | jmp_buf[100] |
Functions | |
int | setjmp (jmp_buf buf) |
int | longjmp (jmp_buf buf, int retval) |
int | ofw_callmethod_ret (const char *method, int handle, int nargs, int *args, int ret) |
Variables | |
of_proxy | ofproxy |
Referenced by AddRegionBelow(), AddRightEdges(), AddSentinel(), BackToTop(), Cancel(), CancelGetHostByName(), check(), CheckForIntersect(), CheckForLeftSplice(), CheckForRightSplice(), cmdabort(), ConnectLeftDegenerate(), ConnectLeftVertex(), ConnectRightVertex(), dojump(), fetch_data(), FinishLeftRegions(), gluTessEndPolygon(), HalpTrap06(), InitEdgeDict(), intr(), main(), my_error_exit(), RemoveDegenerateEdges(), SpliceMergeVertices(), SweepEvent(), WalkDirtyRegions(), and XferCanceller().
Definition at line 15 of file ofw_method.c.
Referenced by MmuTranslate().
of_proxy ofproxy |
Definition at line 28 of file mach.c.
Referenced by MachInit(), PpcInit(), and PpcOfwInit().