代码搜索结果
找到约 10,000 项符合
Protocol 的代码
protocol.h
/*****************************************************************************/
/** Microsoft Windows **/
/** Copyright (c) 1997-2000 Microsoft Corporation. All rights reserved. **/
/
protocol.c
/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c
protocol.h
#ifndef AGENTX_PROTOCOL_H
#define AGENTX_PROTOCOL_H
#ifdef __cplusplus
extern "C" {
#endif
/*
* Definitions for Agent Extensibility Protocol (RFC 2257)
*
*/
#define AGENTX_PORT 705
#define AGENT
protocol.c
#include
#include
#include
#if HAVE_STDLIB_H
#include
#endif
#if HAVE_STRING_H
#include
#else
#include
#endif
#if HAVE_UNISTD_H
#inclu
protocol.h
/*************************************************************************/
/* module: Communication Services, WSP Implementation Functions */
/* file: src/xpt/all/protocol.h
protocol.c
/*
* Copyright Notice
* Copyright (c) Ericsson, IBM, Lotus, Matsushita Communication
* Industrial Co., Ltd., Motorola, Nokia, Openwave Systems, Inc.,
* Palm, Inc., Psion, Starfish Software, Symb
protocol.pm
# $Id: Protocol.pm,v 1.39 2001/10/26 19:00:21 gisle Exp $
package LWP::Protocol;
=head1 NAME
LWP::Protocol - Base class for LWP protocols
=head1 SYNOPSIS
package LWP::Protocol::foo;
require LWP
protocol.java
/*
* Copyright
protocol.h
/* $Id: protocol.h,v 1.38 2004/08/21 15:59:25 jonas Exp $ */
#ifndef EL__PROTOCOL_PROTOCOL_H
#define EL__PROTOCOL_PROTOCOL_H
#include "modules/module.h"
struct connection;
struct session;
struct ur
protocol.c
/* Protocol implementation manager. */
/* $Id: protocol.c,v 1.90.2.3 2005/05/01 21:32:11 jonas Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include
#include
#incl