Lines Matching defs:fields
381 unsigned int fields;
389 fields = mysql_num_fields(rs); /* how many columns in result set */
391 switch(fields) {
428 * more than 3 fields, concatenate the last
432 for (j=2, len=0; j < fields; j++) {
456 * concat the rest of fields together, space
459 for (j=3; j < fields; j++) {
605 unsigned int fields;
633 fields = mysql_num_fields(rs); /* how many columns in result set */
635 if (fields < 4) { /* gotta have at least 4 columns */
638 "mysql driver too few fields returned "
649 if (fields == 4) {
656 * more than 4 fields, concatenate the last
660 for (j=3, len=0; j < fields; j++) {
678 for (j=4; j < fields; j++) {