代码搜索:msg
找到约 10,000 项符合「msg」的源代码
代码结果 10,000
www.eeworm.com/read/203690/15353109
cmd _pack.cmd
..\..\Bin\upx -5 MSG_Client.exe
..\..\Bin\upx -5 MSG_Server.exe
www.eeworm.com/read/461981/7213417
py msgtypes.py
"""
msgtypes.py - shared msg ids between client
and server
"""
# client to server message types
MSG_TYPE_LOGIN = 1
MSG_TYPE_STATE_CHANGE_REQUEST = 2
# server ->
www.eeworm.com/read/412120/11215385
pas prjconst.pas
{ EastRiver Smart Function Example }
{ }
{ Author: shuguang LING }
{
www.eeworm.com/read/110490/15532615
h messages_no.h
#define MSG_TIMEOUT "Timeout"
#define MSG_CAPABILITIES "Kan ikke endre egenskaper"
#define MSG_CLIENT_CLOSED_CNX "Klienten lukket tilkoblingen"
#define MSG_CLIENT_READ_ERR "Lesefeil fra klienten"
#def
www.eeworm.com/read/386582/8737218
c dhcpmsg.c
/*
* Copyright 2008, The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You m
www.eeworm.com/read/278507/10531504
c recvfromflags.c
#include "unp.h"
ssize_t
recvfrom_flags(int fd, void *ptr, size_t nbytes, int *flagsp,
SA *sa, socklen_t *salenptr, void *dstaddrp)
{
struct msghdr msg;
struct iovec iov[1];
ssize_t n;
#i
www.eeworm.com/read/138050/13268749
c rcompat.c
/*
* Copyright (c) 1997, 1998, 1999
* Inferno Nettverk A/S, Norway. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted
www.eeworm.com/read/138050/13269005
c rcompat.c
/*
* Copyright (c) 1997, 1998, 1999
* Inferno Nettverk A/S, Norway. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted
www.eeworm.com/read/141138/5776977
c standalone.c
/*
** $Id: standalone.c,v 1.3 2003/09/04 06:02:53 weiym Exp $
**
** standalone.c: low-level routines for MiniGUI-Lite standalone version.
**
** Copyright (C) 2003 Feynman Software.
**
** Current mai