代码搜索:dump
找到约 8,160 项符合「dump」的源代码
代码结果 8,160
www.eeworm.com/read/100926/6263931
h dump_restore.h
// -*- C++ -*-
//
// Dump_Restore.h,v 4.6 2002/04/11 02:31:03 ossama Exp
#include "ace/Event_Handler.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
www.eeworm.com/read/100926/6263932
dsp dump_restore.dsp
# Microsoft Developer Studio Project File - Name="NETSVCS Naming Dump_Restore Library" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
www.eeworm.com/read/100926/6263934
cpp dump_restore.cpp
// Dump_Restore.cpp,v 4.15 2002/08/23 22:35:57 shuston Exp
#include "ace/Malloc_Base.h"
#include "ace/Service_Config.h"
#include "ace/Read_Buffer.h"
#include "ace/Thread_Manager.h"
#include "ac
www.eeworm.com/read/100926/6263936
dsw dump_restore.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/100925/6264898
pl dump_gtcs.pl
#!/usr/bin/perl
#$Id: dump_gtcs.pl,v 1.4 2000/11/10 14:43:13 fsg Exp $
# dump_gtcs.pl - dumps data from gtcs.gdb to disk.
#
# Copyright 2000 FSG
# This is based on the example select.pl
# from Bill
www.eeworm.com/read/100285/6272214
h pg_dump.h
/*-------------------------------------------------------------------------
*
* pg_dump.h
* header file for the pg_dump utility
*
* Copyright (c) 1994, Regents of the University of California
www.eeworm.com/read/100285/6272216
c pg_dump.c
/*-------------------------------------------------------------------------
*
* pg_dump.c
* pg_dump is an utility for dumping out a postgres database
* into a script file.
*
* pg_dump will rea
www.eeworm.com/read/490161/6459821
h struct-dump.h
enum desc_type {
UINT64,
SINT64,
UINT32,
SINT32,
UINT16,
SINT16,
UINT8,
SINT8,
FOURCC,
STRING,
PTR,
ENUM16,
ENUM32,
STRUCT,
UNION,
BITS16,
BITS32,
BITS64,
VER,
PADDING,
};
struct
www.eeworm.com/read/490161/6459836
c struct-dump.c
#include
#include
#include
#include
#include
#include
#include "struct-dump.h"
/* -----------------------------------------------