smcdb.c (2fb4f839f3fc72ce2bab12f9ba4760f97f73e97f) smcdb.c (d39bd2c1388b520fcba9abed1932acacead60fba)
1/*
2** Copyright (c) 2018 Proofpoint, Inc. and its suppliers.
3** All rights reserved.
4**
5** By using this file, you agree to the terms and conditions set
6** forth in the LICENSE file which can be found at the top level of
7** the sendmail distribution.
8*/

--- 395 unchanged lines hidden (view full) ---

404}
405
406/*
407** SMDB_CDB_OPEN -- Opens a cdb database.
408**
409** Parameters:
410** database -- An unallocated database pointer to a pointer.
411** db_name -- The name of the database without extension.
1/*
2** Copyright (c) 2018 Proofpoint, Inc. and its suppliers.
3** All rights reserved.
4**
5** By using this file, you agree to the terms and conditions set
6** forth in the LICENSE file which can be found at the top level of
7** the sendmail distribution.
8*/

--- 395 unchanged lines hidden (view full) ---

404}
405
406/*
407** SMDB_CDB_OPEN -- Opens a cdb database.
408**
409** Parameters:
410** database -- An unallocated database pointer to a pointer.
411** db_name -- The name of the database without extension.
412** mode -- File permisions for a created database.
412** mode -- File permissions for a created database.
413** mode_mask -- Mode bits that must match on an opened database.
414** sff -- Flags for safefile.
415** type -- The type of database to open
416** See smdb_type_to_cdb_type for valid types.
417** user_info -- User information for file permissions.
418** db_params -- unused
419**
420** Returns:

--- 148 unchanged lines hidden ---
413** mode_mask -- Mode bits that must match on an opened database.
414** sff -- Flags for safefile.
415** type -- The type of database to open
416** See smdb_type_to_cdb_type for valid types.
417** user_info -- User information for file permissions.
418** db_params -- unused
419**
420** Returns:

--- 148 unchanged lines hidden ---