Home
last modified time | relevance | path

Searched defs:apr_dso_handle_t (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/apr/include/arch/unix/
Dapr_arch_dso.h55 struct apr_dso_handle_t { struct
56 apr_pool_t *pool;
57 void *handle;
58 const char *errormsg;
/freebsd-10-stable/contrib/apr/include/
Dapr_dso.h44 typedef struct apr_dso_handle_t apr_dso_handle_t; typedef