MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxPatternParserTerminate

Function fxPatternParserTerminate

xs/sources/xsre.c:2439–2448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2437}
2438
2439void fxPatternParserTerminate(txPatternParser* parser)
2440{
2441 txTerm* term = parser->first;
2442 while (term) {
2443 txTerm* next = term->next;
2444 c_free(term);
2445 term = next;
2446 }
2447 parser->first = NULL;
2448}
2449
2450txInteger* fxAllocateRegExpData(void* the, txInteger* code)
2451{

Callers 1

fxCompileRegExpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected