Searched refs:H_OK (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dhash.h91 #define H_OK 0x0080 /* Request succeeded. */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_page.c88 F_CLR(hcp, H_OK | H_NOMORE);
108 F_SET(hcp, H_OK);
136 F_SET(hcp, H_OK);
229 F_SET(hcp, H_OK);
248 F_SET(hcp, H_OK);
285 F_CLR(hcp, H_OK | H_NOMORE | H_DELETED);
301 F_SET(hcp, H_OK);
324 F_CLR(hcp, H_OK);
405 F_CLR(hcp, H_OK);
413 F_CLR(hcp, H_OK);
[all...]
H A Dhash_stat.c329 { H_OK, "H_OK" },
H A Dhash.c494 else if (F_ISSET(hcp, H_OK)) {
1715 * the key resides. If the key is found, the cursor H_OK flag is set
1717 * If the key is not found, the H_OK flag is not set. If the sought
1780 F_SET(hcp, H_OK);

Completed in 69 milliseconds