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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c822 typedef xmlSchemaIDCStateObj *xmlSchemaIDCStateObjPtr; typedef
825 xmlSchemaIDCStateObjPtr next; /* next if in a list */
1002 xmlSchemaIDCStateObjPtr xpathStates; /* first active state object. */
1003 xmlSchemaIDCStateObjPtr xpathStatePool; /* first stored state object. */
3846 xmlSchemaFreeIDCStateObjList(xmlSchemaIDCStateObjPtr sto)
3848 xmlSchemaIDCStateObjPtr next;
22290 xmlSchemaIDCStateObjPtr sto;
22303 sto = (xmlSchemaIDCStateObjPtr) xmlMalloc(sizeof(xmlSchemaIDCStateObj));
22361 xmlSchemaIDCStateObjPtr sto, head = NULL, first;
22538 xmlSchemaIDCStateObjPtr st
[all...]

Completed in 952 milliseconds