Searched refs:tmp_field (Results 1 – 1 of 1) sorted by relevance
1946 const MYSQL_FIELD *tmp_field; local1957 while ((tmp_field=mysql_fetch_field(mysql_result))) {1958 …if ((!table_name || !strcasecmp(tmp_field->table, table_name)) && !strcasecmp(tmp_field->name, fie…1964 if (!tmp_field) { /* no match found */
Completed in 9 milliseconds