pcsc-lite 2.3.3
dyn_unix.c File Reference

This abstracts dynamic library loading functions and timing. More...

#include "config.h"
#include <stdio.h>
#include <string.h>
#include <dlfcn.h>
#include <stdlib.h>
#include <stdbool.h>
#include "misc.h"
#include "pcsclite.h"
#include "debuglog.h"
#include "dyn_generic.h"

Go to the source code of this file.

Functions

INTERNAL void * DYN_LoadLibrary (const char *pcLibrary)
 
INTERNAL LONG DYN_CloseLibrary (void *pvLHandle)
 
INTERNAL LONG DYN_GetAddress (void *pvLHandle, void **pvFHandle, const char *pcFunction, bool mayfail)
 

Detailed Description

This abstracts dynamic library loading functions and timing.

Definition in file dyn_unix.c.

Function Documentation

◆ DYN_CloseLibrary()

INTERNAL LONG DYN_CloseLibrary ( void *  pvLHandle)

Definition at line 68 of file dyn_unix.c.

◆ DYN_GetAddress()

INTERNAL LONG DYN_GetAddress ( void *  pvLHandle,
void **  pvFHandle,
const char *  pcFunction,
bool  mayfail 
)

Definition at line 87 of file dyn_unix.c.

◆ DYN_LoadLibrary()

INTERNAL void * DYN_LoadLibrary ( const char *  pcLibrary)

Definition at line 51 of file dyn_unix.c.