|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "dbghelp_private.h"
#include "winnls.h"
#include "winternl.h"
#include "wine/debug.h"
Go to the source code of this file.
Data Structures |
| struct | enum_dir_treeWA |
| struct | sffip |
| struct | module_find |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (dbghelp) |
| static BOOL | is_sep (char ch) |
| static BOOL | is_sepW (WCHAR ch) |
| static const char * | file_name (const char *str) |
| static const WCHAR * | file_nameW (const WCHAR *str) |
| HANDLE WINAPI | FindDebugInfoFile (PCSTR FileName, PCSTR SymbolPath, PSTR DebugFilePath) |
| HANDLE WINAPI | FindDebugInfoFileEx (PCSTR FileName, PCSTR SymbolPath, PSTR DebugFilePath, PFIND_DEBUG_FILE_CALLBACK Callback, PVOID CallerData) |
| HANDLE WINAPI | FindExecutableImageExW (PCWSTR FileName, PCWSTR SymbolPath, PWSTR ImageFilePath, PFIND_EXE_FILE_CALLBACKW Callback, PVOID user) |
| HANDLE WINAPI | FindExecutableImageEx (PCSTR FileName, PCSTR SymbolPath, PSTR ImageFilePath, PFIND_EXE_FILE_CALLBACK Callback, PVOID user) |
| HANDLE WINAPI | FindExecutableImage (PCSTR FileName, PCSTR SymbolPath, PSTR ImageFilePath) |
| BOOL WINAPI | MakeSureDirectoryPathExists (PCSTR DirPath) |
| BOOL WINAPI | SymMatchFileNameW (PCWSTR file, PCWSTR match, PWSTR *filestop, PWSTR *matchstop) |
| BOOL WINAPI | SymMatchFileName (PCSTR file, PCSTR match, PSTR *filestop, PSTR *matchstop) |
| static BOOL | do_searchW (PCWSTR file, PWSTR buffer, BOOL recurse, PENUMDIRTREE_CALLBACKW cb, PVOID user) |
| BOOL WINAPI | SearchTreeForFileW (PCWSTR root, PCWSTR file, PWSTR buffer) |
| BOOL WINAPI | SearchTreeForFile (PCSTR root, PCSTR file, PSTR buffer) |
| BOOL WINAPI | EnumDirTreeW (HANDLE hProcess, PCWSTR root, PCWSTR file, PWSTR buffer, PENUMDIRTREE_CALLBACKW cb, PVOID user) |
| static BOOL CALLBACK | enum_dir_treeWA (PCWSTR name, PVOID user) |
| BOOL WINAPI | EnumDirTree (HANDLE hProcess, PCSTR root, PCSTR file, PSTR buffer, PENUMDIRTREE_CALLBACK cb, PVOID user) |
| static BOOL CALLBACK | sffip_cb (PCWSTR buffer, PVOID user) |
| BOOL WINAPI | SymFindFileInPathW (HANDLE hProcess, PCWSTR searchPath, PCWSTR full_path, PVOID id, DWORD two, DWORD three, DWORD flags, PWSTR buffer, PFINDFILEINPATHCALLBACKW cb, PVOID user) |
| BOOL WINAPI | SymFindFileInPath (HANDLE hProcess, PCSTR searchPath, PCSTR full_path, PVOID id, DWORD two, DWORD three, DWORD flags, PSTR buffer, PFINDFILEINPATHCALLBACK cb, PVOID user) |
| static BOOL CALLBACK | module_find_cb (PCWSTR buffer, PVOID user) |
| BOOL | path_find_symbol_file (const struct process *pcs, PCSTR full_path, const GUID *guid, DWORD dw1, DWORD dw2, PSTR buffer, BOOL *is_unmatched) |
Generated on Fri May 25 2012 04:44:31 for ReactOS by
1.7.6.1
|