| 1363 | |
| 1364 | |
| 1365 | USHORT DSC_convert_to_text_length(USHORT dsc_type) |
| 1366 | { |
| 1367 | if (dsc_type < (sizeof(_DSC_convert_to_text_length) / sizeof(_DSC_convert_to_text_length[0]))) |
| 1368 | return _DSC_convert_to_text_length[dsc_type] + (dsc_type == dtype_int64 ? 1 : 0); |
| 1369 | fb_assert(FALSE); |
| 1370 | return 0; |
| 1371 | } |
| 1372 | |
| 1373 | |
| 1374 | bool DSC_make_descriptor(DSC* desc, |
no outgoing calls
no test coverage detected