Lines Matching full:an
19 * it can be used to open, close, suspend, or recreate an index. It implements the majority of the
22 * If any deduplication request fails due to an internal error, the index is marked disabled. It
28 /* Post requests that found an entry */ in __aligned()
36 /* Post requests that did not find an entry */ in __aligned()
38 /* Update requests that found an entry */ in __aligned()
40 /* Update requests that did not find an entry */ in __aligned()
42 /* Delete requests that found an entry */ in __aligned()
44 /* Delete requests that did not find an entry */ in __aligned()
46 /* Query requests that found an entry */ in __aligned()
48 /* Query requests that did not find an entry */ in __aligned()
55 /* An index load has started but the index is not ready for use. */
61 /* An index rebuild has been suspended. */
63 /* An index rebuild is being stopped in order to shut down. */