Call func once for every element currently stored in an LHASH.
Synopsis
Declared in <openssl/lhash.h>
void
OPENSSL_LH_doall(
OPENSSL_LHASH* lh,
OPENSSL_LH_DOALL_FUNC func);
Parameters
Name |
Description |
lh |
Hash table to traverse. |
func |
Callback invoked with each element pointer. |
Created with MrDocs