MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / gen_compile

Function gen_compile

src/gpre/int_cxx.cpp:285–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283//
284
285static void gen_compile( const gpre_req* request, int column)
286{
287 column += INDENT;
288 //const gpre_dbb* db = request->req_database;
289 //const gpre_sym* symbol = db->dbb_name;
290 //align(column);
291 fprintf(gpreGlob.out_file,
292 "%s.compile(tdbb, (UCHAR*) jrd_%" ULONGFORMAT", sizeof(jrd_%" ULONGFORMAT"));",
293 request->req_handle, request->req_ident, request->req_ident);
294}
295
296
297//____________________________________________________________

Callers 2

gen_estoreFunction · 0.70
gen_s_startFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected