tty 106 ext/pgsql/pgsql.c ZEND_ARG_INFO(0, tty) tty 115 ext/pgsql/pgsql.c ZEND_ARG_INFO(0, tty) tty 1275 ext/pgsql/pgsql.c char *host=NULL,*port=NULL,*options=NULL,*tty=NULL,*dbname=NULL,*connstring=NULL; tty 1323 ext/pgsql/pgsql.c tty = Z_STRVAL(args[3]); tty 1354 ext/pgsql/pgsql.c pgsql = PQsetdb(host, port, options, tty, dbname); tty 1389 ext/pgsql/pgsql.c le->ptr = PQsetdb(host,port,options,tty,dbname); tty 1462 ext/pgsql/pgsql.c pgsql = PQsetdb(host,port,options,tty,dbname);