Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c312 if (xmlSchemaAddItemSize(&(WXS_BUCKET(ctx)->locals), 10, item) < 0) { \
320 if (xmlSchemaAddItemSize(&(WXS_BUCKET(ctx)->globals), 5, item) < 0) { \
327 xmlSchemaAddItemSize(&((ctx)->constructor->pending), 10, item)
3761 xmlSchemaAddItemSize(xmlSchemaItemListPtr *list, int initialSize, void *item) in xmlSchemaAddItemSize() function