Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddict_pgsql.c149 } DICT_PGSQL; typedef
157 static PGSQL_RES *plpgsql_query(DICT_PGSQL *, const char *, VSTRING *, char *,
172 DICT_PGSQL *dict_pgsql = (DICT_PGSQL *) dict; in dict_pgsql_quote()
255 DICT_PGSQL *dict_pgsql; in dict_pgsql_lookup()
266 dict_pgsql = (DICT_PGSQL *) dict; in dict_pgsql_lookup()
467 static PGSQL_RES *plpgsql_query(DICT_PGSQL *dict_pgsql, in plpgsql_query()
628 static void pgsql_parse_config(DICT_PGSQL *dict_pgsql, const char *pgsqlcf) in pgsql_parse_config()
702 DICT_PGSQL *dict_pgsql; in dict_pgsql_open()
720 dict_pgsql = (DICT_PGSQL *) dict_alloc(DICT_TYPE_PGSQL, name, in dict_pgsql_open()
721 sizeof(DICT_PGSQL)); in dict_pgsql_open()
[all …]