Searched refs:VRFY_INCOMPLETE (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_verify.h168 #define VRFY_INCOMPLETE 0x0040 /* Meta or item order checks incomp. */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_verify.c54 * If VRFY_INCOMPLETE is not set, then we didn't come through
59 * If VRFY_INCOMPLETE is set, we've already done all the same work
62 if (!F_ISSET(pip, VRFY_INCOMPLETE) &&
1005 F_SET(pip, VRFY_INCOMPLETE);
1107 F_SET(pip, VRFY_INCOMPLETE);
1763 done: if (F_ISSET(pip, VRFY_INCOMPLETE) && isbad == 0 && ret == 0) {
1776 F_CLR(pip, VRFY_INCOMPLETE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_verify.c57 if (!F_ISSET(pip, VRFY_INCOMPLETE))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_verify.c67 if (!F_ISSET(pip, VRFY_INCOMPLETE) &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_vrfy.c595 F_SET(pip, VRFY_INCOMPLETE);
1405 F_CLR(pip, VRFY_INCOMPLETE);

Completed in 87 milliseconds