Home | History | Annotate | Download | only in libxml2

Lines Matching refs:strB

2903     xmlChar *strA = NULL, *strB = NULL;
2908 xmlSchemaFormatQNameNs(&strB, attr->ns, attr->name),
2911 FREE_AND_NULL(strB);
14182 xmlChar *strA = NULL, *strB = NULL, *strC = NULL;
14199 xmlSchemaGetComponentDesignation(&strB,
14205 FREE_AND_NULL(strB);
14315 xmlChar *strA = NULL, *strB = NULL;
14324 xmlSchemaGetComponentDesignation(&strB, baseItem),
14327 FREE_AND_NULL(strB);
16478 xmlChar *strA = NULL, *strB = NULL;
16489 xmlSchemaGetComponentDesignation(&strB,
16492 FREE_AND_NULL(strB);
19639 xmlChar *strA = NULL, *strB = NULL;
19647 xmlSchemaGetComponentQName(&strB, head),
19650 FREE_AND_NULL(strB)
19678 xmlChar *strA = NULL, *strB = NULL, *strC = NULL;
19689 xmlSchemaGetComponentQName(&strB, head),
19692 FREE_AND_NULL(strB)
19939 xmlChar *strA = NULL, *strB = NULL;
19950 xmlSchemaFormatQName(&strB,
19954 FREE_AND_NULL(strB);
23035 xmlChar *str = NULL, *strB = NULL;
23045 xmlSchemaGetIDCDesignation(&strB, idc));
23047 FREE_AND_NULL(strB);
23873 xmlChar *str = NULL, *strB = NULL;
23881 xmlSchemaGetComponentQName(&strB,
23884 FREE_AND_NULL(strB);
23892 xmlChar *str = NULL, *strB = NULL;
23899 xmlSchemaGetComponentQName(&strB, matcher->aidc->def));
23901 FREE_AND_NULL(strB);