Searched defs:apr_dso_handle_t (Results 1 – 2 of 2) sorted by relevance
55 struct apr_dso_handle_t { struct56 apr_pool_t *pool;57 void *handle;58 const char *errormsg;
44 typedef struct apr_dso_handle_t apr_dso_handle_t; typedef