Postfix3.3.1
マクロ定義 | 関数
maps.c ファイル
#include <sys_defs.h>
#include <string.h>
#include <argv.h>
#include <mymalloc.h>
#include <msg.h>
#include <dict.h>
#include <stringops.h>
#include <split_at.h>
#include "mail_conf.h"
#include "maps.h"

[ソースコード]

マクロ定義

#define OPEN_FLAGS   O_RDONLY
 

関数

MAPSmaps_create (const char *title, const char *map_names, int dict_flags)
 
const char * maps_find (MAPS *maps, const char *name, int flags)
 
MAPSmaps_free (MAPS *maps)
 

マクロ定義詳解

#define OPEN_FLAGS   O_RDONLY

関数詳解

MAPS* maps_create ( const char *  title,
const char *  map_names,
int  dict_flags 
)

maps.c112 行目に定義があります。

const char* maps_find ( MAPS maps,
const char *  name,
int  flags 
)

maps.c162 行目に定義があります。

MAPS* maps_free ( MAPS maps)

maps.c213 行目に定義があります。