Main Page | Modules | Namespace List | Data Structures | File List | Data Fields | Globals | Related Pages

/usr/src/rpmbuilder/BUILD/apr-util-APU_0_9_BRANCH/dbm/sdbm/sdbm_pair.h

00001 /* Copyright 2000-2004 The Apache Software Foundation
00002  *
00003  * Licensed under the Apache License, Version 2.0 (the "License");
00004  * you may not use this file except in compliance with the License.
00005  * You may obtain a copy of the License at
00006  *
00007  *     http://www.apache.org/licenses/LICENSE-2.0
00008  *
00009  * Unless required by applicable law or agreed to in writing, software
00010  * distributed under the License is distributed on an "AS IS" BASIS,
00011  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00012  * See the License for the specific language governing permissions and
00013  * limitations under the License.
00014  */
00015 
00016 #ifndef SDBM_PAIR_H
00017 #define SDBM_PAIR_H
00018 
00019 /* Mini EMBED (pair.c) */
00020 #define chkpage sdbm__chkpage
00021 #define delpair sdbm__delpair
00022 #define duppair sdbm__duppair
00023 #define fitpair sdbm__fitpair
00024 #define getnkey sdbm__getnkey
00025 #define getpair sdbm__getpair
00026 #define putpair sdbm__putpair
00027 #define splpage sdbm__splpage
00028 
00029 int fitpair(char *, int);
00030 void  putpair(char *, apr_sdbm_datum_t, apr_sdbm_datum_t);
00031 apr_sdbm_datum_t getpair(char *, apr_sdbm_datum_t);
00032 int  delpair(char *, apr_sdbm_datum_t);
00033 int  chkpage (char *);
00034 apr_sdbm_datum_t getnkey(char *, int);
00035 void splpage(char *, char *, long);
00036 int duppair(char *, apr_sdbm_datum_t);
00037 
00038 #endif /* SDBM_PAIR_H */
00039 

Generated on Fri Apr 23 07:22:21 2004 for Apache Portable Runtime Utility Library by doxygen 1.3.4