Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.05.19;
Скачать: CL | DM;

Вниз

BLOB в UDF   Найти похожие ветки 

 
jack128 ©   (2003-04-27 19:36) [0]

Добрый день.
В процессе разбора примера работы с BLOB полями в UDF возник такой вопрос(пример из документации к IB, сцепление BLOB"ов)
Разве выделенные строки, при удачном чтении, не приведут к зацикливанию UDF?

void blob_concatenate(Blob from1, Blob from2, Blob to)
/* Note Blob to, as final input parameter, is actually for output! */
{
char *buffer;
long length, b_length;
b_length = MAX(from1->max_seglen, from2->max_seglen);
buffer = malloc(b_length);
/* write the from1 Blob into the return Blob, to */
while ((*from1->blob_get_segment) from1->blob_handle, buffer, b_length,&length))
(*to->blob_put_segment) (to->blob_handle, buffer, length);
/* now write a delimiter as a dividing line in the blob */
(*to->blob_put_segment) (to->blob_handle, DELIMITER, sizeof(DELIMITER) - 1);
/* finally write the from2 Blob into the return Blob, to */
while ((*from2->blob_get_segment) (from2->blob_handle, buffer, b_length, &length))
}


 
jack128 ©   (2003-04-27 22:53) [1]

поторопился :-() . Продолжние функции

(*to->blob_put_segment) (to->blob_handle, buffer, length);
/* free the memory allocated to the buffer */
free(buffer);
}



Страницы: 1 вся ветка

Текущий архив: 2003.05.19;
Скачать: CL | DM;

Наверх




Память: 0.46 MB
Время: 0.013 c
1-59755
k-sergey
2003-05-05 21:35
2003.05.19
Как передать данные( массив buf: array


14-59873
Шоломицкий
2003-04-28 22:43
2003.05.19
Срочно! Ваше мнение! Как вы думаете?


7-59966
Xoy
2003-03-20 10:42
2003.05.19
как отловить окончание данных в COM порте


14-59862
Den_IS01
2003-04-29 07:51
2003.05.19
Компонент для экспорта в Word


3-59617
dtm
2003-04-28 19:11
2003.05.19
Суммирование количества записей в QReport