Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
b52ae402
Commit
b52ae402
authored
May 17, 2006
by
Robert Shearman
Committed by
Alexandre Julliard
May 17, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcrt4: Fill out more of the function tables with functions that already exist.
parent
ecd3780c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
+13
-6
ndr_marshall.c
dlls/rpcrt4/ndr_marshall.c
+13
-6
No files found.
dlls/rpcrt4/ndr_marshall.c
View file @
b52ae402
...
...
@@ -139,7 +139,7 @@ const NDR_MARSHALL NdrMarshaller[NDR_TABLE_SIZE] = {
/* 0x2a */
NdrEncapsulatedUnionMarshall
,
NdrNonEncapsulatedUnionMarshall
,
0
,
NdrByteCountPointerMarshall
,
NdrXmitOrRepAsMarshall
,
NdrXmitOrRepAsMarshall
,
/* 0x2f */
NdrInterfacePointerMarshall
,
...
...
@@ -176,7 +176,7 @@ const NDR_UNMARSHALL NdrUnmarshaller[NDR_TABLE_SIZE] = {
/* 0x2a */
NdrEncapsulatedUnionUnmarshall
,
NdrNonEncapsulatedUnionUnmarshall
,
0
,
NdrByteCountPointerUnmarshall
,
NdrXmitOrRepAsUnmarshall
,
NdrXmitOrRepAsUnmarshall
,
/* 0x2f */
NdrInterfacePointerUnmarshall
,
...
...
@@ -213,7 +213,7 @@ const NDR_BUFFERSIZE NdrBufferSizer[NDR_TABLE_SIZE] = {
/* 0x2a */
NdrEncapsulatedUnionBufferSize
,
NdrNonEncapsulatedUnionBufferSize
,
0
,
NdrByteCountPointerBufferSize
,
NdrXmitOrRepAsBufferSize
,
NdrXmitOrRepAsBufferSize
,
/* 0x2f */
NdrInterfacePointerBufferSize
,
...
...
@@ -234,17 +234,24 @@ const NDR_MEMORYSIZE NdrMemorySizer[NDR_TABLE_SIZE] = {
NdrPointerMemorySize
,
NdrPointerMemorySize
,
/* 0x15 */
NdrSimpleStructMemorySize
,
NdrSimpleStructMemorySize
,
0
,
0
,
0
,
NdrConformantStructMemorySize
,
NdrConformantStructMemorySize
,
NdrConformantVaryingStructMemorySize
,
NdrComplexStructMemorySize
,
/* 0x1b */
NdrConformantArrayMemorySize
,
0
,
0
,
0
,
0
,
0
,
NdrConformantArrayMemorySize
,
NdrConformantVaryingArrayMemorySize
,
NdrFixedArrayMemorySize
,
NdrFixedArrayMemorySize
,
NdrVaryingArrayMemorySize
,
NdrVaryingArrayMemorySize
,
NdrComplexArrayMemorySize
,
/* 0x22 */
NdrConformantStringMemorySize
,
0
,
0
,
NdrConformantStringMemorySize
,
NdrNonConformantStringMemorySize
,
0
,
0
,
0
,
/* 0x2a */
0
,
0
,
0
,
0
,
0
,
NdrEncapsulatedUnionMemorySize
,
NdrNonEncapsulatedUnionMemorySize
,
NdrByteCountPointerMemorySize
,
NdrXmitOrRepAsMemorySize
,
NdrXmitOrRepAsMemorySize
,
/* 0x2f */
NdrInterfacePointerMemorySize
,
/* 0xb0 */
...
...
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