cursor_open 97 ext/pdo_firebird/firebird_statement.c if ((*S->name || S->cursor_open) && isc_dsql_free_statement(H->isc_status, &S->stmt, DSQL_close)) { cursor_open 100 ext/pdo_firebird/firebird_statement.c S->cursor_open = 0; cursor_open 142 ext/pdo_firebird/firebird_statement.c S->cursor_open = (S->out_sqlda.sqln > 0); /* A cursor is opened, when more than zero columns returned */ cursor_open 143 ext/pdo_firebird/firebird_statement.c S->exhausted = !S->cursor_open; cursor_open 703 ext/pdo_firebird/firebird_statement.c if ((*S->name || S->cursor_open) && isc_dsql_free_statement(S->H->isc_status, &S->stmt, DSQL_close)) { cursor_open 708 ext/pdo_firebird/firebird_statement.c S->cursor_open = 0; cursor_open 109 ext/pdo_firebird/php_pdo_firebird_int.h unsigned cursor_open:1;