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

/external/libxml2/
H A Dtestapi.c33 static xmlNodePtr api_root = NULL; variable
48 api_root = NULL;
57 api_root = NULL;
76 if ((api_root == NULL) || (api_root->type != XML_ELEMENT_NODE)) {
81 api_root = api_doc->children->next;
83 return(api_root);
89 if (api_root != NULL)
90 api_ns = api_root->nsDef;
101 if ((api_root
[all...]

Completed in 139 milliseconds