Searched refs:hasRefs (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/apps/showimage/
H A DShowImageApp.cpp60 bool hasRefs = false; local
83 hasRefs = true;
87 if (hasRefs)
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c6441 int parentType, int *hasRefs)
6452 if ((item != NULL) && (hasRefs != NULL))
6453 *hasRefs = 1;
7756 int hasRefs = 0; local
7813 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, &hasRefs) == -1)
7815 if (hasRefs)
11170 int min = 1, max = 1, isElemRef, hasRefs = 0; local
11261 hasRefs++;
11308 hasRefs++;
11313 hasRefs
6439 xmlSchemaParseLocalAttributes(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr *child, xmlSchemaItemListPtr *list, int parentType, int *hasRefs) argument
[all...]

Completed in 162 milliseconds