[#OBJ_NAME_do_all] = OBJ_NAME_do_all :mrdocs: Invoke a callback for every OBJ_NAME of the given type (unsorted). == Synopsis Declared in `<openssl/objects.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void OBJ_NAME_do_all( int type, void(* fn)(xref:OBJ_NAME.adoc[OBJ_NAME] const*, void*), void* arg); ---- == Parameters [cols="1,4"] |=== | Name| Description | *type* | Name table type to iterate (for example OBJ_NAME_TYPE_MD_METH). | *fn* | Callback receiving each OBJ_NAME entry and `arg.` | *arg* | User pointer passed through to `fn.` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#