Searched defs:tmpValue (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c24528 xmlChar *tmpValue = NULL; local
24554 tmpValue = xmlStrndup(cur, end - cur);
24559 tmpValue, &curVal, fireErrors, 0, 1);
24562 tmpValue, NULL, fireErrors, 0, 1);
24563 FREE_AND_NULL(tmpValue);
24586 FREE_AND_NULL(tmpValue);

Completed in 116 milliseconds