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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dsort.c55 struct sort_key *next_key; /* linked list */ member in struct:sort_key
145 pkey = &((*pkey)->next_key);
166 for (key = key_list; !retval && key; key = key->next_key) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash.c597 int need_pg, next_key, no_dup, ret, t_ret; local
608 next_key = is_key && LF_ISSET(DB_OPFLAGS_MASK) != DB_NEXT_DUP;
769 next_key = 0;
917 } while (next_key && (indx += 2) < NUM_ENT(pg));
925 if (ret == 0 && next_key && indx >= NUM_ENT(pg)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_cursor.c1055 int adj, is_key, need_pg, next_key, no_dup, rec_key, ret; local
1088 * next_key is set if we are going after the next key rather than dup.
1093 next_key = is_key && LF_ISSET(DB_OPFLAGS_MASK) != DB_NEXT_DUP;
1098 next_key = LF_ISSET(DB_OPFLAGS_MASK) != DB_NEXT_DUP;
1345 (next_key || pg_keyoff == inp[indx]));
1348 if (ret == 0 && next_key && indx >= NUM_ENT(pg)) {
1374 if (ret == DB_BUFFER_SMALL || next_key || pg_keyoff == inp[indx])

Completed in 61 milliseconds