connect_type      102 ext/pgsql/pgsql.c 	ZEND_ARG_INFO(0, connect_type)
connect_type     1280 ext/pgsql/pgsql.c 	int connect_type = 0;
connect_type     1315 ext/pgsql/pgsql.c 		connect_type = (int)Z_LVAL(args[1]);
connect_type     1420 ext/pgsql/pgsql.c 		if (!(connect_type & PGSQL_CONNECT_FORCE_NEW)
connect_type     1444 ext/pgsql/pgsql.c 		if (connect_type & PGSQL_CONNECT_ASYNC) {