Searched refs:result_format (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Ddict_sqlite.c87 char *result_format; /* db_common_expand() result_format */ member in struct:__anon10
122 myfree(dict_sqlite->result_format);
219 if (db_common_expand(dict_sqlite->ctx, dict_sqlite->result_format,
270 dict_sqlite->result_format =
271 cfg_get_str(dict_sqlite->parser, "result_format", "%s", 1, 0);
281 (void) db_common_parse(0, &dict_sqlite->ctx, dict_sqlite->result_format, 0);
H A Ddict_mysql.c144 char *result_format; member in struct:__anon6
322 if (db_common_expand(dict_mysql->ctx, dict_mysql->result_format,
651 dict_mysql->result_format = cfg_get_str(p, "result_format", "%s", 1, 0);
690 (void) db_common_parse(0, &dict_mysql->ctx, dict_mysql->result_format, 0);
832 myfree(dict_mysql->result_format);
H A Ddict_pgsql.c138 char *result_format; member in struct:__anon9
349 if (db_common_expand(dict_pgsql->ctx, dict_pgsql->result_format,
640 dict_pgsql->result_format = cfg_get_str(p, "result_format", "%s", 1, 0);
671 (void) db_common_parse(0, &dict_pgsql->ctx, dict_pgsql->result_format, 0);
813 myfree(dict_pgsql->result_format);
H A Ddict_ldap.c166 char *result_format; /* db_common_expand() result_format */ member in struct:__anon2
1107 dict_ldap->result_format,
1479 if (dict_ldap->result_format)
1480 myfree(dict_ldap->result_format);
1671 if ((dict_ldap->result_format =
1672 cfg_get_str(dict_ldap->parser, "result_format", 0, 0, 0)) == 0)
1673 dict_ldap->result_format =
1690 (void) db_common_parse(0, &dict_ldap->ctx, dict_ldap->result_format, 0);

Completed in 96 milliseconds