Lines Matching refs:IB_STATUS

127 		if (SUCCESS == isc_database_info(IB_STATUS, &link->handle,  in _php_ibase_free_stmt_handle()
129 if (isc_dsql_free_statement(IB_STATUS, &stmt, DSQL_drop)) { in _php_ibase_free_stmt_handle()
229 if (isc_array_lookup_bounds(IB_STATUS, &link, &trans, var->relname, in _php_ibase_alloc_array()
340 if (isc_dsql_allocate_statement(IB_STATUS, &link->handle, &ib_query->stmt)) { in _php_ibase_alloc_query()
349 if (isc_dsql_prepare(IB_STATUS, &ib_query->trans->handle, &ib_query->stmt, in _php_ibase_alloc_query()
356 if (isc_dsql_sql_info(IB_STATUS, &ib_query->stmt, sizeof(info_type), in _php_ibase_alloc_query()
368 if (isc_dsql_describe(IB_STATUS, &ib_query->stmt, SQLDA_CURRENT_VERSION, ib_query->out_sqlda)) { in _php_ibase_alloc_query()
378 …if (isc_dsql_describe_bind(IB_STATUS, &ib_query->stmt, SQLDA_CURRENT_VERSION, ib_query->in_sqlda))… in _php_ibase_alloc_query()
389 if (isc_dsql_describe_bind(IB_STATUS, &ib_query->stmt, in _php_ibase_alloc_query()
746 if (isc_create_blob(IB_STATUS, &ib_query->link->handle, in _php_ibase_bind()
756 if (isc_close_blob(IB_STATUS, &ib_blob.bl_handle)) { in _php_ibase_bind()
789 if (isc_array_put_slice(IB_STATUS, &ib_query->link->handle, &ib_query->trans->handle, in _php_ibase_bind()
892 if (isc_dsql_execute_immediate(IB_STATUS, &ib_query->link->handle, &tr, 0, in _php_ibase_exec()
924 if (isc_dsql_execute_immediate(IB_STATUS, &ib_query->link->handle, in _php_ibase_exec()
982 isc_result = isc_dsql_execute2(IB_STATUS, &ib_query->trans->handle, in _php_ibase_exec()
985 isc_result = isc_dsql_execute(IB_STATUS, &ib_query->trans->handle, in _php_ibase_exec()
1004 if (isc_dsql_sql_info(IB_STATUS, &ib_query->stmt, sizeof(info_count), in _php_ibase_exec()
1116 } else if (isc_dsql_execute_immediate(IB_STATUS, &db, &trans, (short)query_len, in PHP_FUNCTION()
1271 …if (isc_dsql_sql_info(IB_STATUS, &ib_result->stmt, sizeof(info_count), info_count, sizeof(result),… in PHP_FUNCTION()
1491 if (isc_dsql_fetch(IB_STATUS, &ib_result->stmt, 1, ib_result->out_sqlda)) { in _php_ibase_fetch_hash()
1493 if (IB_STATUS[0] && IB_STATUS[1]) { /* error in fetch */ in _php_ibase_fetch_hash()
1553 if (isc_open_blob(IB_STATUS, &ib_result->link->handle, &ib_result->trans->handle, in _php_ibase_fetch_hash()
1559 if (isc_blob_info(IB_STATUS, &blob_handle.bl_handle, sizeof(bl_items), in _php_ibase_fetch_hash()
1594 if (isc_close_blob(IB_STATUS, &blob_handle.bl_handle)) { in _php_ibase_fetch_hash()
1610 if (isc_array_get_slice(IB_STATUS, &ib_result->link->handle, in _php_ibase_fetch_hash()
1697 if (isc_dsql_set_cursor_name(IB_STATUS, &ib_result->stmt, name_arg, 0)) { in PHP_FUNCTION()
1813 if (isc_dsql_free_statement(IB_STATUS, &ib_query->stmt, DSQL_close)) { in PHP_FUNCTION()