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

Function clean_arg_cache

extern/btyacc/reader.c:1166–1175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1164}
1165
1166static void clean_arg_cache(void)
1167{
1168struct arg_cache *e, *t;
1169int i;
1170
1171 for (i=0; i<ARG_CACHE_SIZE; i++) {
1172 for (e=arg_cache[i]; (t=e); e=e->next, FREE(t))
1173 free(e->code);
1174 arg_cache[i] = 0; }
1175}
1176
1177void advance_to_start()
1178{

Callers 1

pack_grammarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected