| 86 | |
| 87 | |
| 88 | ISC_STATUS API_ROUTINE isc_array_gen_sdl(ISC_STATUS* status, |
| 89 | const ISC_ARRAY_DESC* desc, |
| 90 | SSHORT* sdl_buffer_length, |
| 91 | UCHAR* sdl_buffer, SSHORT* sdl_length) |
| 92 | { |
| 93 | /************************************** |
| 94 | * |
| 95 | * i s c _ a r r a y _ g e n _ s d l |
| 96 | * |
| 97 | ************************************** |
| 98 | * |
| 99 | * Functional description |
| 100 | * |
| 101 | **************************************/ |
| 102 | |
| 103 | return gen_sdl(status, desc, sdl_buffer_length, &sdl_buffer, sdl_length, false); |
| 104 | } |
| 105 | |
| 106 | |
| 107 | ISC_STATUS API_ROUTINE isc_array_get_slice(ISC_STATUS* status, |