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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c8005 const xmlChar **nsArray = NULL; local
8028 nsArray = (const xmlChar **) xmlMalloc(
8030 if (nsArray == NULL) {
8037 nsArray[2 * i] = nsList[i]->href;
8038 nsArray[2 * i + 1] = nsList[i]->prefix;
8040 nsArray[count * 2] = NULL;
8048 NULL, XML_PATTERN_XSFIELD, nsArray);
8051 NULL, XML_PATTERN_XSSEL, nsArray);
8052 if (nsArray != NULL)
8053 xmlFree((xmlChar **) nsArray);
[all...]
/external/libxml2/
H A Dxmlschemas.c8024 const xmlChar **nsArray = NULL; local
8047 nsArray = (const xmlChar **) xmlMalloc(
8049 if (nsArray == NULL) {
8056 nsArray[2 * i] = nsList[i]->href;
8057 nsArray[2 * i + 1] = nsList[i]->prefix;
8059 nsArray[count * 2] = NULL;
8067 NULL, XML_PATTERN_XSFIELD, nsArray);
8070 NULL, XML_PATTERN_XSSEL, nsArray);
8071 if (nsArray != NULL)
8072 xmlFree((xmlChar **) nsArray);
[all...]

Completed in 77 milliseconds