Lines Matching refs:alloc
3013 int *len, int *alloc, int normalize);
8339 * @alloc: whether the attribute was reallocated as a new string
8370 xmlParseAttValueInternal(xmlParserCtxtPtr ctxt, int *len, int *alloc,
8482 if (alloc) *alloc = 1;
8486 if (alloc) *alloc = 0;
8489 if (alloc) *alloc = 1;
8501 * @alloc: an int * to indicate if the attribute was allocated
8512 int *len, int *alloc)
8546 val = xmlParseAttValueInternal(ctxt, len, alloc, normalize);
8554 if (*alloc) {
8702 int len = -1, alloc = 0;
8705 &aprefix, &attvalue, &len, &alloc);
8707 if ((attvalue != NULL) && (alloc != 0))
8760 if (alloc != 0) xmlFree(attvalue);
8833 if (alloc != 0) xmlFree(attvalue);
8851 ctxt->attallocs[nratts++] = alloc;
8861 if (alloc != 0) attval = 1;