Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps.c66 if (stmt->cursor_exists) { in mysqlnd_stmt_check_state()
105 if (stmt->cursor_exists) { in MYSQLND_METHOD()
195 if (stmt->cursor_exists) { in MYSQLND_METHOD()
592 stmt->cursor_exists = TRUE; in mysqlnd_stmt_execute_parse_response()
982 result->unbuf->m.fetch_row = stmt->cursor_exists? mysqlnd_fetch_stmt_row_cursor: in MYSQLND_METHOD()
H A Dmysqlnd_structs.h1322 zend_bool cursor_exists; member

Completed in 23 milliseconds