func github.com/lib/pq.parseStatementRowDescribe

2 uses

	github.com/lib/pq (current package)
		conn.go#L1685: 			colNames, colTyps = parseStatementRowDescribe(r)
		conn.go#L1794: func parseStatementRowDescribe(r *readBuf) (colNames []string, colTyps []fieldDesc) {