Searched refs:DRIVER_LOAD (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/apr-32/apr-util/apr-util/crypto/
H A Dapr_crypto.c71 #define DRIVER_LOAD(name,driver_name,pool,params,rv,result) \ macro
216 DRIVER_LOAD("openssl", apr_crypto_openssl_driver, pool, params, rv, result);
221 DRIVER_LOAD("nss", apr_crypto_nss_driver, pool, params, rv, result);
226 DRIVER_LOAD("mscapi", apr_crypto_mscapi_driver, pool, params, rv, result);
231 DRIVER_LOAD("mscng", apr_crypto_mscng_driver, pool, params, rv, result);
/macosx-10.10/apr-32/apr-util/apr-util/dbd/
H A Dapr_dbd.c69 #define DRIVER_LOAD(name,driver,pool) \ macro
123 DRIVER_LOAD("mysql", apr_dbd_mysql_driver, pool);
126 DRIVER_LOAD("pgsql", apr_dbd_pgsql_driver, pool);
129 DRIVER_LOAD("sqlite3", apr_dbd_sqlite3_driver, pool);
132 DRIVER_LOAD("sqlite2", apr_dbd_sqlite2_driver, pool);
135 DRIVER_LOAD("oracle", apr_dbd_oracle_driver, pool);
138 DRIVER_LOAD("freetds", apr_dbd_freetds_driver, pool);
141 DRIVER_LOAD("odbc", apr_dbd_odbc_driver, pool);
144 DRIVER_LOAD("firebird", apr_dbd_other_driver, pool);

Completed in 105 milliseconds