Previous: Error handling functions, Up: Function reference
pointer: NODE_ASN element pointer.
name: null terminated string with the element's name to find.
Searches for an element called NAME starting from POINTER. The name is composed by differents identifiers separated by dots. When *POINTER has a name, the first identifier must be the name of *POINTER, otherwise it must be the name of one child of *POINTER.
Return value: the searching result. NULL if not found.
req_version: Required version number, or NULL.
Check that the the version of the library is at minimum the requested one and return the version string; return
NULL
if the condition is not satisfied. If aNULL
is passed to this function, no check is done, but the version string is simply returned.See
LIBTASN1_VERSION
for a suitablereq_version
string.Return value: Version string of run-time library, or
NULL
if the run-time library does not meet the required version number.