HomeSort by relevance Sort by last modified time
    Searched refs:LPCSTR (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/chromium/base/win/
pe_image.h 40 DWORD hint, LPCSTR name, PVOID function,
41 LPCSTR forward, PVOID cookie);
47 typedef bool (*EnumImportChunksFunction)(const PEImage &image, LPCSTR module,
55 typedef bool (*EnumImportsFunction)(const PEImage &image, LPCSTR module,
56 DWORD ordinal, LPCSTR name, DWORD hint,
65 LPCSTR module,
90 static bool IsOrdinal(LPCSTR name);
93 static WORD ToOrdinal(LPCSTR name);
121 PIMAGE_SECTION_HEADER GetImageSectionHeaderByName(LPCSTR section_name) const;
135 PDWORD GetExportEntry(LPCSTR name) const
    [all...]
pe_image.cc 34 int StrCmpByByte(LPCSTR s1, LPCSTR s2) {
47 bool ProcessImportChunk(const PEImage &image, LPCSTR module,
60 LPCSTR module, PIMAGE_THUNK_DATA name_table,
132 LPCSTR section_name) const {
141 if (0 == _strnicmp(reinterpret_cast<LPCSTR>(section->Name), section_name,
151 PDWORD PEImage::GetExportEntry(LPCSTR name) const {
167 FARPROC PEImage::GetProcAddress(LPCSTR function_name) const {
189 bool PEImage::GetProcOrdinal(LPCSTR function_name, WORD *ordinal) const {
209 LPCSTR name = reinterpret_cast<LPCSTR>(RVAToAddr(*middle))
    [all...]
pe_image_unittest.cc 18 LPCSTR name,
20 LPCSTR forward,
29 LPCSTR module,
31 LPCSTR name,
63 LPCSTR module,
75 LPCSTR module,
  /external/chromium_org/base/win/
pe_image.h 44 DWORD hint, LPCSTR name, PVOID function,
45 LPCSTR forward, PVOID cookie);
51 typedef bool (*EnumImportChunksFunction)(const PEImage &image, LPCSTR module,
59 typedef bool (*EnumImportsFunction)(const PEImage &image, LPCSTR module,
60 DWORD ordinal, LPCSTR name, DWORD hint,
69 LPCSTR module,
94 static bool IsOrdinal(LPCSTR name);
97 static WORD ToOrdinal(LPCSTR name);
125 PIMAGE_SECTION_HEADER GetImageSectionHeaderByName(LPCSTR section_name) const;
139 PDWORD GetExportEntry(LPCSTR name) const
    [all...]
pe_image.cc 35 int StrCmpByByte(LPCSTR s1, LPCSTR s2) {
48 bool ProcessImportChunk(const PEImage &image, LPCSTR module,
61 LPCSTR module, PIMAGE_THUNK_DATA name_table,
133 LPCSTR section_name) const {
142 if (0 == _strnicmp(reinterpret_cast<LPCSTR>(section->Name), section_name,
152 PDWORD PEImage::GetExportEntry(LPCSTR name) const {
168 FARPROC PEImage::GetProcAddress(LPCSTR function_name) const {
190 bool PEImage::GetProcOrdinal(LPCSTR function_name, WORD *ordinal) const {
210 LPCSTR name = reinterpret_cast<LPCSTR>(RVAToAddr(*middle))
    [all...]
pe_image_unittest.cc 18 LPCSTR name,
20 LPCSTR forward,
29 LPCSTR module,
31 LPCSTR name,
63 LPCSTR module,
75 LPCSTR module,
  /external/webrtc/src/system_wrappers/source/
set_thread_name_win.h 20 LPCSTR szName; // pointer to name (in user addr space)
25 void SetThreadName(DWORD dwThreadID, LPCSTR szThreadName)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10shader.idl 83 LPCSTR SemanticName;
94 LPCSTR Name;
103 LPCSTR Name;
123 LPCSTR Name;
133 LPCSTR Creator;
166 LPCSTR Name;
189 [in] LPCSTR a
192 LPCSTR GetMemberTypeName(
221 [in] LPCSTR a
237 [in] LPCSTR
    [all...]
d3d11shader.idl 49 LPCSTR SemanticName;
61 LPCSTR Name;
70 LPCSTR Name;
90 LPCSTR Name;
100 LPCSTR Creator;
144 LPCSTR Name;
167 [in] LPCSTR a
170 LPCSTR GetMemberTypeName(
220 [in] LPCSTR a
236 [in] LPCSTR
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10shader.idl 83 LPCSTR SemanticName;
94 LPCSTR Name;
103 LPCSTR Name;
123 LPCSTR Name;
133 LPCSTR Creator;
166 LPCSTR Name;
189 [in] LPCSTR a
192 LPCSTR GetMemberTypeName(
221 [in] LPCSTR a
237 [in] LPCSTR
    [all...]
d3d11shader.idl 49 LPCSTR SemanticName;
61 LPCSTR Name;
70 LPCSTR Name;
90 LPCSTR Name;
100 LPCSTR Creator;
144 LPCSTR Name;
167 [in] LPCSTR a
170 LPCSTR GetMemberTypeName(
220 [in] LPCSTR a
236 [in] LPCSTR
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_misc.h 19 LPCSTR STDMETHODCALLTYPE D3D10GetPixelShaderProfile(
26 LPCSTR STDMETHODCALLTYPE D3D10GetVertexShaderProfile(
33 LPCSTR STDMETHODCALLTYPE D3D10GetGeometryShaderProfile(
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_misc.h 19 LPCSTR STDMETHODCALLTYPE D3D10GetPixelShaderProfile(
26 LPCSTR STDMETHODCALLTYPE D3D10GetVertexShaderProfile(
33 LPCSTR STDMETHODCALLTYPE D3D10GetGeometryShaderProfile(
  /external/chromium_org/sandbox/win/src/
process_thread_interception.h 28 LPCSTR lpApplicationName,
35 LPCSTR lpCurrentDirectory,
80 CreateProcessAFunction orig_CreateProcessA, LPCSTR application_name,
83 LPVOID environment, LPCSTR current_directory, LPSTARTUPINFOA startup_info,
  /external/lzma/CPP/7zip/Archive/Common/
ItemNameUtils.cpp 43 LPCSTR prev =
47 (LPCSTR)(name) + (name.Length() - 1);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_win32_attach_detach_np.c 97 GetProcAddress (ptw32_h_quserex, (LPCSTR) "QueueUserAPCEx");
121 GetProcAddress (ptw32_h_quserex, (LPCSTR) "QueueUserAPCEx_Init");
177 GetProcAddress (ptw32_h_quserex, (LPCSTR) "QueueUserAPCEx_Fini");
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_getprocaddress.c 84 LPCSTR lpszProc )
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_getprocaddress.c 84 LPCSTR lpszProc )
  /external/chromium/net/base/
test_root_certs_win.cc 22 BOOL WINAPI InterceptedOpenStoreW(LPCSTR store_provider,
94 BOOL WINAPI InterceptedOpenStoreW(LPCSTR store_provider,
  /external/chromium_org/net/cert/
test_root_certs_win.cc 24 BOOL WINAPI InterceptedOpenStoreW(LPCSTR store_provider,
95 BOOL WINAPI InterceptedOpenStoreW(LPCSTR store_provider,
  /external/chromium_org/third_party/tlslite/tlslite/utils/
entropy.c 15 LPCSTR pszContainer, LPCSTR pszProvider, DWORD dwProvType,\
  /external/chromium_org/tools/memory_watcher/
preamble_patcher.h 154 LPCSTR function_name,
  /external/lzma/CPP/Windows/
DLL.h 49 FARPROC GetProc(LPCSTR procName) const { return My_GetProcAddress(_module, procName); }
  /external/chromium/third_party/libjingle/source/talk/base/
win32socketserver.cc 72 LPCSTR WSAErrorToString(int error, LPCSTR *description_result) {
73 LPCSTR string = "Unspecified";
74 LPCSTR description = "Unspecified description";
139 void ReportWSAError(LPCSTR context, int error, const SocketAddress& address) {
140 LPCSTR description_string;
141 LPCSTR error_string = WSAErrorToString(error, &description_string);
147 void ReportWSAError(LPCSTR context, int error, const SocketAddress& address) {}
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32socketserver.cc 73 LPCSTR WSAErrorToString(int error, LPCSTR *description_result) {
74 LPCSTR string = "Unspecified";
75 LPCSTR description = "Unspecified description";
140 void ReportWSAError(LPCSTR context, int error, const SocketAddress& address) {
141 LPCSTR description_string;
142 LPCSTR error_string = WSAErrorToString(error, &description_string);
148 void ReportWSAError(LPCSTR context, int error, const SocketAddress& address) {}

Completed in 469 milliseconds

1 2 3 4