ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Geo-LatLon2Place/cdb-embedded.c
(Generate patch)

Comparing Geo-LatLon2Place/cdb-embedded.c (file contents):
Revision 1.1 by root, Mon Mar 14 22:48:05 2022 UTC vs.
Revision 1.2 by root, Tue Mar 15 07:33:40 2022 UTC

157static int _cdb_make_fullwrite(int fd, const unsigned char *buf, unsigned len); 157static int _cdb_make_fullwrite(int fd, const unsigned char *buf, unsigned len);
158static int _cdb_make_flush(struct cdb_make *cdbmp); 158static int _cdb_make_flush(struct cdb_make *cdbmp);
159static int _cdb_make_add(struct cdb_make *cdbmp, unsigned hval, 159static int _cdb_make_add(struct cdb_make *cdbmp, unsigned hval,
160 const void *key, unsigned klen, 160 const void *key, unsigned klen,
161 const void *val, unsigned vlen); 161 const void *val, unsigned vlen);
162
162/* cdb_find.c: cdb_find routine 163/* cdb_find.c: cdb_find routine
163 * 164 *
164 * This file is a part of tinycdb package by Michael Tokarev, mjt@corpit.ru. 165 * This file is a part of tinycdb package by Michael Tokarev, mjt@corpit.ru.
165 * Public domain. 166 * Public domain.
166 */ 167 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines