Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Postfix/src/util/   (Postfix Mailserver Version 3.11©)  Datei vom 30.3.2022 mit Größe 1 kB image not shown  

Quelle  mkmap.h

  Sprache: C
 

#ifndef _MKMAP_H_INCLUDED_
#define _MKMAP_H_INCLUDED_

/*++
/* NAME
/* mkmap 3h
/* SUMMARY
/* create or rewrite Postfix database
/* SYNOPSIS
/* #include <mkmap.h>
/* DESCRIPTION
/* .nf

 /*
  * We try to open and lock a file before DB/DBM initialization. However, if
  * the file does not exist then we may have to acquire the lock after the
  * DB/DBM initialization.
  */

typedef struct MKMAP {
    struct DICT *(*open) (const char *, intint); /* dict_xx_open() */
    struct DICT *dict;   /* dict_xx_open() result */
    void    (*after_open) (struct MKMAP *); /* may be null */
    void    (*after_close) (struct MKMAP *); /* may be null */
    int     multi_writer;  /* multi-writer safe */
} MKMAP;

extern MKMAP *mkmap_open(const char *, const char *, intint);
extern void mkmap_close(MKMAP *);

#define mkmap_append(map, key, val) dict_put((map)->dict, (key), (val))

typedef MKMAP *(*MKMAP_OPEN_FN) (const char *);

/* LICENSE
/* .ad
/* .fi
/* The Secure Mailer license must be distributed with this software.
/* AUTHOR(S)
/* Wietse Venema
/* IBM T.J. Watson Research
/* P.O. Box 704
/* Yorktown Heights, NY 10598, USA
/*
/* Wietse Venema
/* Google, Inc.
/* 111 8th Avenue
/* New York, NY 10011, USA
/*--*/


#endif

Messung V0.5 in Prozent
C=68 H=96 G=83

¤ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet am  2026-08-08) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.