Searched defs:drivers (Results 1 - 7 of 7) sorted by relevance

/dovecot/src/lib-sql/
H A Dsql-api.c31 const struct sql_db *const *drivers; local
34 drivers = array_get(&sql_drivers, &count);
36 if (strcmp(drivers[i]->name, name) == 0)
37 return drivers[i];
53 const struct sql_db *const *drivers; local
56 drivers = array_get(&sql_drivers, &count);
58 if (drivers[i] == driver) {
/dovecot/src/lib-storage/
H A Dmailbox-list.c61 const struct mailbox_list *const *drivers; local
64 drivers = array_get(&mailbox_list_drivers, &count);
66 if (strcasecmp(drivers[i]->name, name) == 0) {
/dovecot/src/plugins/push-notification/
H A Dpush-notification-drivers.c8 #include "push-notification-drivers.h"
19 const struct push_notification_driver *const *drivers; local
21 drivers = array_get(&push_notification_drivers, &count);
23 if (strcasecmp(drivers[i]->name, name) == 0) {
136 * have used all drivers in this plugin/worker, but the cleanup hooks are
137 * designed to ignore these unused drivers. */
H A Dpush-notification-drivers.h72 ARRAY(struct push_notification_driver_user *) drivers; member in struct:push_notification_driver_list
95 ARRAY(struct push_notification_driver_txn *) drivers; member in struct:push_notification_txn
/dovecot/src/lib-dict-backend/
H A Ddict-sql.c1523 const struct sql_db *const *drivers; local
1529 drivers = array_get(&sql_drivers, &count);
1534 dict_sql_drivers[i].name = drivers[i]->name;
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc30/
H A Djdbc30.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/ConnectionEventListener.class ConnectionEventListener. ...
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc40/
H A Djdbc40.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/StatementEvent.class StatementEvent. ...

Completed in 157 milliseconds