Searched refs:db_common_expand (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Ddb_common.h28 extern int db_common_expand(void *, const char *, const char *,
H A Ddict_sqlite.c103 char *query; /* db_common_expand() query */
104 char *result_format; /* db_common_expand() result_format */
208 if (!db_common_expand(dict_sqlite->ctx, dict_sqlite->query,
232 if (db_common_expand(dict_sqlite->ctx, dict_sqlite->result_format,
H A Ddict_mysql.c347 if (!db_common_expand(dict_mysql->ctx, dict_mysql->query,
373 if (db_common_expand(dict_mysql->ctx, dict_mysql->result_format,
509 db_common_expand(dict_mysql->ctx, dict_mysql->query,
615 * Must parse all templates before we can use db_common_expand()
H A Ddict_pgsql.c378 if (!db_common_expand(dict_pgsql->ctx, dict_pgsql->query,
403 if (db_common_expand(dict_pgsql->ctx, dict_pgsql->result_format,
538 db_common_expand(dict_pgsql->ctx, dict_pgsql->query,
717 * Must parse all templates before we can use db_common_expand()
H A Ddb_common.c20 /* int db_common_expand(ctx, format, value, key, buf, quote_func);
221 * domain components. This makes the db_common_expand() code
285 /* db_common_expand - expand query and result templates */
287 int db_common_expand(void *ctxArg, const char *format, const char *value, function
291 const char *myname = "db_common_expand";
H A Ddict_ldap.c272 char *query; /* db_common_expand() query */
273 char *result_format; /* db_common_expand() result_format */
1213 if (db_common_expand(dict_ldap->ctx,
1435 if (!db_common_expand(dict_ldap->ctx, dict_ldap->search_base,
1442 if (!db_common_expand(dict_ldap->ctx, dict_ldap->query,
1771 * Must parse all templates before we can use db_common_expand() If data

Completed in 186 milliseconds