Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysql/
H A Dphp_mysql.c1944 const MYSQL_FIELD *tmp_field; local
1955 while ((tmp_field=mysql_fetch_field(mysql_result))) {
1956 …if ((!table_name || !strcasecmp(tmp_field->table, table_name)) && !strcasecmp(tmp_field->name, fie…
1962 if (!tmp_field) { /* no match found */

Completed in 11 milliseconds