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

Function printa

src/gpre/obj_cxx.cpp:3877–3885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3875//
3876
3877static void printa( int column, const char* string, ...)
3878{
3879 va_list ptr;
3880
3881 va_start(ptr, string);
3882 align(column);
3883 vfprintf(gpreGlob.out_file, string, ptr);
3884 va_end(ptr);
3885}
3886
3887
3888//____________________________________________________________

Callers 15

beginFunction · 0.70
endpFunction · 0.70
successFunction · 0.70
set_sqlcodeFunction · 0.70
asgn_fromFunction · 0.70
gen_at_endFunction · 0.70
gen_blob_forFunction · 0.70
gen_blob_openFunction · 0.70
gen_blrFunction · 0.70
gen_clear_handlesFunction · 0.70
gen_create_databaseFunction · 0.70
gen_cursor_initFunction · 0.70

Calls 2

vfprintfFunction · 0.85
alignFunction · 0.70

Tested by

no test coverage detected