Lines Matching defs:fields
649 unsigned int fields;
657 fields = PQnfields(rs); /* how many columns in result set */
659 switch(fields) {
694 * more than 3 fields, concatenate the last
698 for (j=2, len=0; j < fields; j++) {
720 * concat the rest of fields together, space
723 for (j=3; j < fields; j++) {
870 unsigned int fields;
897 fields = PQnfields(rs); /* how many columns in result set */
899 if (fields < 4) { /* gotta have at least 4 columns */
902 "Postgres driver too few fields "
913 if (fields == 4) {
922 * more than 4 fields, concatonat the last
926 for (j=3, len=0; j < fields; j++) {
944 for (j=4; j < fields; j++) {