#include "rpc_binding.h"
#include "wine/list.h"
Go to the source code of this file.
◆ RpcServerInterface
◆ RpcServerProtseq
◆ RPCRT4_destroy_all_protseqs()
void RPCRT4_destroy_all_protseqs |
( |
void |
| ) |
|
Definition at line 1094 of file rpc_server.c.
1095{
1097
1100
1103 {
1107 }
1111}
static CRITICAL_SECTION server_cs
static void RPCRT4_sync_with_server_thread(RpcServerProtseq *ps)
static void destroy_serverprotoseq(RpcServerProtseq *ps)
static struct list protseqs
static CRITICAL_SECTION listen_cs
#define LIST_FOR_EACH_ENTRY_SAFE(cursor, cursor2, list, type, field)
void WINAPI LeaveCriticalSection(LPCRITICAL_SECTION)
void WINAPI EnterCriticalSection(LPCRITICAL_SECTION)
void WINAPI DeleteCriticalSection(PCRITICAL_SECTION)
Referenced by DllMain().
◆ rpcrt4_get_protseq_ops()
Definition at line 3590 of file rpc_transport.c.
3591{
3597}
int strcmp(const char *String1, const char *String2)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
static const struct protseq_ops protseq_list[]
Referenced by alloc_serverprotoseq().
◆ RPCRT4_new_client()
Definition at line 625 of file rpc_server.c.
626{
630 ERR(
"failed to create thread, error=%08x\n",
err);
632 }
633
634
635
636
637
639}
HANDLE WINAPI DECLSPEC_HOTPATCH CreateThread(IN LPSECURITY_ATTRIBUTES lpThreadAttributes, IN DWORD dwStackSize, IN LPTHREAD_START_ROUTINE lpStartAddress, IN LPVOID lpParameter, IN DWORD dwCreationFlags, OUT LPDWORD lpThreadId)
void RPCRT4_ReleaseConnection(RpcConnection *Connection) DECLSPEC_HIDDEN
static DWORD CALLBACK RPCRT4_io_thread(LPVOID the_arg)
DWORD WINAPI GetLastError(void)
Referenced by rpcrt4_protseq_np_wait_for_new_connection(), and rpcrt4_protseq_sock_wait_for_new_connection().
◆ RPCRT4_ServerFreeAllRegisteredAuthInfo()
void RPCRT4_ServerFreeAllRegisteredAuthInfo |
( |
void |
| ) |
|
Definition at line 1396 of file rpc_server.c.
1397{
1399
1402 {
1406 }
1409}
#define HeapFree(x, y, z)
static struct list server_registered_auth_info
static CRITICAL_SECTION server_auth_info_cs
Referenced by DllMain().