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

Function expand_items

extern/btyacc/reader.c:934–939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

932}
933
934void expand_items()
935{
936 maxitems += 300;
937 pitem = RENEW(pitem, maxitems, bucket *);
938 if (pitem == 0) no_space();
939}
940
941void expand_rules()
942{

Callers 4

end_ruleFunction · 0.85
insert_empty_ruleFunction · 0.85
insert_arg_ruleFunction · 0.85
add_symbolFunction · 0.85

Calls 1

no_spaceFunction · 0.85

Tested by

no test coverage detected