代码搜索:sql server
找到约 10,000 项符合「sql server」的源代码
代码结果 10,000
www.eeworm.com/read/198916/5081019
c server.c
#include "unpipc.h"
#include "square.h"
bool_t
squareproc_2_svc(square_in *inp, square_out *outp, struct svc_req *rqstp)
{
printf("thread %ld started, arg = %ld\n",
pr_thread_id(NULL), i
www.eeworm.com/read/198916/5081023
c server.c
/* include servproc */
#include "unpipc.h"
#include "square.h"
bool_t
squareproc_2_svc(square_in *inp, square_out *outp, struct svc_req *rqstp)
{
printf("thread %ld started, arg = %ld, auth =
www.eeworm.com/read/198916/5081046
c server.c
#include "unpipc.h"
#include "square.h"
square_out *
squareproc_1_svc(square_in *inp, struct svc_req *rqstp)
{
static square_out out;
out.res1 = inp->arg1 * inp->arg1;
return(&out);
}
www.eeworm.com/read/198916/5081050
c server.c
#include "unpipc.h"
#include "square.h"
square_out *
squareproc_1_svc(square_in *inp, struct svc_req *rqstp)
{
static square_out out;
printf("thread %ld started, arg = %ld\n",
pr_thr
www.eeworm.com/read/198916/5081059
c server.c
#include "unpipc.h"
#include "square.h"
square_out *
squareproc_1_svc(square_in *inp, struct svc_req *rqstp)
{
static square_out out;
out.res1 = inp->arg1 * inp->arg1;
return(&out);
}
www.eeworm.com/read/198916/5081068
c server.c
#include "mesg.h"
void
server(int readfd, int writefd)
{
FILE *fp;
ssize_t n;
struct mymesg mesg;
/* 4read pathname from IPC channel */
mesg.mesg_type = 1;
if ( (n = Mesg_recv(read
www.eeworm.com/read/198784/5082266
cpp server.cpp
#include "Socket.h"
main()
{
CServerSocket* servsocket = new CServerSocket();
servsocket->Listen(9090);
for(;;)
{
CAcceptSocket* accept =servsocket->Accept();
printf("client comes f
www.eeworm.com/read/198784/5082269
cpp server.cpp
#include "Socket.h"
main()
{
CServerSocket* servsocket = new CServerSocket();
servsocket->Listen(9090);
for(;;)
{
CAcceptSocket* accept =servsocket->Accept();
printf("client comes f
www.eeworm.com/read/198784/5082286
cpp server.cpp
#include "comhead.h"
#include "IPCCom.h"
/*
extern "C" SOCKET CreateAcceptSocket(SOCKET sockListen,char* pszHost, \
int *piPort);
extern "C" SOCKET CreateListenSocket(char* pszLocalAddr,unsign
www.eeworm.com/read/198784/5082353
cpp server.cpp
#include "comhead.h"
#include "IPCCom.h"
extern "C" SOCKET CreateAcceptSocket(SOCKET sockListen,char* pszHost, \
int *piPort);
extern "C" SOCKET CreateListenSocket(char* pszLocalAddr,unsigned