Searched refs:dict_mysql (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | dict_mysql.c | 196 DICT_MYSQL *dict_mysql = (DICT_MYSQL *) dict; in dict_mysql_quote() local 211 if (dict_mysql->active_host) in dict_mysql_quote() 212 mysql_real_escape_string(dict_mysql->active_host->db, in dict_mysql_quote() 226 DICT_MYSQL *dict_mysql = (DICT_MYSQL *) dict; in dict_mysql_lookup() local 249 myname, dict_mysql->parser->name, name); in dict_mysql_lookup() 269 if ((domain_rc = db_common_check_domain(dict_mysql->ctx, name)) == 0) { in dict_mysql_lookup() 299 if (!db_common_expand(dict_mysql->ctx, dict_mysql->query, in dict_mysql_lookup() 304 if (plmysql_query(dict_mysql, name, query, &query_res) == 0) { in dict_mysql_lookup() 322 if (db_common_expand(dict_mysql->ctx, dict_mysql->result_format, in dict_mysql_lookup() 324 && dict_mysql->expansion_limit > 0 in dict_mysql_lookup() [all …]
|
H A D | Makefile.in | 6 deliver_request.c dict_ldap.c dict_mysql.c dict_pgsql.c \ 83 MAP_OBJ = dict_ldap.o dict_mysql.o dict_pgsql.o dict_sqlite.o 89 dict_ldap.h dict_mysql.h dict_pgsql.h dict_proxy.h dict_sqlite.h domain_list.h \ 167 $(LIB_PREFIX)mysql$(LIB_SUFFIX): dict_mysql.o 168 $(PLUGIN_LD) $(SHLIB_RPATH) -o $@ dict_mysql.o $(AUXLIBS_MYSQL) 1213 dict_mysql.o: ../../include/argv.h 1214 dict_mysql.o: ../../include/check_arg.h 1215 dict_mysql.o: ../../include/dict.h 1216 dict_mysql.o: ../../include/events.h 1217 dict_mysql.o: ../../include/find_inet.h [all …]
|
/netbsd-src/external/ibm-public/postfix/lib/global/ |
H A D | Makefile | 40 dict_mysql.c \
|
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/ |
H A D | Makefile.in | 81 pcf_mysql_suffixes.h: ../global/dict_mysql.c 82 sh extract_cfg.sh -d -s ../global/dict_mysql.c > $@ 1097 postconf_dbms.o: ../../include/dict_mysql.h
|
/netbsd-src/external/ibm-public/postfix/dist/ |
H A D | HISTORY | 3344 Updated MYSQL client code by Scott Cotton. File: dict_mysql.c. 3797 confusing. Patch by Scott Cotton. File: util/dict_mysql.c. 3935 dict_mysql.c. This patch was merged into Postfix a while 3980 By Loic Le Loarer @ m4x.org. File: util/dict_mysql.c. 4615 sockets by Piotr Klaban. Files: util/dict_mysql.c, 4672 code needs more work. File: dict_mysql.c. 4843 File: util/dict_mysql.c. 5045 rather than zero-length strings. File: util/dict_mysql.c. 8154 didn't work. Fix by Leandro Santi. File: util/dict_mysql.c. 8417 and dict_mysql modules. These maps must be opened in [all …]
|