OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RC_HISTORY_MAX
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/dhcp/dist/includes/omapip/
alloc.h
61
#if !defined (
RC_HISTORY_MAX
)
62
# define
RC_HISTORY_MAX
256
104
extern struct rc_history_entry rc_history [
RC_HISTORY_MAX
];
/src/external/mpl/dhcp/dist/omapip/
alloc.c
49
struct rc_history_entry rc_history [
RC_HISTORY_MAX
];
315
if (rc_history_count <
RC_HISTORY_MAX
) {
318
count =
RC_HISTORY_MAX
;
321
i +=
RC_HISTORY_MAX
;
336
i =
RC_HISTORY_MAX
- 1;
368
else if (rc_history_count <
RC_HISTORY_MAX
) {
371
i +=
RC_HISTORY_MAX
;
379
if (i ==
RC_HISTORY_MAX
)
430
if (++rc_history_index ==
RC_HISTORY_MAX
)
Completed in 17 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026