MCPcopy Create free account
hub / github.com/Kitware/VTK / initText

Function initText

ThirdParty/sqlite/vtksqlite/shell.c:1422–1424  ·  view source on GitHub ↗

** Initialize and destroy a ShellText object */

Source from the content-addressed store, hash-verified

1420** Initialize and destroy a ShellText object
1421*/
1422static void initText(ShellText *p){
1423 memset(p, 0, sizeof(*p));
1424}
1425static void freeText(ShellText *p){
1426 free(p->z);
1427 initText(p);

Callers 4

freeTextFunction · 0.85
shellFakeSchemaFunction · 0.85
dump_callbackFunction · 0.85
do_meta_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected