Searched refs:update_entry (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
H A D | hdb-sqlite.c | 53 sqlite3_stmt *update_entry; member 196 &hsdb->update_entry, in prep_stmts() 242 if (hsdb->update_entry != NULL) in finalize_stmts() 243 sqlite3_finalize(hsdb->update_entry); in finalize_stmts() 244 hsdb->update_entry = NULL; in finalize_stmts() 684 sqlite3_bind_blob(hsdb->update_entry, 1, in hdb_sqlite_store() 686 sqlite3_bind_int64(hsdb->update_entry, 2, entry_id); in hdb_sqlite_store() 687 ret = hdb_sqlite_step_once(context, db, hsdb->update_entry); in hdb_sqlite_store()
|
/netbsd-src/external/ibm-public/postfix/dist/src/trivial-rewrite/ |
H A D | transport.c | 140 static void update_entry(const char *new_channel, const char *new_nexthop, in update_entry() function 191 update_entry(saved_value, host ? host : "", rcpt_domain, channel, nexthop); in parse_transport_entry() 295 update_entry(STR(tp->wildcard_channel), STR(tp->wildcard_nexthop), in transport_lookup()
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | zone.c | 19632 bool update_entry = true; in dns_zonemgr_setserialqueryrate() 19641 update_entry = false; 19674 if (update_entry) { in dns_zonemgr_unreachable() 19711 bool update_entry = true; dns_zonemgr_unreachableadd() local
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | zone.c | 19631 bool update_entry = true; in dns_zonemgr_unreachableadd() local 19640 update_entry = false; in dns_zonemgr_unreachableadd() 19673 if (update_entry) { in dns_zonemgr_unreachableadd()
|