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

/external/libxml2/
H A Dtestapi.c34 static xmlAttrPtr api_attr = NULL; variable
49 api_attr = NULL;
58 api_attr = NULL;
107 api_attr = api_root->properties;
110 api_attr = NULL;
113 api_attr = xmlSetProp(api_root, name, (const xmlChar *) "bar");
115 return(api_attr);
[all...]

Completed in 215 milliseconds