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

Function xmlWalkValidateList

ThirdParty/libxml2/vtklibxml2/valid.c:6364–6370  ·  view source on GitHub ↗

* xmlWalkValidateList: * @data: Contents of current link * @user: Value supplied by the user * * Returns 0 to abort the walk or 1 to continue */

Source from the content-addressed store, hash-verified

6362 * Returns 0 to abort the walk or 1 to continue
6363 */
6364static int
6365xmlWalkValidateList(const void *data, void *user)
6366{
6367 xmlValidateMemoPtr memo = (xmlValidateMemoPtr)user;
6368 xmlValidateRef((xmlRefPtr)data, memo->ctxt, memo->name);
6369 return 1;
6370}
6371
6372/**
6373 * xmlValidateCheckRefCallback:

Callers

nothing calls this directly

Calls 1

xmlValidateRefFunction · 0.85

Tested by

no test coverage detected