Home
last modified time | relevance | path

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

/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_ps.c63 if (stmt->cursor_exists) { in MYSQLND_METHOD()
154 if (stmt->cursor_exists) { in MYSQLND_METHOD()
570 stmt->cursor_exists = TRUE; in mysqlnd_stmt_execute_parse_response()
1004 (!stmt->cursor_exists && GET_CONNECTION_STATE(&conn->state) != CONN_FETCHING_DATA) || in MYSQLND_METHOD()
1005 (stmt->cursor_exists && GET_CONNECTION_STATE(&conn->state) != CONN_READY) || in MYSQLND_METHOD()
1019 result->unbuf->m.fetch_row = stmt->cursor_exists? mysqlnd_fetch_stmt_row_cursor: in MYSQLND_METHOD()
H A Dmysqlnd_structs.h1293 zend_bool cursor_exists; member

Completed in 18 milliseconds