Home
last modified time | relevance | path

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

/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_ps.c661 if (stmt->result_bind && in MYSQLND_METHOD()
778 if (stmt->result_bind) { in mysqlnd_stmt_fetch_row_buffered()
1619 if (result_bind) { in MYSQLND_METHOD()
1632 if (!result_bind) { in MYSQLND_METHOD()
1639 stmt->result_bind = result_bind; in MYSQLND_METHOD()
1653 } else if (result_bind) { in MYSQLND_METHOD()
1693 if (!stmt->result_bind) { in MYSQLND_METHOD()
1698 if (!stmt->result_bind) { in MYSQLND_METHOD()
2057 if (!stmt->result_bind) { in mysqlnd_stmt_separate_result_bind()
2075 stmt->result_bind = NULL; in mysqlnd_stmt_separate_result_bind()
[all …]
H A Dmysqlnd.h183 PHPAPI void mysqlnd_efree_result_bind_dtor(MYSQLND_RESULT_BIND * result_bind);
185 PHPAPI void mysqlnd_free_result_bind_dtor(MYSQLND_RESULT_BIND * result_bind);
H A Dmysqlnd_structs.h733 …unc_mysqlnd_stmt__bind_result)(MYSQLND_STMT * const stmt, MYSQLND_RESULT_BIND * const result_bind);
1280 MYSQLND_RESULT_BIND *result_bind; member
/PHP-7.2/ext/pdo_mysql/
H A Dmysql_statement.c752 Z_TRY_ADDREF(S->stmt->data->result_bind[colno].zv);
753 *ptr = (char*)&S->stmt->data->result_bind[colno].zv;

Completed in 25 milliseconds