Home
last modified time | relevance | path

Searched refs:tmp_field (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/ext/mysql/
H A Dphp_mysql.c1946 const MYSQL_FIELD *tmp_field; local
1957 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