Home
last modified time | relevance | path

Searched refs:get_driver_methods (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/pdo/
H A Dphp_pdo_driver.h318 pdo_dbh_get_driver_methods_func get_driver_methods; member
H A Dpdo_dbh.c1287 if (!dbh || !dbh->methods || !dbh->methods->get_driver_methods) { in pdo_hash_methods()
1290 funcs = dbh->methods->get_driver_methods(dbh, kind); in pdo_hash_methods()
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_driver.c710 static const zend_function_entry *get_driver_methods(pdo_dbh_t *dbh, int kind) in get_driver_methods() function
744 get_driver_methods,

Completed in 16 milliseconds