Searched refs:update_entry (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c51 sqlite3_stmt *update_entry; member in struct:hdb_sqlite_db
259 sqlite3_finalize(hsdb->update_entry);
336 &hsdb->update_entry,
556 sqlite3_bind_blob(hsdb->update_entry, 1,
558 sqlite3_bind_int64(hsdb->update_entry, 2, entry_id);
559 ret = hdb_sqlite_step_once(context, db, hsdb->update_entry);
/freebsd-12-stable/sys/dev/cxgbe/tom/
H A Dt4_tom_l2t.c181 update_entry(struct adapter *sc, struct l2t_entry *e, uint8_t *lladdr, function
260 update_entry(sc, e, rc == 0 ? dmac : NULL, vtag);
452 update_entry(sc, e, lladdr, vtag);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Dreporter.c915 update_entry(report_baton_t *b, svn_revnum_t s_rev, const char *s_path, function
1242 SVN_ERR(update_entry(b, s_rev, s_fullpath, s_entry, t_fullpath,
1346 SVN_ERR(update_entry(b, s_rev, s_fullpath, s_entry, t_fullpath,
1415 SVN_ERR(update_entry(b, s_rev, s_fullpath, s_entry, b->t_path,

Completed in 134 milliseconds