Home
last modified time | relevance | path

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

/PHP-7.1/ext/pdo/
H A Dpdo_dbh.c1290 if (!(dbh->cls_methods[kind] = pemalloc(sizeof(HashTable), dbh->is_persistent))) { in pdo_hash_methods()
1293 zend_hash_init_ex(dbh->cls_methods[kind], 8, NULL, in pdo_hash_methods()
1336 zend_hash_str_add_mem(dbh->cls_methods[kind], lc_name, namelen, &func, sizeof(func)); in pdo_hash_methods()
1356 if (!dbh_obj->inner->cls_methods[PDO_DBH_DRIVER_METHOD_KIND_DBH]) { in dbh_method_get()
1359 || !dbh_obj->inner->cls_methods[PDO_DBH_DRIVER_METHOD_KIND_DBH]) { in dbh_method_get()
1364 …fbc = zend_hash_find_ptr(dbh_obj->inner->cls_methods[PDO_DBH_DRIVER_METHOD_KIND_DBH], lc_method_na… in dbh_method_get()
1541 if (dbh->cls_methods[i]) { in dbh_free()
1542 zend_hash_destroy(dbh->cls_methods[i]); in dbh_free()
1543 pefree(dbh->cls_methods[i], dbh->is_persistent); in dbh_free()
H A Dphp_pdo_driver.h485 HashTable *cls_methods[PDO_DBH_DRIVER_METHOD_KIND__MAX]; member
H A Dpdo_stmt.c2227 if (!stmt->dbh->cls_methods[PDO_DBH_DRIVER_METHOD_KIND_STMT]) { in dbstmt_method_get()
2230 || !stmt->dbh->cls_methods[PDO_DBH_DRIVER_METHOD_KIND_STMT]) { in dbstmt_method_get()
2235 …if ((fbc = zend_hash_find_ptr(stmt->dbh->cls_methods[PDO_DBH_DRIVER_METHOD_KIND_STMT], lc_method_n… in dbstmt_method_get()

Completed in 23 milliseconds