attached          785 ext/pdo_mysql/mysql_driver.c 	H->attached = 1;
attached          107 ext/pdo_mysql/php_pdo_mysql_int.h 	unsigned attached:1;
attached          167 ext/pdo_oci/oci_driver.c 					H->attached = 0;
attached          217 ext/pdo_oci/oci_driver.c 	if (H->server && H->attached) {
attached          222 ext/pdo_oci/oci_driver.c 		H->attached = 0;
attached          548 ext/pdo_oci/oci_driver.c 	if (H->attached == 0) {
attached          644 ext/pdo_oci/oci_driver.c 	H->attached = 1;
attached           42 ext/pdo_oci/php_pdo_oci_int.h 	unsigned	attached:1;
attached         1248 ext/pdo_pgsql/pgsql_driver.c 	H->attached = 1;
attached           42 ext/pdo_pgsql/php_pdo_pgsql_int.h 	unsigned 	attached:1;