IB_STATUS          40 ext/interbase/ibase_blobs.c 		if (isc_cancel_blob(IB_STATUS, &ib_blob->bl_handle)) {
IB_STATUS         112 ext/interbase/ibase_blobs.c 			stat = isc_get_segment(IB_STATUS, &ib_blob->bl_handle, &seg_len, chunk_size, &bl_data[cur_len]);
IB_STATUS         116 ext/interbase/ibase_blobs.c 		if (IB_STATUS[0] == 1 && (stat != 0 && stat != isc_segstr_eof && stat != isc_segment)) {
IB_STATUS         140 ext/interbase/ibase_blobs.c 		if (isc_put_segment(IB_STATUS, &ib_blob->bl_handle, chunk_size, &Z_STRVAL_PP(string_arg)[put_cnt] )) {
IB_STATUS         166 ext/interbase/ibase_blobs.c 	if (isc_blob_info(IB_STATUS, &bl_handle, sizeof(bl_items), bl_items, sizeof(bl_inf), bl_inf)) {
IB_STATUS         224 ext/interbase/ibase_blobs.c 	if (isc_create_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob->bl_handle, &ib_blob->bl_qd)) {
IB_STATUS         274 ext/interbase/ibase_blobs.c 		if (isc_open_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob->bl_handle,
IB_STATUS         360 ext/interbase/ibase_blobs.c 			if (isc_close_blob(IB_STATUS, &ib_blob->bl_handle)) {
IB_STATUS         369 ext/interbase/ibase_blobs.c 		if (isc_cancel_blob(IB_STATUS, &ib_blob->bl_handle)) {
IB_STATUS         433 ext/interbase/ibase_blobs.c 		if (isc_open_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob.bl_handle,
IB_STATUS         442 ext/interbase/ibase_blobs.c 		if (isc_close_blob(IB_STATUS, &ib_blob.bl_handle)) {
IB_STATUS         510 ext/interbase/ibase_blobs.c 		if (isc_open_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob_id.bl_handle,
IB_STATUS         515 ext/interbase/ibase_blobs.c 		while (!isc_get_segment(IB_STATUS, &ib_blob_id.bl_handle, &seg_len, sizeof(bl_data), bl_data)
IB_STATUS         516 ext/interbase/ibase_blobs.c 				|| IB_STATUS[1] == isc_segment) {
IB_STATUS         520 ext/interbase/ibase_blobs.c 		if (IB_STATUS[0] && (IB_STATUS[1] != isc_segstr_eof)) {
IB_STATUS         524 ext/interbase/ibase_blobs.c 		if (isc_close_blob(IB_STATUS, &ib_blob_id.bl_handle)) {
IB_STATUS         560 ext/interbase/ibase_blobs.c 		if (isc_create_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob.bl_handle,
IB_STATUS         566 ext/interbase/ibase_blobs.c 			if (isc_put_segment(IB_STATUS, &ib_blob.bl_handle, b, bl_data)) {
IB_STATUS         571 ext/interbase/ibase_blobs.c 		if (isc_close_blob(IB_STATUS, &ib_blob.bl_handle)) {
IB_STATUS          49 ext/interbase/ibase_events.c 				isc_cancel_events(IB_STATUS, &event->link->handle, &event->event_id)) {
IB_STATUS         171 ext/interbase/ibase_events.c 	if (isc_wait_for_event(IB_STATUS, &ib_link->handle, buffer_size, event_buffer, result_buffer)) {
IB_STATUS         248 ext/interbase/ibase_events.c 			if (isc_que_events(IB_STATUS, &event->link->handle, &event->event_id, buffer_size,
IB_STATUS         358 ext/interbase/ibase_events.c 	if (isc_que_events(IB_STATUS, &ib_link->handle, &event->event_id, buffer_size,
IB_STATUS         127 ext/interbase/ibase_query.c 		if (SUCCESS == isc_database_info(IB_STATUS, &link->handle, 
IB_STATUS         129 ext/interbase/ibase_query.c 			if (isc_dsql_free_statement(IB_STATUS, &stmt, DSQL_drop)) {
IB_STATUS         229 ext/interbase/ibase_query.c 			if (isc_array_lookup_bounds(IB_STATUS, &link, &trans, var->relname,
IB_STATUS         340 ext/interbase/ibase_query.c 	if (isc_dsql_allocate_statement(IB_STATUS, &link->handle, &ib_query->stmt)) {
IB_STATUS         349 ext/interbase/ibase_query.c 	if (isc_dsql_prepare(IB_STATUS, &ib_query->trans->handle, &ib_query->stmt,
IB_STATUS         356 ext/interbase/ibase_query.c 	if (isc_dsql_sql_info(IB_STATUS, &ib_query->stmt, sizeof(info_type), 
IB_STATUS         368 ext/interbase/ibase_query.c 		if (isc_dsql_describe(IB_STATUS, &ib_query->stmt, SQLDA_CURRENT_VERSION, ib_query->out_sqlda)) {
IB_STATUS         378 ext/interbase/ibase_query.c 	if (isc_dsql_describe_bind(IB_STATUS, &ib_query->stmt, SQLDA_CURRENT_VERSION, ib_query->in_sqlda)) {
IB_STATUS         389 ext/interbase/ibase_query.c 		if (isc_dsql_describe_bind(IB_STATUS, &ib_query->stmt,
IB_STATUS         742 ext/interbase/ibase_query.c 					if (isc_create_blob(IB_STATUS, &ib_query->link->handle,
IB_STATUS         752 ext/interbase/ibase_query.c 					if (isc_close_blob(IB_STATUS, &ib_blob.bl_handle)) {
IB_STATUS         786 ext/interbase/ibase_query.c 					if (isc_array_put_slice(IB_STATUS, &ib_query->link->handle, &ib_query->trans->handle, 
IB_STATUS         889 ext/interbase/ibase_query.c 			if (isc_dsql_execute_immediate(IB_STATUS, &ib_query->link->handle, &tr, 0, 
IB_STATUS         920 ext/interbase/ibase_query.c 			if (isc_dsql_execute_immediate(IB_STATUS, &ib_query->link->handle, 
IB_STATUS         977 ext/interbase/ibase_query.c 		isc_result = isc_dsql_execute2(IB_STATUS, &ib_query->trans->handle,
IB_STATUS         980 ext/interbase/ibase_query.c 		isc_result = isc_dsql_execute(IB_STATUS, &ib_query->trans->handle,
IB_STATUS         999 ext/interbase/ibase_query.c 			if (isc_dsql_sql_info(IB_STATUS, &ib_query->stmt, sizeof(info_count),
IB_STATUS        1114 ext/interbase/ibase_query.c 				} else if (isc_dsql_execute_immediate(IB_STATUS, &db, &trans, (short)query_len, 
IB_STATUS        1273 ext/interbase/ibase_query.c 	if (isc_dsql_sql_info(IB_STATUS, &ib_result->stmt, sizeof(info_count), info_count, sizeof(result), result)) {
IB_STATUS        1493 ext/interbase/ibase_query.c 		if (isc_dsql_fetch(IB_STATUS, &ib_result->stmt, 1, ib_result->out_sqlda)) {
IB_STATUS        1495 ext/interbase/ibase_query.c 			if (IB_STATUS[0] && IB_STATUS[1]) { /* error in fetch */
IB_STATUS        1556 ext/interbase/ibase_query.c 						if (isc_open_blob(IB_STATUS, &ib_result->link->handle, &ib_result->trans->handle,
IB_STATUS        1562 ext/interbase/ibase_query.c 						if (isc_blob_info(IB_STATUS, &blob_handle.bl_handle, sizeof(bl_items),
IB_STATUS        1597 ext/interbase/ibase_query.c 						if (isc_close_blob(IB_STATUS, &blob_handle.bl_handle)) {
IB_STATUS        1613 ext/interbase/ibase_query.c 						if (isc_array_get_slice(IB_STATUS, &ib_result->link->handle, 
IB_STATUS        1701 ext/interbase/ibase_query.c 	if (isc_dsql_set_cursor_name(IB_STATUS, &ib_result->stmt, name_arg, 0)) {
IB_STATUS        1823 ext/interbase/ibase_query.c 			if (isc_dsql_free_statement(IB_STATUS, &ib_query->stmt, DSQL_close)) {
IB_STATUS          43 ext/interbase/ibase_service.c 	if (isc_service_detach(IB_STATUS, &sv->handle)) {
IB_STATUS         174 ext/interbase/ibase_service.c 	if (isc_service_start(IB_STATUS, &svm->handle, NULL, spb_len, buf)) {
IB_STATUS         238 ext/interbase/ibase_service.c 	if (isc_service_attach(IB_STATUS, 0, loc, &handle, (unsigned short)spb_len, buf)) {
IB_STATUS         283 ext/interbase/ibase_service.c 		if (isc_service_start(IB_STATUS, &svm->handle, NULL, sizeof(action), action)) {
IB_STATUS         292 ext/interbase/ibase_service.c 	if (isc_service_query(IB_STATUS, &svm->handle, NULL, sizeof(spb), spb,
IB_STATUS         457 ext/interbase/ibase_service.c 	if (isc_service_start(IB_STATUS, &svm->handle, NULL, (unsigned short)spb_len, buf)) {
IB_STATUS         564 ext/interbase/ibase_service.c 	if (isc_service_start(IB_STATUS, &svm->handle, NULL, (unsigned short)spb_len, buf)) {
IB_STATUS         508 ext/interbase/interbase.c 	ISC_STATUS *statusp = IB_STATUS;
IB_STATUS         510 ext/interbase/interbase.c 	IBG(sql_code) = isc_sqlcode(IB_STATUS);
IB_STATUS         595 ext/interbase/interbase.c 					if (isc_commit_transaction(IB_STATUS, &p->trans->handle)) {
IB_STATUS         604 ext/interbase/interbase.c 					if (isc_rollback_transaction(IB_STATUS, &p->trans->handle)) {
IB_STATUS         645 ext/interbase/interbase.c 		isc_detach_database(IB_STATUS, &link->handle);
IB_STATUS         659 ext/interbase/interbase.c 		isc_detach_database(IB_STATUS, &link->handle);
IB_STATUS         675 ext/interbase/interbase.c 		if (isc_rollback_transaction(IB_STATUS, &trans->handle)) {
IB_STATUS         885 ext/interbase/interbase.c 	if (isc_attach_database(IB_STATUS, (short)len[DB], args[DB], db, (short)(dpb-dpb_buffer), dpb_buffer)) {
IB_STATUS        1104 ext/interbase/interbase.c 	if (isc_drop_database(IB_STATUS, &ib_link->handle)) {
IB_STATUS        1222 ext/interbase/interbase.c 			result = isc_start_multiple(IB_STATUS, &tr_handle, link_cnt, teb);
IB_STATUS        1236 ext/interbase/interbase.c 		result = isc_start_transaction(IB_STATUS, &tr_handle, 1, &ib_link[0]->handle, tpb_len, last_tpb);
IB_STATUS        1299 ext/interbase/interbase.c 			if (isc_start_transaction(IB_STATUS, &tr->handle, 1, &ib_link->handle, 0, NULL)) {
IB_STATUS        1352 ext/interbase/interbase.c 			result = isc_rollback_transaction(IB_STATUS, &trans->handle);
IB_STATUS        1355 ext/interbase/interbase.c 			result = isc_commit_transaction(IB_STATUS, &trans->handle);
IB_STATUS        1358 ext/interbase/interbase.c 			result = isc_rollback_retaining(IB_STATUS, &trans->handle);
IB_STATUS        1361 ext/interbase/interbase.c 			result = isc_commit_retaining(IB_STATUS, &trans->handle);
IB_STATUS        1450 ext/interbase/interbase.c 	if (isc_dsql_exec_immed2(IB_STATUS, &ib_link->handle, &trans->handle, 0, query,