Home | History | Annotate | Download | only in libxml2

Lines Matching refs:lastField

8314     xmlSchemaIDCSelectPtr field = NULL, lastField = NULL;
8415 if (lastField != NULL)
8416 lastField->next = field;
8419 lastField = field;