ReactOS 0.4.16-dev-136-g52192f1
|
#include "config.h"
#include "wine/port.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "widl.h"
#include "utils.h"
#include "parser.h"
#include "header.h"
#include "typegen.h"
#include "expr.h"
Go to the source code of this file.
Variables | |
static FILE * | proxy |
static int | indent = 0 |
|
static |
Definition at line 887 of file proxy.c.
Referenced by sort_interfaces().
|
static |
Definition at line 105 of file proxy.c.
Referenced by gen_proxy().
Definition at line 878 of file proxy.c.
Referenced by sort_interfaces().
Definition at line 465 of file proxy.c.
Referenced by count_methods(), write_iface_procformatstring(), write_interface(), and write_proxy().
|
static |
Definition at line 779 of file proxy.c.
Referenced by need_inline_stubs_file(), need_proxy_delegation(), need_proxy_file(), need_stub_files(), and write_proxy_routines().
Definition at line 153 of file proxy.c.
Referenced by proxy_free_variables().
|
static |
Definition at line 197 of file proxy.c.
Referenced by write_proxy().
|
static |
Definition at line 325 of file proxy.c.
Referenced by write_proxy().
Definition at line 439 of file proxy.c.
Referenced by write_proxy().
Definition at line 480 of file proxy.c.
Referenced by write_proxy_methods(), write_proxy_procformatstring_offsets(), write_stub_methods(), and write_thunk_methods().
Definition at line 135 of file proxy.c.
Referenced by need_delegation_indirect(), and write_proxy_routines().
|
static |
Definition at line 83 of file proxy.c.
Referenced by write_proxies().
Definition at line 129 of file proxy.c.
Referenced by get_delegation_indirect(), need_proxy_delegation(), write_proxy(), write_proxy_methods(), write_proxy_procformatstring_offsets(), write_stub_methods(), and write_thunk_methods().
Definition at line 148 of file proxy.c.
Referenced by write_proxy().
Definition at line 819 of file proxy.c.
Referenced by need_inline_stubs_file(), and write_proxy().
int need_inline_stubs_file | ( | const statement_list_t * | stmts | ) |
Definition at line 855 of file proxy.c.
Referenced by write_client_routines(), and write_server_routines().
Definition at line 796 of file proxy.c.
Referenced by build_iface_list(), need_proxy_and_inline_stubs(), need_proxy_file(), write_proxy_routines(), and write_proxy_stmts().
Definition at line 834 of file proxy.c.
Referenced by write_proxy_routines().
int need_proxy_delegation | ( | const statement_list_t * | stmts | ) |
Definition at line 814 of file proxy.c.
Referenced by write_dlldata().
int need_proxy_file | ( | const statement_list_t * | stmts | ) |
Definition at line 809 of file proxy.c.
Referenced by write_dlldata(), write_proxies(), and write_regscript().
Definition at line 804 of file proxy.c.
Referenced by need_stub_files(), write_client_ifaces(), write_client_routines(), write_server_routines(), and write_server_stmts().
int need_stub_files | ( | const statement_list_t * | stmts | ) |
Definition at line 44 of file proxy.c.
Referenced by clear_output_vars(), free_variable(), gen_proxy(), gen_stub(), gen_stub_thunk(), init_proxy(), write_proxy(), write_proxy_methods(), write_proxy_procformatstring_offsets(), write_proxy_routines(), write_stub_methods(), write_stubdesc(), write_stubdescproto(), and write_thunk_methods().
|
static |
Definition at line 184 of file proxy.c.
Referenced by gen_proxy().
|
static |
Definition at line 912 of file proxy.c.
Referenced by write_proxy_routines().
void write_proxies | ( | const statement_list_t * | stmts | ) |
Definition at line 1077 of file proxy.c.
Definition at line 612 of file proxy.c.
Referenced by write_proxy_stmts().
Definition at line 530 of file proxy.c.
Referenced by write_proxy(), and write_proxy_methods().
Definition at line 494 of file proxy.c.
Referenced by write_proxy(), and write_proxy_procformatstring_offsets().
|
static |
Definition at line 922 of file proxy.c.
Referenced by write_proxies().
|
static |
Definition at line 860 of file proxy.c.
Referenced by write_proxy_routines().
Definition at line 555 of file proxy.c.
Referenced by write_proxy(), and write_stub_methods().
Definition at line 58 of file proxy.c.
Referenced by write_proxy_routines().
Definition at line 52 of file proxy.c.
Referenced by write_proxy_routines().
Definition at line 588 of file proxy.c.
Referenced by write_proxy(), and write_thunk_methods().
|
static |
Definition at line 41 of file proxy.c.
Referenced by free_variable(), gen_proxy(), gen_stub(), gen_stub_thunk(), print_proxy(), write_proxy(), write_proxy_routines(), and write_stubdesc().
|
static |
Definition at line 40 of file proxy.c.
Referenced by clear_output_vars(), free_variable(), gen_proxy(), gen_stub(), gen_stub_thunk(), init_proxy(), print_proxy(), proxy_free_variables(), write_proxies(), write_proxy(), write_proxy_routines(), and write_stub_methods().