Home
last modified time | relevance | path

Searched refs:WXS_BUCKET (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c303 #define WXS_BUCKET(ctx) WXS_CONSTRUCTOR((ctx))->bucket macro
308 xmlSchemaAddItemSize(&(WXS_BUCKET(ctx)->locals), 10, item)
311 xmlSchemaAddItemSize(&(WXS_BUCKET(ctx)->globals), 5, item)
6510 if (WXS_BUCKET(pctxt)->relations != NULL) { in xmlSchemaCheckReference()
6513 rel = WXS_BUCKET(pctxt)->relations; in xmlSchemaCheckReference()
10872 thisTargetNamespace = WXS_BUCKET(pctxt)->origTargetNamespace; in xmlSchemaParseImport()