Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddict_pgsql.c153 #define PGSQL_RES PGresult macro
157 static PGSQL_RES *plpgsql_query(DICT_PGSQL *, const char *, VSTRING *, char *,
254 PGSQL_RES *query_res; in dict_pgsql_lookup()
467 static PGSQL_RES *plpgsql_query(DICT_PGSQL *dict_pgsql, in plpgsql_query()
477 PGSQL_RES *res = 0; in plpgsql_query()