bl_handle          39 ext/interbase/ibase_blobs.c 	if (ib_blob->bl_handle != 0) { /* blob open*/
bl_handle          40 ext/interbase/ibase_blobs.c 		if (isc_cancel_blob(IB_STATUS, &ib_blob->bl_handle)) {
bl_handle         109 ext/interbase/ibase_blobs.c 			stat = isc_get_segment(IB_STATUS, &ib_blob->bl_handle, &seg_len, chunk_size, &ZSTR_VAL(bl_data)[cur_len]);
bl_handle         138 ext/interbase/ibase_blobs.c 		if (isc_put_segment(IB_STATUS, &ib_blob->bl_handle, chunk_size, &Z_STRVAL_P(string_arg)[put_cnt] )) {
bl_handle         148 ext/interbase/ibase_blobs.c static int _php_ibase_blob_info(isc_blob_handle bl_handle, IBASE_BLOBINFO *bl_info) /* {{{ */
bl_handle         164 ext/interbase/ibase_blobs.c 	if (isc_blob_info(IB_STATUS, &bl_handle, sizeof(bl_items), bl_items, sizeof(bl_inf), bl_inf)) {
bl_handle         219 ext/interbase/ibase_blobs.c 	ib_blob->bl_handle = 0;
bl_handle         222 ext/interbase/ibase_blobs.c 	if (isc_create_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob->bl_handle, &ib_blob->bl_qd)) {
bl_handle         264 ext/interbase/ibase_blobs.c 	ib_blob->bl_handle = 0;
bl_handle         273 ext/interbase/ibase_blobs.c 		if (isc_open_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob->bl_handle,
bl_handle         359 ext/interbase/ibase_blobs.c 			if (isc_close_blob(IB_STATUS, &ib_blob->bl_handle)) {
bl_handle         364 ext/interbase/ibase_blobs.c 		ib_blob->bl_handle = 0;
bl_handle         368 ext/interbase/ibase_blobs.c 		if (isc_cancel_blob(IB_STATUS, &ib_blob->bl_handle)) {
bl_handle         372 ext/interbase/ibase_blobs.c 		ib_blob->bl_handle = 0;
bl_handle         432 ext/interbase/ibase_blobs.c 		if (isc_open_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob.bl_handle,
bl_handle         438 ext/interbase/ibase_blobs.c 		if (_php_ibase_blob_info(ib_blob.bl_handle, &bl_info)) {
bl_handle         441 ext/interbase/ibase_blobs.c 		if (isc_close_blob(IB_STATUS, &ib_blob.bl_handle)) {
bl_handle         509 ext/interbase/ibase_blobs.c 		if (isc_open_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob_id.bl_handle,
bl_handle         514 ext/interbase/ibase_blobs.c 		while (!isc_get_segment(IB_STATUS, &ib_blob_id.bl_handle, &seg_len, sizeof(bl_data), bl_data)
bl_handle         523 ext/interbase/ibase_blobs.c 		if (isc_close_blob(IB_STATUS, &ib_blob_id.bl_handle)) {
bl_handle         559 ext/interbase/ibase_blobs.c 		if (isc_create_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob.bl_handle,
bl_handle         565 ext/interbase/ibase_blobs.c 			if (isc_put_segment(IB_STATUS, &ib_blob.bl_handle, b, bl_data)) {
bl_handle         570 ext/interbase/ibase_blobs.c 		if (isc_close_blob(IB_STATUS, &ib_blob.bl_handle)) {
bl_handle         747 ext/interbase/ibase_query.c 							&ib_query->trans->handle, &ib_blob.bl_handle, &ib_blob.bl_qd)) {
bl_handle         756 ext/interbase/ibase_query.c 					if (isc_close_blob(IB_STATUS, &ib_blob.bl_handle)) {
bl_handle        1554 ext/interbase/ibase_query.c 						blob_handle.bl_handle = 0;
bl_handle        1558 ext/interbase/ibase_query.c 								&blob_handle.bl_handle, &blob_handle.bl_qd)) {
bl_handle        1563 ext/interbase/ibase_query.c 						if (isc_blob_info(IB_STATUS, &blob_handle.bl_handle, sizeof(bl_items),
bl_handle        1598 ext/interbase/ibase_query.c 						if (isc_close_blob(IB_STATUS, &blob_handle.bl_handle)) {
bl_handle          91 ext/interbase/php_ibase_includes.h 	isc_blob_handle bl_handle;