Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
CryptoAlgo Inc daad8a087a Add source files 4 years ago
..
oplock Add source files 4 years ago
spechash Add source files 4 years ago
win95 Add source files 4 years ago
alloc.cxx Add source files 4 years ago
auxctrs.h Add source files 4 years ago
cache.cxx Add source files 4 years ago
cachep.cxx Add source files 4 years ago
creatfil.cxx Add source files 4 years ago
creatflp.cxx Add source files 4 years ago
dbgmacro.cxx Add source files 4 years ago
dbgmacro.hxx Add source files 4 years ago
dirchang.cxx Add source files 4 years ago
dirchngp.cxx Add source files 4 years ago
dirlist.cxx Add source files 4 years ago
dirlistp.cxx Add source files 4 years ago
getdir.cxx Add source files 4 years ago
getdirp.cxx Add source files 4 years ago
globals.cxx Add source files 4 years ago
globals.hxx Add source files 4 years ago
makefile Add source files 4 years ago
metacach.cxx Add source files 4 years ago
readme.txt Add source files 4 years ago
sources Add source files 4 years ago
tsinit.cxx Add source files 4 years ago
tsmemp.cxx Add source files 4 years ago
tsmemp.hxx Add source files 4 years ago
tsunami.def Add source files 4 years ago
tsunamip.hxx Add source files 4 years ago
virtroot.cxx Add source files 4 years ago

readme.txt

README.txt

Author: Murali R. Krishnan (MuraliK)
Created: 18 Jan 1995

Revisions:
Date By Comments
----------------- -------- -------------------------------------------


Summary :
This file describes the files in the directory tcpsvcs\tsunami and
details related to tsunami ( common caching, file and directory list
code for Internet services ).


File Description

README.txt This file.
sources sources file for NT build
makefile makefile for this directory

tsunami.def definitions of all the exported functions.
tsunamip.hxx Private types and functions within Tsunami.
tsunami.hxx Exported header file containing the exported types and
functions

alloc.hxx declarations of functions for allocation of memory
alloc.cxx definitions of allocation and free functions

cache.hxx declarations of functions for caching blobs
cache.cxx definitions of functions for caching blobs,
checkin and checkout

creatfil.hxx contains declarations of TS_OPEN_FILE ( cached file)
creatfil.cxx contains functions for TS_OPEN_FILE and related
functions to cache and free the objects.
creatflp.cxx contains private functions of OpenFile module

dirchang.cxx definitions of functions for Directory change manager.
dirchngp.cxx definitions of APC functions for directoru change manager

getdirec.hxx declares TS_DIRECTORY_INFO class and member functions

getdirp.cxx Functions implementing class TS_DIRECTORY_HEADER and
related functions for caching and freeing the cached
dir listing.
getdir.cxx Memeber functions of class TS_DIRECTORY_INFO.
( exported Directory Listing class)


virtroot.cxx implements functions for virtual roots management
virtroot.hxx public declaration of functions for virtual roots

tsmemp.hxx memory allocation ( private) prototypes
tsmemp.cxx definitions of memory alloc functions

tsinit.cxx functions to initialize and cleanup Tsuanmi module


pudebug.c program debugging utility functions defined

globals.hxx declarations of global variables
globals.cxx definitions of global variables







Implementation Details

< To be filled in when time permits. See individual files for comments section >

Contents: