Postfix3.3.1
全て データ構造 ファイル 関数 変数 型定義 マクロ定義
関数
match_service.c ファイル
#include <sys_defs.h>
#include <string.h>
#include <msg.h>
#include <argv.h>
#include <mymalloc.h>
#include <stringops.h>
#include <match_service.h>

[ソースコード]

関数

ARGVmatch_service_init (const char *patterns)
 
ARGVmatch_service_init_argv (char **patterns)
 
int match_service_match (ARGV *list, const char *name_type)
 
void match_service_free (ARGV *list)
 

関数詳解

void match_service_free ( ARGV list)

match_service.c173 行目に定義があります。

ARGV* match_service_init ( const char *  patterns)

match_service.c99 行目に定義があります。

ARGV* match_service_init_argv ( char **  patterns)

match_service.c117 行目に定義があります。

int match_service_match ( ARGV list,
const char *  name_type 
)

match_service.c131 行目に定義があります。