Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddb_common.c308 db_quote_callback_t quote_func) in db_common_expand() argument
419 QUOTE_VAL(ctx->dict, quote_func, value, result); in db_common_expand()
426 QUOTE_VAL(ctx->dict, quote_func, vuser, result); in db_common_expand()
428 QUOTE_VAL(ctx->dict, quote_func, value, result); in db_common_expand()
438 QUOTE_VAL(ctx->dict, quote_func, vdomain, result); in db_common_expand()
443 QUOTE_VAL(ctx->dict, quote_func, key, result); in db_common_expand()
445 QUOTE_VAL(ctx->dict, quote_func, value, result); in db_common_expand()
453 QUOTE_VAL(ctx->dict, quote_func, kuser, result); in db_common_expand()
455 QUOTE_VAL(ctx->dict, quote_func, key, result); in db_common_expand()
460 QUOTE_VAL(ctx->dict, quote_func, vuser, result); in db_common_expand()
[all …]
H A Ddict_mysql.c236 db_quote_callback_t quote_func = dict_mysql_quote; in dict_mysql_lookup() local
297 quote_func = 0; in dict_mysql_lookup()
300 name, 0, query, quote_func)) in dict_mysql_lookup()