| /src/external/ibm-public/postfix/dist/src/trivial-rewrite/ |
| transport.c | 138 /* update_entry - update from transport table entry */ 140 static void update_entry(const char *new_channel, const char *new_nexthop, function 191 update_entry(saved_value, host ? host : "", rcpt_domain, channel, nexthop); 295 update_entry(STR(tp->wildcard_channel), STR(tp->wildcard_nexthop),
|
| /src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
| hdb-sqlite.c | 53 sqlite3_stmt *update_entry; member in struct:hdb_sqlite_db 196 &hsdb->update_entry, 242 if (hsdb->update_entry != NULL) 243 sqlite3_finalize(hsdb->update_entry); 244 hsdb->update_entry = NULL; 684 sqlite3_bind_blob(hsdb->update_entry, 1, 686 sqlite3_bind_int64(hsdb->update_entry, 2, entry_id); 687 ret = hdb_sqlite_step_once(context, db, hsdb->update_entry);
|
| /src/external/mpl/bind/dist/lib/dns/ |
| zone.c | 19850 bool update_entry = true; local 19859 update_entry = false; 19892 if (update_entry) {
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| zone.c | 19631 bool update_entry = true; local 19640 update_entry = false; 19673 if (update_entry) {
|