ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

source.c File Reference
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include "dbghelp_private.h"
#include "wine/debug.h"

Go to the source code of this file.

Data Structures

struct  source_rb
struct  enum_sources_files_context

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (dbghelp)
static voidsource_rb_alloc (size_t size)
static voidsource_rb_realloc (void *ptr, size_t size)
static void source_rb_free (void *ptr)
static int source_rb_compare (const void *key, const struct wine_rb_entry *entry)
static unsigned source_find (const char *name)
unsigned source_new (struct module *module, const char *base, const char *name)
const charsource_get (const struct module *module, unsigned idx)
BOOL WINAPI SymEnumSourceFilesW (HANDLE hProcess, ULONG64 ModBase, PCWSTR Mask, PSYM_ENUMSOURCEFILES_CALLBACKW cbSrcFiles, PVOID UserContext)
static BOOL CALLBACK enum_source_files_W_to_A (PSOURCEFILEW source_file, PVOID context)
BOOL WINAPI SymEnumSourceFiles (HANDLE hProcess, ULONG64 ModBase, PCSTR Mask, PSYM_ENUMSOURCEFILES_CALLBACK cbSrcFiles, PVOID UserContext)
BOOL WINAPI SymEnumSourceLines (HANDLE hProcess, ULONG64 base, PCSTR obj, PCSTR file, DWORD line, DWORD flags, PSYM_ENUMLINES_CALLBACK EnumLinesCallback, PVOID UserContext)
BOOL WINAPI SymEnumSourceLinesW (HANDLE hProcess, ULONG64 base, PCWSTR obj, PCWSTR file, DWORD line, DWORD flags, PSYM_ENUMLINES_CALLBACKW EnumLinesCallback, PVOID UserContext)
BOOL WINAPI SymGetSourceFileToken (HANDLE hProcess, ULONG64 base, PCSTR src, PVOID *token, DWORD *size)
BOOL WINAPI SymGetSourceFileTokenW (HANDLE hProcess, ULONG64 base, PCWSTR src, PVOID *token, DWORD *size)

Variables

static struct modulerb_module
struct wine_rb_functions source_rb_functions

Generated on Sat May 26 2012 05:07:25 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.