代码搜索:myself

找到约 710 项符合「myself」的源代码

代码结果 710
www.eeworm.com/read/130382/5957227

c pgpcopymod.c

/* * pgpCopyMod.c -- Module to copy input to output * * Written by: Derek Atkins * * $Id: pgpCopyMod.c,v 1.14 1997/12/12 01:14:15 heller Exp $ */ #include "pgpConfig.h"
www.eeworm.com/read/130382/5957232

c pgpbufmod.c

/* * pgpBufMod.c -- A Buffering Module; buffer until the first sizeAdvise * * Written by: Derek Atkins * * $Id: pgpBufMod.c,v 1.26 1997/12/12 01:14:14 heller Exp $ */ #i
www.eeworm.com/read/130382/5957236

c pgpprotomod.c

/* * pgpProtoMod.c -- a prototype module for PGP * * Written by: Derek Atkins * * $Id: pgpProtoMod.c,v 1.8 1997/07/26 19:37:32 lloyd Exp $ */ #include "pgpConfig.h" #
www.eeworm.com/read/130382/5957239

c pgpsplit.c

/* * $Id: pgpSplit.c,v 1.19 1997/12/12 01:14:18 heller Exp $ */ #include "pgpConfig.h" #include #include #include "pgpDebug.h" #include "pgpSplit.h" #include "pgpA
www.eeworm.com/read/130382/5957240

c pgpjoin.c

/* * pgpJoin.c -- join multiple modules into a single stream * * Written by: Derek Atkins * * $Id: pgpJoin.c,v 1.22 1997/12/12 01:14:17 heller Exp $ */ #include "pgpConf
www.eeworm.com/read/130382/5957242

c pgpaddhdr.c

/* * pgpAddHdr.c -- Add a PGP Packet Header to a data stream. * * Written by: Derek Atkins * * $Id: pgpAddHdr.c,v 1.24 1998/06/11 18:27:56 hal Exp $ */ #include "pgpConf
www.eeworm.com/read/129374/5973968

java connectionpool.java

package emptyprj.jdbc.util; import java.sql.SQLException; import java.sql.Connection; import javax.sql.DataSource; public class ConnectionPool { private DataSource ds; private static
www.eeworm.com/read/124347/6052951

cc exceptions.cc

/* exceptions.cc Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. This file is part of Cygwin. This software is a copyrighted work licensed under the terms of the Cygwin license.
www.eeworm.com/read/114744/6122510

java cachemanagerimpl.java

package cache; import java.util.HashMap; import java.util.Iterator; public final class CacheManagerImpl implements ICacheManager { private static CacheManagerImpl mySelf; private HashMa
www.eeworm.com/read/114742/6122587

java connectionpool.java

package com.wrox.tourism.db.util; import java.sql.SQLException; import java.sql.Connection; import javax.sql.DataSource; public class ConnectionPool { private DataSource ds; private static Con