MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / API_ROUTINE isc_array_gen_sdl

Function API_ROUTINE isc_array_gen_sdl

src/yvalve/array.cpp:88–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87
88ISC_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
107ISC_STATUS API_ROUTINE isc_array_get_slice(ISC_STATUS* status,

Callers

nothing calls this directly

Calls 1

gen_sdlFunction · 0.85

Tested by

no test coverage detected