代码搜索:PeerCast
找到约 3,947 项符合「PeerCast」的源代码
代码结果 3,947
www.eeworm.com/read/233955/4663238
cpp peercast.cpp
#include "sys.h"
#include "peercast.h"
#include "channel.h"
#include "servmgr.h"
// ---------------------------------
// globals
Sys *sys=NULL;
ChanMgr *chanMgr;
ServMgr *servMgr;
PeercastInstanc
www.eeworm.com/read/225675/4793609
dwt peercast.dwt
PeerCast on {$servMgr.serverIP}:{$servMgr.serverPort}
www.eeworm.com/read/225675/4793656
dsw peercast.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/225675/4793657
nsi peercast.nsi
; example2.nsi
;
; This script is based on example1.nsi, but adds uninstall support
; and (optionally) start menu shortcuts.
;
; It will install notepad.exe into a directory that the user selects
www.eeworm.com/read/225675/4793662
protocol peercast.protocol
[Protocol]
exec=/usr/local/lib/peercast/scripts/peercast_khandler.sh "%u"
protocol=peercast
input=none
output=none
helper=true
listing=false
reading=false
writing=false
makedir=false
deleting=false
www.eeworm.com/read/225675/4793691
h peercast.h
#ifndef _PEERCAST_H
#define _PEERCAST_H
//#define APICALL _stdcall
#ifdef WIN32
#define APICALL _cdecl
#else
#define APICALL
#endif
class ChanInfo;
class Sys;
#include "servmgr.h"
// ---------
www.eeworm.com/read/225675/4793692
cpp peercast.cpp
#include "sys.h"
#include "peercast.h"
#include "channel.h"
#include "servmgr.h"
// ---------------------------------
// globals
Sys *sys=NULL;
ChanMgr *chanMgr;
ServMgr *servMgr;
PeercastInstanc
www.eeworm.com/read/213147/4918128
dsw peercast.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/213147/4918136
nsi peercast.nsi
; example2.nsi
;
; This script is based on example1.nsi, but adds uninstall support
; and (optionally) start menu shortcuts.
;
; It will install notepad.exe into a directory that the user selects,
;
www.eeworm.com/read/213147/4918326
h peercast.h
#ifndef _PEERCAST_H
#define _PEERCAST_H
//#define APICALL _stdcall
#ifdef WIN32
#define APICALL _cdecl
#else
#define APICALL
#endif
class ChanInfo;
class Sys;
#include "servmgr.h"
// ---------