Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
87ecf526
Commit
87ecf526
authored
May 19, 2006
by
Robert Shearman
Committed by
Alexandre Julliard
May 20, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcrt4: Make more internal functions static.
parent
0592210b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
ndr_marshall.c
dlls/rpcrt4/ndr_marshall.c
+10
-10
No files found.
dlls/rpcrt4/ndr_marshall.c
View file @
87ecf526
...
...
@@ -743,7 +743,7 @@ static inline void dump_pointer_attr(unsigned char attr)
/***********************************************************************
* PointerMarshall
*/
void
WINAPI
PointerMarshall
(
PMIDL_STUB_MESSAGE
pStubMsg
,
static
void
PointerMarshall
(
PMIDL_STUB_MESSAGE
pStubMsg
,
unsigned
char
*
Buffer
,
unsigned
char
*
Pointer
,
PFORMAT_STRING
pFormat
)
...
...
@@ -794,7 +794,7 @@ void WINAPI PointerMarshall(PMIDL_STUB_MESSAGE pStubMsg,
/***********************************************************************
* PointerUnmarshall
*/
void
WINAPI
PointerUnmarshall
(
PMIDL_STUB_MESSAGE
pStubMsg
,
static
void
PointerUnmarshall
(
PMIDL_STUB_MESSAGE
pStubMsg
,
unsigned
char
*
Buffer
,
unsigned
char
**
pPointer
,
PFORMAT_STRING
pFormat
,
...
...
@@ -849,7 +849,7 @@ void WINAPI PointerUnmarshall(PMIDL_STUB_MESSAGE pStubMsg,
/***********************************************************************
* PointerBufferSize
*/
void
WINAPI
PointerBufferSize
(
PMIDL_STUB_MESSAGE
pStubMsg
,
static
void
PointerBufferSize
(
PMIDL_STUB_MESSAGE
pStubMsg
,
unsigned
char
*
Pointer
,
PFORMAT_STRING
pFormat
)
{
...
...
@@ -891,7 +891,7 @@ void WINAPI PointerBufferSize(PMIDL_STUB_MESSAGE pStubMsg,
/***********************************************************************
* PointerMemorySize [RPCRT4.@]
*/
unsigned
long
WINAPI
PointerMemorySize
(
PMIDL_STUB_MESSAGE
pStubMsg
,
static
unsigned
long
PointerMemorySize
(
PMIDL_STUB_MESSAGE
pStubMsg
,
unsigned
char
*
Buffer
,
PFORMAT_STRING
pFormat
)
{
...
...
@@ -927,7 +927,7 @@ unsigned long WINAPI PointerMemorySize(PMIDL_STUB_MESSAGE pStubMsg,
/***********************************************************************
* PointerFree [RPCRT4.@]
*/
void
WINAPI
PointerFree
(
PMIDL_STUB_MESSAGE
pStubMsg
,
static
void
PointerFree
(
PMIDL_STUB_MESSAGE
pStubMsg
,
unsigned
char
*
Pointer
,
PFORMAT_STRING
pFormat
)
{
...
...
@@ -989,7 +989,7 @@ notfree:
/***********************************************************************
* EmbeddedPointerMarshall
*/
unsigned
char
*
WINAPI
EmbeddedPointerMarshall
(
PMIDL_STUB_MESSAGE
pStubMsg
,
static
unsigned
char
*
EmbeddedPointerMarshall
(
PMIDL_STUB_MESSAGE
pStubMsg
,
unsigned
char
*
pMemory
,
PFORMAT_STRING
pFormat
)
{
...
...
@@ -1055,7 +1055,7 @@ unsigned char * WINAPI EmbeddedPointerMarshall(PMIDL_STUB_MESSAGE pStubMsg,
/***********************************************************************
* EmbeddedPointerUnmarshall
*/
unsigned
char
*
WINAPI
EmbeddedPointerUnmarshall
(
PMIDL_STUB_MESSAGE
pStubMsg
,
static
unsigned
char
*
EmbeddedPointerUnmarshall
(
PMIDL_STUB_MESSAGE
pStubMsg
,
unsigned
char
**
ppMemory
,
PFORMAT_STRING
pFormat
,
unsigned
char
fMustAlloc
)
...
...
@@ -1122,7 +1122,7 @@ unsigned char * WINAPI EmbeddedPointerUnmarshall(PMIDL_STUB_MESSAGE pStubMsg,
/***********************************************************************
* EmbeddedPointerBufferSize
*/
void
WINAPI
EmbeddedPointerBufferSize
(
PMIDL_STUB_MESSAGE
pStubMsg
,
static
void
EmbeddedPointerBufferSize
(
PMIDL_STUB_MESSAGE
pStubMsg
,
unsigned
char
*
pMemory
,
PFORMAT_STRING
pFormat
)
{
...
...
@@ -1183,7 +1183,7 @@ void WINAPI EmbeddedPointerBufferSize(PMIDL_STUB_MESSAGE pStubMsg,
/***********************************************************************
* EmbeddedPointerMemorySize
*/
unsigned
long
WINAPI
EmbeddedPointerMemorySize
(
PMIDL_STUB_MESSAGE
pStubMsg
,
static
unsigned
long
EmbeddedPointerMemorySize
(
PMIDL_STUB_MESSAGE
pStubMsg
,
PFORMAT_STRING
pFormat
)
{
unsigned
long
Offset
=
pStubMsg
->
Offset
;
...
...
@@ -1244,7 +1244,7 @@ unsigned long WINAPI EmbeddedPointerMemorySize(PMIDL_STUB_MESSAGE pStubMsg,
/***********************************************************************
* EmbeddedPointerFree
*/
void
WINAPI
EmbeddedPointerFree
(
PMIDL_STUB_MESSAGE
pStubMsg
,
static
void
EmbeddedPointerFree
(
PMIDL_STUB_MESSAGE
pStubMsg
,
unsigned
char
*
pMemory
,
PFORMAT_STRING
pFormat
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment