Return the number of entries stored in an LHASH table.
Synopsis
Declared in <openssl/lhash.h>
unsigned long
OPENSSL_LH_num_items(OPENSSL_LHASH const* lh);
Return Value
Entry count.
Parameters
Name |
Description |
lh |
Hash table to query. |
Created with MrDocs