Searched refs:H_OK (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_page.c | 104 F_CLR(hcp, H_OK | H_NOMORE); 134 F_CLR(hcp, H_OK); 168 F_SET(hcp, H_OK); 284 F_SET(hcp, H_OK); 302 F_SET(hcp, H_OK); 336 F_CLR(hcp, H_OK | H_NOMORE | H_DELETED); 368 F_CLR(hcp, H_OK); 395 F_CLR(hcp, H_OK); 468 F_CLR(hcp, H_OK); 478 F_CLR(hcp, H_OK); [all …]
|
H A D | hash.c | 265 if (F_ISSET(hcp, H_OK)) 599 else if (F_ISSET(hcp, H_OK)) { 1163 F_SET(hcp, H_OK); 1173 F_SET(hcp, H_OK);
|
/titanic_41/usr/src/cmd/sendmail/db/include/ |
H A D | hash.h | 80 #define H_OK 0x0020 /* Request succeeded. */ macro
|