Home
last modified time | relevance | path

Searched refs:IPA_ST_MOD_API_VERSION (Results 1 – 3 of 3) sorted by relevance

/dports/databases/ipa_sdb/ipa_sdb-1.1.1/src/
H A Dsdb_st_mod.c54 #if IPA_ST_MOD_API_VERSION != 1 && IPA_ST_MOD_API_VERSION != 2
616 #if IPA_ST_MOD_API_VERSION == 1 in conf_show()
622 #if IPA_ST_MOD_API_VERSION == 1 in conf_show()
2245 IPA_ST_MOD_API_VERSION, /* api_ver */
/dports/sysutils/ipa/ipa-2.1.2/src/
H A Dipa_mod.h90 #define IPA_ST_MOD_API_VERSION 2 /* Version of ipa_st_mod API. */ macro
H A Dipastat_conf.c603 if (ipa_st_mod->api_ver != IPA_ST_MOD_API_VERSION) { in parse_st_mod()