HomeSort by: relevance | last modified time | path
    Searched refs:rc_history_count (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/dist/includes/omapip/
alloc.h 106 extern int rc_history_count;
  /src/external/mpl/dhcp/dist/omapip/
alloc.c 51 int rc_history_count; variable
315 if (rc_history_count < RC_HISTORY_MAX) {
316 count = rc_history_count;
368 else if (rc_history_count < RC_HISTORY_MAX) {
369 i -= rc_history_count;
373 rc_history_count = 0;
412 --rc_history_count;
414 for (j = i; j < rc_history_count; j++) {
432 ++rc_history_count;

Completed in 34 milliseconds