MCPcopy Create free account
hub / github.com/albertodemichelis/squirrel / _rexobj_releasehook

Function _rexobj_releasehook

sqstdlib/sqstdstring.cpp:394–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392 }
393
394static SQInteger _rexobj_releasehook(SQUserPointer p, SQInteger SQ_UNUSED_ARG(size))
395{
396 SQRex *self = ((SQRex *)p);
397 sqstd_rex_free(self);
398 return 1;
399}
400
401static SQInteger _regexp_match(HSQUIRRELVM v)
402{

Callers

nothing calls this directly

Calls 1

sqstd_rex_freeFunction · 0.85

Tested by

no test coverage detected