Lines Matching defs:data
806 /// Clear all the data that must absolutely be cleared at the end of
813 /// Clear all the data that must absolutely be cleared at the end of
1468 && (xmlStrEqual(parent->name, BAD_CAST("data-member"))
1953 /// ABI corpus. This is a way to reduce the amount of data held by
3173 /// element representing either a function symbols data base, or a
3181 /// data base, false if we should look for a variable symbols data
4866 else if (xmlStrEqual(n->name, BAD_CAST("data-member")))
4894 // version of this class already has this data
4896 // So we need to discard the data member we have
4912 // Now let's record the fact that the data
4914 // built uses the data member.
4916 // This data member is anonymous so recording
4920 // (anonymous) data member.
5239 else if (xmlStrEqual(n->name, BAD_CAST("data-member")))
5261 // version of this class already has this data
5263 // So we need to discard the data member we have
5277 // Now let's record the fact that the data
5279 // built uses the data member.
5281 // This data member is anonymous so recording
5285 // (anonymous) data member.
6257 xmlNodePtr data = xmlFirstElementChild(node);
6258 if (data && !xmlStrcmp(data->name, (xmlChar*) "id")
6259 && data->children && xmlNodeIsText(data->children))
6260 id = (char*) XML_GET_CONTENT(data->children);
6262 data = xmlNextElementSibling(data);
6263 if (data && !xmlStrcmp(data->name, (xmlChar*) "c")
6264 && data->children && xmlNodeIsText(data->children))
6266 canonical_address = (char*) XML_GET_CONTENT(data->children);