tmp_field        1946 ext/mysql/php_mysql.c 					const MYSQL_FIELD *tmp_field;
tmp_field        1957 ext/mysql/php_mysql.c 					while ((tmp_field=mysql_fetch_field(mysql_result))) {
tmp_field        1958 ext/mysql/php_mysql.c 						if ((!table_name || !strcasecmp(tmp_field->table, table_name)) && !strcasecmp(tmp_field->name, field_name)) {
tmp_field        1964 ext/mysql/php_mysql.c 					if (!tmp_field) { /* no match found */