OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skipfirst
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/ufs/
ufs_quota2.c
950
int
skipfirst
; /* if true skip first key/value */
member in struct:q2cursor_state
1039
state->
skipfirst
= 1;
1042
state->
skipfirst
= 0;
1046
state->
skipfirst
= 0;
1073
* of
skipfirst
. (skiplast does not need to be explicitly tested)
1081
if (!state->
skipfirst
|| state->numkeys > 0) {
/src/sys/ufs/lfs/
ulfs_quota2.c
943
int
skipfirst
; /* if true skip first key/value */
member in struct:q2cursor_state
1032
state->
skipfirst
= 1;
1035
state->
skipfirst
= 0;
1039
state->
skipfirst
= 0;
1066
* of
skipfirst
. (skiplast does not need to be explicitly tested)
1074
if (!state->
skipfirst
|| state->numkeys > 0) {
Completed in 47 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026