Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/
H A Dpdo_sqlite2.c489 static const zend_function_entry *get_driver_methods(pdo_dbh_t *dbh, int kind TSRMLS_DC) in get_driver_methods() function
513 get_driver_methods
/PHP-5.3/ext/pdo/
H A Dphp_pdo_driver.h311 pdo_dbh_get_driver_methods_func get_driver_methods; member
H A Dpdo_dbh.c1288 if (!dbh || !dbh->methods || !dbh->methods->get_driver_methods) { in pdo_hash_methods()
1291 funcs = dbh->methods->get_driver_methods(dbh, kind TSRMLS_CC); in pdo_hash_methods()
/PHP-5.3/ext/pdo_sqlite/
H A Dsqlite_driver.c723 static const zend_function_entry *get_driver_methods(pdo_dbh_t *dbh, int kind TSRMLS_DC) in get_driver_methods() function
757 get_driver_methods,

Completed in 23 milliseconds