Searched refs:ib_result (Results 1 – 1 of 1) sorted by relevance
142 if (ib_result) { in _php_ibase_free_result()148 _php_ibase_free_stmt_handle(ib_result->link, ib_result->stmt); in _php_ibase_free_result()150 efree(ib_result); in _php_ibase_free_result()1263 ibase_result *ib_result; in PHP_FUNCTION() local1480 ibase_result *ib_result; in _php_ibase_fetch_hash() local1490 if (ib_result->out_sqlda == NULL || !ib_result->has_more_rows) { in _php_ibase_fetch_hash()1495 if (isc_dsql_fetch(IB_STATUS, &ib_result->stmt, 1, ib_result->out_sqlda)) { in _php_ibase_fetch_hash()1691 ibase_result *ib_result; in PHP_FUNCTION() local1715 ibase_result *ib_result; in PHP_FUNCTION() local1898 ibase_result *ib_result; in PHP_FUNCTION() local[all …]
Completed in 9 milliseconds