Lines Matching defs:nextkey
121 static linkinfo_ent *update_next_link(struct db_list *dbp, char *nextkey,
123 static int update_prev_link(struct db_list *dbp, char *nextkey, int nextsize,
125 static linkinfo_ent *update_linked_list(struct db_list *dbp, char *nextkey,
762 char *nextkey;
794 nextkey = LN_NEXT(new_linkp);
797 lnp->lnkey, nextkey, nextsize) == 0)) {
816 (void) memcpy(linkkey, nextkey, nextsize);
1100 update_next_link(struct db_list *dbp, char *nextkey, int nextsize,
1113 nextlinkp = fetch_record(dbp, nextkey, nextsize, nextlinkp,
1130 *errorp = store_record(dbp, nextkey, nextsize, nextlinkp,
1144 update_prev_link(struct db_list *dbp, char *nextkey, int nextsize,
1167 (void) memcpy(LN_NEXT(prevlinkp), nextkey, nextsize);
1187 update_linked_list(struct db_list *dbp, char *nextkey, int nextsize,
1194 nextlinkp = update_next_link(dbp, nextkey, nextsize,
1210 *errorp = update_prev_link(dbp, nextkey, nextsize,
1262 /* Set the head to nextkey if exists. Otherwise, mark file as deleted */
1461 char *nextkey, *prevkey, *fhkey;
1497 nextkey = ((nextsize > 0) ? LN_NEXT(dellinkp) : NULL);
1501 nextlinkp = update_linked_list(dbp, nextkey, nextsize,
1534 (void) memcpy(linkkey, nextkey, nextsize);