ReactOS 0.4.16-dev-91-g764881a
|
#include "config.h"
#include "wine/port.h"
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <stdio.h>
#include <ctype.h>
#include <time.h>
#include "windef.h"
#include "winbase.h"
#include "widl.h"
#include "typelib.h"
#include "typelib_struct.h"
#include "utils.h"
#include "header.h"
#include "typetree.h"
#include "pshpack1.h"
#include "poppack.h"
Go to the source code of this file.
Classes | |
struct | sltg_data |
struct | sltg_library |
struct | sltg_block |
struct | sltg_typelib |
struct | sltg_hrefmap |
struct | sltg_typeinfo_header |
struct | sltg_member_header |
struct | sltg_variable |
struct | sltg_tail |
struct | sltg_hrefinfo |
struct | sltg_function |
struct | sltg_impl_info |
Macros | |
#define | NONAMELESSUNION |
Variables | |
static const GUID | sltg_library_guid = { 0x204ff,0,0,{ 0xc0,0,0,0,0,0,0,0x46 } } |
#define NONAMELESSUNION |
Definition at line 31 of file write_sltg.c.
|
static |
Definition at line 406 of file write_sltg.c.
Referenced by add_interface_typeinfo(), and add_structure_typeinfo().
Definition at line 382 of file write_sltg.c.
Referenced by add_block(), and create_sltg_typelib().
|
static |
Definition at line 1568 of file write_sltg.c.
Referenced by add_type_typeinfo(), and write_var_desc().
|
static |
Definition at line 1558 of file write_sltg.c.
Referenced by add_type_typeinfo(), and write_var_desc().
|
static |
Definition at line 1232 of file write_sltg.c.
Referenced by add_interface_typeinfo().
Definition at line 264 of file write_sltg.c.
Referenced by add_block(), create_library_block(), and init_index().
|
static |
Definition at line 1416 of file write_sltg.c.
Referenced by add_interface_typeinfo(), add_type_typeinfo(), and write_var_desc().
|
static |
Definition at line 526 of file write_sltg.c.
Referenced by add_statement().
|
static |
Definition at line 292 of file write_sltg.c.
Referenced by add_func_desc(), add_structure_typeinfo(), add_typeinfo_block(), and init_library().
|
static |
Definition at line 1603 of file write_sltg.c.
Referenced by create_sltg_typelib().
|
static |
Definition at line 962 of file write_sltg.c.
Referenced by add_type_typeinfo(), and write_var_desc().
|
static |
Definition at line 1573 of file write_sltg.c.
Referenced by add_statement().
|
static |
Definition at line 531 of file write_sltg.c.
Referenced by add_interface_typeinfo(), and add_structure_typeinfo().
|
static |
Definition at line 1563 of file write_sltg.c.
Referenced by add_type_typeinfo(), and write_var_desc().
Definition at line 512 of file write_sltg.c.
Referenced by add_func_desc(), add_interface_typeinfo(), add_structure_typeinfo(), write_hrefmap(), write_impl_href(), and write_var_desc().
|
static |
Definition at line 418 of file write_sltg.c.
Referenced by create_sltg_typelib().
Definition at line 1831 of file write_sltg.c.
Referenced by write_typelib_regscript().
Definition at line 695 of file write_sltg.c.
Referenced by add_func_desc(), and add_structure_typeinfo().
|
static |
Definition at line 1084 of file write_sltg.c.
Referenced by add_interface_typeinfo().
Definition at line 710 of file write_sltg.c.
Referenced by write_var_desc().
|
static |
Definition at line 1105 of file write_sltg.c.
Referenced by add_func_desc().
Definition at line 1186 of file write_sltg.c.
Referenced by add_func_desc().
Definition at line 283 of file write_sltg.c.
Referenced by create_sltg_typelib().
|
static |
Definition at line 325 of file write_sltg.c.
Referenced by create_sltg_typelib().
|
static |
Definition at line 320 of file write_sltg.c.
Referenced by create_sltg_typelib().
Definition at line 257 of file write_sltg.c.
Referenced by add_func_desc(), add_interface_typeinfo(), add_structure_typeinfo(), init_index(), and init_name_table().
Definition at line 610 of file write_sltg.c.
Referenced by add_interface_typeinfo(), and add_structure_typeinfo().
|
static |
Definition at line 575 of file write_sltg.c.
Referenced by add_interface_typeinfo(), and add_structure_typeinfo().
|
static |
Definition at line 771 of file write_sltg.c.
Referenced by add_interface_typeinfo(), and write_var_desc().
Definition at line 465 of file write_sltg.c.
Referenced by add_typeinfo_block().
|
static |
Definition at line 1798 of file write_sltg.c.
Referenced by create_sltg_typelib().
|
static |
Definition at line 485 of file write_sltg.c.
Referenced by add_typeinfo_block().
|
static |
Definition at line 1647 of file write_sltg.c.
Referenced by save_all_changes().
|
static |
Definition at line 1752 of file write_sltg.c.
Referenced by save_all_changes().
|
static |
Definition at line 1761 of file write_sltg.c.
Referenced by save_all_changes().
Definition at line 1775 of file write_sltg.c.
Referenced by save_all_changes().
|
static |
Definition at line 1733 of file write_sltg.c.
Referenced by save_all_changes().
Definition at line 641 of file write_sltg.c.
Referenced by add_interface_typeinfo(), and add_structure_typeinfo().
Definition at line 1396 of file write_sltg.c.
Referenced by add_interface_typeinfo().
|
static |
Definition at line 802 of file write_sltg.c.
Referenced by add_func_desc(), add_structure_typeinfo(), and write_var_desc().
Definition at line 48 of file write_sltg.c.
Referenced by sltg_write_header(), and sltg_write_remainder().