Searched refs:mysqlnd_stmt_field_count (Results 1 – 2 of 2) sorted by relevance
79 #define mysql_stmt_field_count(s) mysqlnd_stmt_field_count((s))
165 #define mysqlnd_stmt_field_count(stmt) (stmt)->m->get_field_count((stmt)) macro215 #define mysqlnd_stmt_store_result(stmt) (!mysqlnd_stmt_field_count((stmt)) ? PASS:((stmt)->m->st…
Completed in 7 milliseconds