Home
last modified time | relevance | path

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

/PHP-5.3/ext/interbase/
H A Dibase_query.c144 if (ib_result) { in _php_ibase_free_result()
150 _php_ibase_free_stmt_handle(ib_result->link, ib_result->stmt TSRMLS_CC); in _php_ibase_free_result()
152 efree(ib_result); in _php_ibase_free_result()
1263 ibase_result *ib_result; in PHP_FUNCTION() local
1485 ibase_result *ib_result; in _php_ibase_fetch_hash() local
1495 if (ib_result->out_sqlda == NULL || !ib_result->has_more_rows) { in _php_ibase_fetch_hash()
1500 if (isc_dsql_fetch(IB_STATUS, &ib_result->stmt, 1, ib_result->out_sqlda)) { in _php_ibase_fetch_hash()
1698 ibase_result *ib_result; in PHP_FUNCTION() local
1722 ibase_result *ib_result; in PHP_FUNCTION() local
1905 ibase_result *ib_result; in PHP_FUNCTION() local
[all …]

Completed in 12 milliseconds