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 TSRMLS_CC); in _php_ibase_free_result()150 efree(ib_result); in _php_ibase_free_result()1261 ibase_result *ib_result; in PHP_FUNCTION() local1478 ibase_result *ib_result; in _php_ibase_fetch_hash() local1488 if (ib_result->out_sqlda == NULL || !ib_result->has_more_rows) { in _php_ibase_fetch_hash()1493 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 11 milliseconds