Home | History | Annotate | Download | only in libxml2

Lines Matching full:api_attr

34 static xmlAttrPtr api_attr = NULL;
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);