IB_STATUS          42 ext/interbase/ibase_blobs.c 		if (isc_cancel_blob(IB_STATUS, &ib_blob->bl_handle)) {
IB_STATUS         114 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         118 ext/interbase/ibase_blobs.c 		if (IB_STATUS[0] == 1 && (stat != 0 && stat != isc_segstr_eof && stat != isc_segment)) {
IB_STATUS         142 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         168 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         226 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         276 ext/interbase/ibase_blobs.c 		if (isc_open_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob->bl_handle,
IB_STATUS         362 ext/interbase/ibase_blobs.c 			if (isc_close_blob(IB_STATUS, &ib_blob->bl_handle)) {
IB_STATUS         371 ext/interbase/ibase_blobs.c 		if (isc_cancel_blob(IB_STATUS, &ib_blob->bl_handle)) {
IB_STATUS         435 ext/interbase/ibase_blobs.c 		if (isc_open_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob.bl_handle,
IB_STATUS         444 ext/interbase/ibase_blobs.c 		if (isc_close_blob(IB_STATUS, &ib_blob.bl_handle)) {
IB_STATUS         512 ext/interbase/ibase_blobs.c 		if (isc_open_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob_id.bl_handle,
IB_STATUS         517 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         518 ext/interbase/ibase_blobs.c 				|| IB_STATUS[1] == isc_segment) {
IB_STATUS         522 ext/interbase/ibase_blobs.c 		if (IB_STATUS[0] && (IB_STATUS[1] != isc_segstr_eof)) {
IB_STATUS         526 ext/interbase/ibase_blobs.c 		if (isc_close_blob(IB_STATUS, &ib_blob_id.bl_handle)) {
IB_STATUS         562 ext/interbase/ibase_blobs.c 		if (isc_create_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob.bl_handle,
IB_STATUS         568 ext/interbase/ibase_blobs.c 			if (isc_put_segment(IB_STATUS, &ib_blob.bl_handle, b, bl_data)) {
IB_STATUS         573 ext/interbase/ibase_blobs.c 		if (isc_close_blob(IB_STATUS, &ib_blob.bl_handle)) {
IB_STATUS          51 ext/interbase/ibase_events.c 				isc_cancel_events(IB_STATUS, &event->link->handle, &event->event_id)) {
IB_STATUS         169 ext/interbase/ibase_events.c 	if (isc_wait_for_event(IB_STATUS, &ib_link->handle, buffer_size, event_buffer, result_buffer)) {
IB_STATUS         243 ext/interbase/ibase_events.c 			if (isc_que_events(IB_STATUS, &event->link->handle, &event->event_id, buffer_size,
IB_STATUS         337 ext/interbase/ibase_events.c 	if (isc_que_events(IB_STATUS, &ib_link->handle, &event->event_id, buffer_size,
IB_STATUS         128 ext/interbase/ibase_query.c 			isc_dsql_free_statement(IB_STATUS, &ib_result->stmt, DSQL_drop);
IB_STATUS         147 ext/interbase/ibase_query.c 		if (isc_dsql_free_statement(IB_STATUS, &ib_query->stmt, DSQL_drop)) {
IB_STATUS         213 ext/interbase/ibase_query.c 			if (isc_array_lookup_bounds(IB_STATUS, &link, &trans, var->relname,
IB_STATUS         317 ext/interbase/ibase_query.c 	if (isc_dsql_allocate_statement(IB_STATUS, &link->handle, &ib_query->stmt)) {
IB_STATUS         326 ext/interbase/ibase_query.c 	if (isc_dsql_prepare(IB_STATUS, &ib_query->trans->handle, &ib_query->stmt,
IB_STATUS         333 ext/interbase/ibase_query.c 	if (isc_dsql_sql_info(IB_STATUS, &ib_query->stmt, sizeof(info_type), 
IB_STATUS         345 ext/interbase/ibase_query.c 		if (isc_dsql_describe(IB_STATUS, &ib_query->stmt, SQLDA_CURRENT_VERSION, ib_query->out_sqlda)) {
IB_STATUS         355 ext/interbase/ibase_query.c 	if (isc_dsql_describe_bind(IB_STATUS, &ib_query->stmt, SQLDA_CURRENT_VERSION, ib_query->in_sqlda)) {
IB_STATUS         366 ext/interbase/ibase_query.c 		if (isc_dsql_describe_bind(IB_STATUS, &ib_query->stmt,
IB_STATUS         726 ext/interbase/ibase_query.c 					if (isc_create_blob(IB_STATUS, &ib_query->link->handle,
IB_STATUS         736 ext/interbase/ibase_query.c 					if (isc_close_blob(IB_STATUS, &ib_blob.bl_handle)) {
IB_STATUS         770 ext/interbase/ibase_query.c 					if (isc_array_put_slice(IB_STATUS, &ib_query->link->handle, &ib_query->trans->handle, 
IB_STATUS         873 ext/interbase/ibase_query.c 			if (isc_dsql_execute_immediate(IB_STATUS, &ib_query->link->handle, &tr, 0, 
IB_STATUS         904 ext/interbase/ibase_query.c 			if (isc_dsql_execute_immediate(IB_STATUS, &ib_query->link->handle, 
IB_STATUS         958 ext/interbase/ibase_query.c 		isc_result = isc_dsql_execute2(IB_STATUS, &ib_query->trans->handle,
IB_STATUS         961 ext/interbase/ibase_query.c 		isc_result = isc_dsql_execute(IB_STATUS, &ib_query->trans->handle,
IB_STATUS         980 ext/interbase/ibase_query.c 			if (isc_dsql_sql_info(IB_STATUS, &ib_query->stmt, sizeof(info_count),
IB_STATUS        1096 ext/interbase/ibase_query.c 				} else if (isc_dsql_execute_immediate(IB_STATUS, &db, &trans, (short)query_len, 
IB_STATUS        1267 ext/interbase/ibase_query.c 	if (isc_dsql_sql_info(IB_STATUS, &ib_result->stmt, sizeof(info_count), info_count, 
IB_STATUS        1494 ext/interbase/ibase_query.c 		if (isc_dsql_fetch(IB_STATUS, &ib_result->stmt, 1, ib_result->out_sqlda)) {
IB_STATUS        1497 ext/interbase/ibase_query.c 			if (IB_STATUS[0] && IB_STATUS[1]) { /* error in fetch */
IB_STATUS        1558 ext/interbase/ibase_query.c 						if (isc_open_blob(IB_STATUS, &ib_result->link->handle, &ib_result->trans->handle,
IB_STATUS        1564 ext/interbase/ibase_query.c 						if (isc_blob_info(IB_STATUS, &blob_handle.bl_handle, sizeof(bl_items),
IB_STATUS        1599 ext/interbase/ibase_query.c 						if (isc_close_blob(IB_STATUS, &blob_handle.bl_handle)) {
IB_STATUS        1615 ext/interbase/ibase_query.c 						if (isc_array_get_slice(IB_STATUS, &ib_result->link->handle, 
IB_STATUS        1702 ext/interbase/ibase_query.c 	if (isc_dsql_set_cursor_name(IB_STATUS, &ib_result->stmt, Z_STRVAL_PP(name_arg), 0)) {
IB_STATUS        1839 ext/interbase/ibase_query.c 			if (isc_dsql_free_statement(IB_STATUS, &ib_query->stmt, DSQL_close)) {
IB_STATUS          45 ext/interbase/ibase_service.c 	if (isc_service_detach(IB_STATUS, &sv->handle)) {
IB_STATUS         176 ext/interbase/ibase_service.c 	if (isc_service_start(IB_STATUS, &svm->handle, NULL, spb_len, buf)) {
IB_STATUS         241 ext/interbase/ibase_service.c 	if (isc_service_attach(IB_STATUS, 0, loc, &handle, (unsigned short)spb_len, buf)) {
IB_STATUS         286 ext/interbase/ibase_service.c 		if (isc_service_start(IB_STATUS, &svm->handle, NULL, sizeof(action), action)) {
IB_STATUS         295 ext/interbase/ibase_service.c 	if (isc_service_query(IB_STATUS, &svm->handle, NULL, sizeof(spb), spb,
IB_STATUS         460 ext/interbase/ibase_service.c 	if (isc_service_start(IB_STATUS, &svm->handle, NULL, (unsigned short)spb_len, buf)) {
IB_STATUS         568 ext/interbase/ibase_service.c 	if (isc_service_start(IB_STATUS, &svm->handle, NULL, (unsigned short)spb_len, buf)) {
IB_STATUS         237 ext/interbase/interbase.c 	ISC_STATUS *statusp = IB_STATUS;
IB_STATUS         239 ext/interbase/interbase.c 	IBG(sql_code) = isc_sqlcode(IB_STATUS);
IB_STATUS         324 ext/interbase/interbase.c 					if (isc_commit_transaction(IB_STATUS, &p->trans->handle)) {
IB_STATUS         333 ext/interbase/interbase.c 					if (isc_rollback_transaction(IB_STATUS, &p->trans->handle)) {
IB_STATUS         374 ext/interbase/interbase.c 		isc_detach_database(IB_STATUS, &link->handle);
IB_STATUS         388 ext/interbase/interbase.c 		isc_detach_database(IB_STATUS, &link->handle);
IB_STATUS         404 ext/interbase/interbase.c 		if (isc_rollback_transaction(IB_STATUS, &trans->handle)) {
IB_STATUS         614 ext/interbase/interbase.c 	if (isc_attach_database(IB_STATUS, (short)len[DB], args[DB], db, (short)(dpb-dpb_buffer), dpb_buffer)) {
IB_STATUS         840 ext/interbase/interbase.c 	if (isc_drop_database(IB_STATUS, &ib_link->handle)) {
IB_STATUS         952 ext/interbase/interbase.c 			result = isc_start_multiple(IB_STATUS, &tr_handle, link_cnt, teb);
IB_STATUS         964 ext/interbase/interbase.c 		result = isc_start_transaction(IB_STATUS, &tr_handle, 1, &ib_link[0]->handle, tpb_len, last_tpb);
IB_STATUS        1027 ext/interbase/interbase.c 			if (isc_start_transaction(IB_STATUS, &tr->handle, 1, &ib_link->handle, 0, NULL)) {
IB_STATUS        1093 ext/interbase/interbase.c 			result = isc_rollback_transaction(IB_STATUS, &trans->handle);
IB_STATUS        1096 ext/interbase/interbase.c 			result = isc_commit_transaction(IB_STATUS, &trans->handle);
IB_STATUS        1099 ext/interbase/interbase.c 			result = isc_rollback_retaining(IB_STATUS, &trans->handle);
IB_STATUS        1102 ext/interbase/interbase.c 			result = isc_commit_retaining(IB_STATUS, &trans->handle);
IB_STATUS        1186 ext/interbase/interbase.c 	if (isc_dsql_exec_immed2(IB_STATUS, &ib_link->handle, &trans->handle, 0, query,