tty 105 ext/pgsql/pgsql.c ZEND_ARG_INFO(0, tty) tty 114 ext/pgsql/pgsql.c ZEND_ARG_INFO(0, tty) tty 1273 ext/pgsql/pgsql.c char *host=NULL,*port=NULL,*options=NULL,*tty=NULL,*dbname=NULL,*connstring=NULL; tty 1318 ext/pgsql/pgsql.c tty = Z_STRVAL_PP(args[3]); tty 1348 ext/pgsql/pgsql.c pgsql=PQsetdb(host,port,options,tty,dbname); tty 1383 ext/pgsql/pgsql.c le->ptr=PQsetdb(host,port,options,tty,dbname); tty 1459 ext/pgsql/pgsql.c pgsql = PQsetdb(host,port,options,tty,dbname);