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

/home/oden/RPM/BUILD/apr-util-0.9.4/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 apu__sdbm_chkpage 00021 #define delpair apu__sdbm_delpair 00022 #define duppair apu__sdbm_duppair 00023 #define fitpair apu__sdbm_fitpair 00024 #define getnkey apu__sdbm_getnkey 00025 #define getpair apu__sdbm_getpair 00026 #define putpair apu__sdbm_putpair 00027 #define splpage apu__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 Wed Sep 15 18:51:15 2004 for Apache Portable Runtime Utility Library by doxygen 1.3.7