7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
171 | 171 |
172 <p> | 172 <p> |
173 Private method to open the cache database. | 173 Private method to open the cache database. |
174 </p> | 174 </p> |
175 <dl> | 175 <dl> |
176 <dt>Returns:</dt> | 176 <dt>Return:</dt> |
177 <dd> | 177 <dd> |
178 flag indicating the open state | 178 flag indicating the open state |
179 </dd> | 179 </dd> |
180 </dl> | 180 </dl> |
181 <dl> | 181 <dl> |
266 <dd> | 266 <dd> |
267 list of indexes of prefixes to be removed | 267 list of indexes of prefixes to be removed |
268 </dd> | 268 </dd> |
269 </dl> | 269 </dl> |
270 <dl> | 270 <dl> |
271 <dt>Returns:</dt> | 271 <dt>Return:</dt> |
272 <dd> | 272 <dd> |
273 list of hash prefixes to be removed | 273 list of hash prefixes to be removed |
274 </dd> | 274 </dd> |
275 </dl> | 275 </dl> |
276 <dl> | 276 <dl> |
285 | 285 |
286 <p> | 286 <p> |
287 Public method to get the available threat lists. | 287 Public method to get the available threat lists. |
288 </p> | 288 </p> |
289 <dl> | 289 <dl> |
290 <dt>Returns:</dt> | 290 <dt>Return:</dt> |
291 <dd> | 291 <dd> |
292 list of available threat lists | 292 list of available threat lists |
293 </dd> | 293 </dd> |
294 </dl> | 294 </dl> |
295 <dl> | 295 <dl> |
312 <dd> | 312 <dd> |
313 threat list to calculate checksum for | 313 threat list to calculate checksum for |
314 </dd> | 314 </dd> |
315 </dl> | 315 </dl> |
316 <dl> | 316 <dl> |
317 <dt>Returns:</dt> | 317 <dt>Return:</dt> |
318 <dd> | 318 <dd> |
319 SHA256 checksum | 319 SHA256 checksum |
320 </dd> | 320 </dd> |
321 </dl> | 321 </dl> |
322 <dl> | 322 <dl> |
339 <dd> | 339 <dd> |
340 list of hash values to look up | 340 list of hash values to look up |
341 </dd> | 341 </dd> |
342 </dl> | 342 </dl> |
343 <dl> | 343 <dl> |
344 <dt>Returns:</dt> | 344 <dt>Return:</dt> |
345 <dd> | 345 <dd> |
346 list of tuples containing the threat list info and the | 346 list of tuples containing the threat list info and the |
347 expiration flag | 347 expiration flag |
348 </dd> | 348 </dd> |
349 </dl> | 349 </dl> |
366 <dd> | 366 <dd> |
367 list of hash prefixes to look up | 367 list of hash prefixes to look up |
368 </dd> | 368 </dd> |
369 </dl> | 369 </dl> |
370 <dl> | 370 <dl> |
371 <dt>Returns:</dt> | 371 <dt>Return:</dt> |
372 <dd> | 372 <dd> |
373 list of tuples containing the threat list, full hash and | 373 list of tuples containing the threat list, full hash and |
374 negative cache expiration flag | 374 negative cache expiration flag |
375 </dd> | 375 </dd> |
376 </dl> | 376 </dl> |