Searched defs:sto (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c3846 xmlSchemaFreeIDCStateObjList(xmlSchemaIDCStateObjPtr sto) argument
3849 while (sto != NULL) {
3850 next = sto->next;
3851 if (sto->history != NULL)
3852 xmlFree(sto->history);
3853 if (sto->xpathCtxt != NULL)
3854 xmlFreeStreamCtxt((xmlStreamCtxtPtr) sto->xpathCtxt);
3855 xmlFree(sto);
3856 sto = next;
22361 xmlSchemaIDCStateObjPtr sto; local
22432 xmlSchemaIDCStateObjPtr sto, head = NULL, first; local
22609 xmlSchemaIDCStateObjPtr sto; local
22639 xmlSchemaIDCStateObjPtr sto, nextsto; local
[all...]
/external/libxml2/
H A Dxmlschemas.c3865 xmlSchemaFreeIDCStateObjList(xmlSchemaIDCStateObjPtr sto) argument
3868 while (sto != NULL) {
3869 next = sto->next;
3870 if (sto->history != NULL)
3871 xmlFree(sto->history);
3872 if (sto->xpathCtxt != NULL)
3873 xmlFreeStreamCtxt((xmlStreamCtxtPtr) sto->xpathCtxt);
3874 xmlFree(sto);
3875 sto = next;
22390 xmlSchemaIDCStateObjPtr sto; local
22461 xmlSchemaIDCStateObjPtr sto, head = NULL, first; local
22638 xmlSchemaIDCStateObjPtr sto; local
22668 xmlSchemaIDCStateObjPtr sto, nextsto; local
[all...]

Completed in 192 milliseconds