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

  /src/external/bsd/unbound/dist/services/cache/
infra.c 665 int needtoinsert = 0; local
673 needtoinsert = 1;
690 if(needtoinsert)
722 int needtoinsert = 0, expired = 0; local
728 needtoinsert = 1;
737 if(needtoinsert || expired) {
771 if(needtoinsert)
810 int needtoinsert = 0; local
814 needtoinsert = 1;
827 if(needtoinsert)
    [all...]
infra.c 665 int needtoinsert = 0; local
673 needtoinsert = 1;
690 if(needtoinsert)
722 int needtoinsert = 0, expired = 0; local
728 needtoinsert = 1;
737 if(needtoinsert || expired) {
771 if(needtoinsert)
810 int needtoinsert = 0; local
814 needtoinsert = 1;
827 if(needtoinsert)
    [all...]

Completed in 87 milliseconds