Lines Matching defs:use
8 * Redistribution and use in source and binary forms, with or without
68 /** the big lock on the negative cache. Because we use a rbtree
77 /** current memory in use (bytes) */
78 size_t use;
79 /** max memory to use (bytes) */
112 /** if 0: NSEC zone, else NSEC3 hash algorithm in use */
114 /** nsec3 iteration count in use */
116 /** nsec3 salt in use */
127 /** if this element is in use, boolean */
156 * parents (-parents) include this one, that are in use
168 /** if this element is in use, boolean */
181 * see how much memory is in use by the negative cache.
183 * @return number of bytes in use.
264 * only mark the element as 'not in use'.
296 * take a zone into use. increases counts of parents.
298 * @param zone: zone to take into use.