Searched refs:result_format (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | dict_sqlite.c | 87 char *result_format; /* db_common_expand() result_format */ member 122 myfree(dict_sqlite->result_format); in dict_sqlite_close() 219 if (db_common_expand(dict_sqlite->ctx, dict_sqlite->result_format, in dict_sqlite_lookup() 270 dict_sqlite->result_format = in sqlite_parse_config() 281 (void) db_common_parse(0, &dict_sqlite->ctx, dict_sqlite->result_format, 0); in sqlite_parse_config()
|
H A D | dict_pgsql.c | 138 char *result_format; member 349 if (db_common_expand(dict_pgsql->ctx, dict_pgsql->result_format, in dict_pgsql_lookup() 640 dict_pgsql->result_format = cfg_get_str(p, "result_format", "%s", 1, 0); in pgsql_parse_config() 671 (void) db_common_parse(0, &dict_pgsql->ctx, dict_pgsql->result_format, 0); in pgsql_parse_config() 813 myfree(dict_pgsql->result_format); in dict_pgsql_close()
|
H A D | dict_mysql.c | 144 char *result_format; member 322 if (db_common_expand(dict_mysql->ctx, dict_mysql->result_format, in dict_mysql_lookup() 651 dict_mysql->result_format = cfg_get_str(p, "result_format", "%s", 1, 0); in mysql_parse_config() 690 (void) db_common_parse(0, &dict_mysql->ctx, dict_mysql->result_format, 0); in mysql_parse_config() 832 myfree(dict_mysql->result_format); in dict_mysql_close()
|
H A D | dict_ldap.c | 166 char *result_format; /* db_common_expand() result_format */ member 1107 dict_ldap->result_format, in dict_ldap_get_values() 1479 if (dict_ldap->result_format) in dict_ldap_close() 1480 myfree(dict_ldap->result_format); in dict_ldap_close() 1671 if ((dict_ldap->result_format = in dict_ldap_open() 1673 dict_ldap->result_format = in dict_ldap_open() 1690 (void) db_common_parse(0, &dict_ldap->ctx, dict_ldap->result_format, 0); in dict_ldap_open()
|
/netbsd-src/external/ibm-public/postfix/dist/proto/ |
H A D | sqlite_table | 144 # For example, using "result_format = smtp:[%s]" allows one
|
H A D | pgsql_table | 176 # For example, using "result_format = smtp:[%s]" allows one
|
H A D | ldap_table | 250 # For example, using "result_format = smtp:[%s]" allows one 263 # releases prior to 2.2. If no "result_format" is specified,
|
H A D | mysql_table | 180 # For example, using "result_format = smtp:[%s]" allows one
|